aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-06-25main(): don't create $tmp_dir, only declare its variablemerakor
2021-06-23pkg_conflicts(): Remember to remove previous conflict checkermerakor
2021-06-22pkg_vcs_clone_hg(): Clone to the current directorymerakor
2021-06-22cpt-lib: add clone functions for each supported vcs systemmerakor
2021-06-22pkg_checksums(): Skip all VCS sourcesmerakor
2021-06-22pkg_fetch(): Print motd files on the repository rootmerakor
2021-06-20pkg_conflicts(): Use a faster conflict detection method https://github.com/ki...merakor
2021-05-29pkg_lint(): Don't require a 'checksums' file if there is no 'sources' filemerakor
2021-05-12merge maintenance branchmerakor
2021-05-12main(): fix $pid naming location.merakor
2021-05-10merge maintenance branchmerakor
2021-05-10fix handling of interrupt signals on the download operationmerakor
2021-04-26repository_backend: rename function prefixes to pkg_vcsmerakor
2021-04-26Merge branch 'repository-backend' to 'trunk'merakor
2021-04-26cpt-lib: add and use new backends for fetching repositoriesmerakor
2021-04-26pkg_repository_info: Use cut instead of heredoc for fossilmerakor
2021-04-25pkg_repository_info: cache repository information for later usemerakor
2021-04-25pkg_repository_info: make stricter grep call for fossilmerakor
2021-04-25pkg_repository_info: Add function that returns repository informationmerakor
2021-04-23pkg_fix_depends: support multilib by resolving fullpathmerakor
2021-04-12cpt-lib: alter temporary directory creation behaviourmerakor
2021-04-12cpt: fix --help output when inside a directory prefixed with cpt-merakor
2021-04-05cpt: change trap method to fix some inconsistencies on interrupt signalsmerakor
2021-04-05pkg_updates(): fix handling interrupts during version checkmerakor
2021-04-03cpt-list: update usage docstringmerakor
2021-03-26pkg_gentree(): pop package name from the listmerakor
2021-03-24docs: updatemerakor
2021-03-21cpt-list: make usage output more clearmerakor
2021-03-13tar_extract(): change pax component stripping stringmerakor
2021-03-12pkg_remove(): Fix reverse dependency resolving on sbase grepmerakor
2021-02-25cpt: add support for lz compression/decompressionmerakor
2021-02-23pkg_query_meta(): new function to query meta files inside package directoriesmerakor
2021-02-23pkg_{gentree,get_base}(): use format for newline handlingmerakor
2021-02-23pkg_get_base(): use for loop instead of while loopmerakor
2021-02-22pkg_get_base(): return the dependency tree as wellmerakor
2021-02-22pkg_gentree(): add 'f' key to include the package itselfmerakor
2021-02-22pkg_gentree(): exit instead of returning error with unknown keymerakor
2021-02-07as_root(): reflect rename: sls -> ssumerakor
2021-02-04cpt-alternatives: use getoptions parser so that global options are recognizedmerakor
2021-02-04cpt-lib: disable faulty shellcheck error on older versionsmerakor
2021-02-04cpt: switch back to 'make'merakor
2021-02-04pkg_extract(): Add support for pax and add new methodsmerakor
2021-02-04pkg_find(): break early if only a single match is requestedmerakor
2021-02-04getoptions: update to 2.5.0 of the librarymerakor
2021-02-04cpt-search: add option to ignore package databasemerakor
2021-01-05pkg_build(): create package directories manuallymerakor
2021-01-05cpt: add 'cbi' shortcut for checksum, build, and installmerakor
2021-01-05run_hook(): store and release the CPT_HOOK variablemerakor
2021-01-04cpt-download: exit with success on usagemerakor
2021-01-04cpt-checksum: exit with success on usagemerakor