aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-10cpt: fix flags that start with '--no-'4.0.1merakor
FossilOrigin-Name: 5f194677e6c4b43c423593a74e9c3e07f11328da1c42e5e255b5b15cd6959e27
2020-09-09cpt: bump to 4.0.04.0.0merakor
FossilOrigin-Name: 72c24d882eaea1fc1b6fba1f95f22f473e07b195b6dad243d263da9d559237ea
2020-09-09remove docsmerakor
FossilOrigin-Name: d31fa08b25d8c39e9b862bdb0901be3a3b36b656307a2ceeb3895ada21ccc26f
2020-09-09pkg_isbuilt(): simplifymerakor
FossilOrigin-Name: 49bcf5c3b49b75c33e22e575d4c74c2c240a1ff611468081d0af0f08099c04a0
2020-09-08tests: run primitive shellcheck instead of downloadingmerakor
FossilOrigin-Name: 224becc92e0c99c79727da460d3c054dae031dd75fa5c4e20428ae5c1881ad30
2020-09-08cpt: fix getoptions initial value callsmerakor
FossilOrigin-Name: 846a2586dbd7620ba4bb72aade0a64ffe6128b3f6536a89e17f8d45201ea1c45
2020-09-05CI: I forgot that ubuntu is ancientmerakor
FossilOrigin-Name: 7aa8f975255bc1b0e2307770e74c83cb158c1545ec4cec5ed76c7c2f6a14657e
2020-09-05add github workflowsmerakor
FossilOrigin-Name: abe4dcaf8d12a47ec59ee2b5faec3bae9a61462d4e30fb641b5e2e05e192152c
2020-09-05Makefile: add testsmerakor
FossilOrigin-Name: 3523397385ce9810fdbae3447bc0794943b27019581bb5126cd5452608322adf
2020-09-05cpt-search: fix shellcheck errormerakor
FossilOrigin-Name: 273df65485da7ee56c5192242fbf5549f3e9d9faf925e484d8ce41dd4eb829ed
2020-09-05cpt: add back support for setting colors, fix shellcheck errormerakor
FossilOrigin-Name: 4353efa436df913e647c5b43c709833fb76d12fb52d9db1b9bbaff04e55d0abf
2020-09-05cpt-size: set files as the main argumentsmerakor
So that we can use "$@" FossilOrigin-Name: 8c113f776cd199f51741d60ef15a6c34b3c637ab8b4043e189ffe6aca3dcfa64
2020-09-05contrib: use current directory if no arguments are givenmerakor
FossilOrigin-Name: 266bf81edde642e79582487e98140a0539f14c82dd0671eee91b22881cdf62db
2020-09-04cpt: add support for package testsmerakor
FossilOrigin-Name: f257d102fe4e20da0965fd247df1c229c4fae24d5e5059704f3886ff26181247
2020-09-04Makefile: add option to install tools "statically"merakor
'make install-static' will now install shell tools statically, meaning that cpt-lib will be written into the installed tool, so the tool will not depend on the existence of the shell library. FossilOrigin-Name: 905f3dd2700f187735e985af26c3eb9e11e566b16c24e0aec7425009fe913fb7
2020-09-04Makefile: fix cpt-statmerakor
FossilOrigin-Name: eefdf48dba2056c2a60d76210677fc87da4e4f6e17c5e56ba1fcd88bb1880933
2020-09-04src/: prefer the cpt-lib on the current directory.merakor
FossilOrigin-Name: ea0a950e2247b056b0594baddb184f99aa8e39f492fa50c968e904b9dd2e2aa7
2020-08-31pkg_fetch(): go to repository root before checking for Mercurialmerakor
also check remotes FossilOrigin-Name: 482f5e133fec61f9b02a190e896acbe198e61fc1605d5ee149f32a2b5dc643bd
2020-08-31pkg_fetch(): remove unnecessary check for gitmerakor
Since the code block just below this will fail if git doesn't exist, there is no point in this check. FossilOrigin-Name: 8cb3ebb5a0b9e5a1c0d51e25ba924de79c7523abd97f0ac48cf89251e0dee4e0
2020-08-31docs: updatemerakor
FossilOrigin-Name: 43926a694badb88d4d0b326626637b1616fcadab7928866bfcba6e6934241769
2020-08-31cpt-revdepends: do not require to be installed, skip make deps.merakor
FossilOrigin-Name: cd09adcc85e067423a35f42c3bccd059ae488c1271a132230686e36d405602af
2020-08-31cpt-lib: repository and source revamp. See log.merakor
Many additions and changes here, - added support for Mercurial sources - added support for Mercurial repositories - adapted git source changes from kiss - Changed rsync repository behaviour: A new file has been added to rsync repositories: .rsync_root This file points to the repository root. If the directory that .rsync_root points also has an '.rsync' file, this will be accepted as the root directory and the rsync operation will take place on the root. This ensures that we can have repository exchanges on a single rsync call, while still allowing for partial repositories. FossilOrigin-Name: ddc0b35ae230e0ac43ac0b10fa541aa577496c38f90c327210300110360f5afc
2020-08-31pkg_sources(): return when there is no source file.merakor
FossilOrigin-Name: 1c0091a687350b6f6eefc9dd676c4e4f2d3c4a81a514aa3c95113898cc4c1ea1
2020-08-31cpt: revert to previous method for sh256()3.3.1merakor
This affects only file names and not git repositories. FossilOrigin-Name: c2f6cf07bac7138c17731f2006a38d1590cfb129faae3fe1727b8d487712b400
2020-08-31cpt: bump version to 3.3.03.3.0merakor
FossilOrigin-Name: 75617b8acbf3e5074ad60d2a4c1bd6b3d0c58b37bb471c8166fd2a75a0a30453
2020-08-31cpt-lib: switch to the same method for checksums with kissmerakor
FossilOrigin-Name: c19cbb2754fdc62aab4691c28343402b06091c77a329f0cef6c85f5e965e91a1
2020-08-31warn(): change function behaviourmerakor
FossilOrigin-Name: f656276fa8b49293b453b1819302d86ea2124357ada00b511e3181601279e0ef
2020-08-31cpt-lib: add trap_set() function to manage trapsmerakor
FossilOrigin-Name: a205e529b22c1178d79332814ea456b958450e7470b484894a6a229d7010f03c
2020-08-23pkg_cache(): prefer CPT_COMPRESS value if available.merakor
cpt should prefer the user's CPT_COMPRESS in the case that two tarballs of different compression algorithms exist. In such a case, 90% of the time, the tarball with the CPT_COMPRESS is newer. FossilOrigin-Name: 8fe3706e32137cf0ae536012fd68ac0c5d9f75fc71ddd3f1ac03658bb3ec6620
2020-08-23getoptions: do not unset variables if parameters aren't given.merakor
FossilOrigin-Name: d3aeabb1ff9e6acaea85638e37721065bb937b2cb1a349270a5dbcb0ef669d59
2020-08-22cpt: remove getopt and use shell library instead.merakor
FossilOrigin-Name: cbe6d1050c67fcce58e754cd03832089ffeb33a5f9455c55e71738ab11e0d056
2020-08-22cpt-lib: use getoptions library for option parsingmerakor
FossilOrigin-Name: 69e8dca7190db30aa91e0d35ffe06d4668834760e8bea683b3cce2a8c8e5b914
2020-08-22cpt-build: add an extra line after usagemerakor
FossilOrigin-Name: 4efed7191261d3f1a97e8d31c35cbd5568b5148347b065cc5fd0b0123a65b5f1
2020-08-22cpt-build: fix usage output loopmerakor
FossilOrigin-Name: fc24ef1dbbbb8ef2b1c0ef86900bb56f6daa135950cb48c0dbfd054984a29adc
2020-08-22README: updatemerakor
FossilOrigin-Name: 7933fb8b5ddda1c759490c74eeae6c85af3e9fe028f243bb9e1bfb5fec570ac1
2020-08-22CHANGELOG: fixmerakor
FossilOrigin-Name: 40155613cf1357108ec75a297f2d147f11f86ae55bc75ca749fb3c041e307281
2020-08-21cpt: bump to 3.2.03.2.0merakor
FossilOrigin-Name: 62af72a163c339a649500bd169c08b822ec2555507cca210150e8a4378efac58
2020-08-21run_hook: only show package if $2 is available.merakor
FossilOrigin-Name: 4da4abf26a685da9cbfc2eaa194f56ac19bc0fc8ca8aa9f8eca05447cfeda12b
2020-08-21config.mk: add commented SYSTEM_GETOPT varmerakor
FossilOrigin-Name: 632b0c2d831554be017f80b955211cc0032aba53b2c303c392fb345e13e6bbdd
2020-08-21README: updatemerakor
FossilOrigin-Name: 19a552446e417ffe335b0d59186e3f203a628cac0a4dc5e6107e0a6fbc7172ea
2020-08-21cpt-chbuild: run 'pre-chroot' hook before entering chroot.merakor
FossilOrigin-Name: 8872a131a842fc34efabc00fd1352b68bf6e084424fe5fa63db4105e29282cf7
2020-08-21cpt-chbuild: use cpt library functionsmerakor
FossilOrigin-Name: 129658a961413017e5c128bc970f7b60b64077118a3883664286208825da1448
2020-08-20cpt: use 'getopt' for option parsingmerakor
FossilOrigin-Name: 65f22dd80a83335174c541e38f6b4c2c870e813faa587d06ed8989b50018fc09
2020-08-20gitignore: add getoptmerakor
FossilOrigin-Name: 48c5fcb3fb227f2060438c308cf6b0d0b758d032f0f1b50e1cb125f78563aab4
2020-08-20Makefile: build getoptmerakor
FossilOrigin-Name: 26d43f95c87e7c1dce6f5d5412a289af04091d60098a7e12965cb798e67ae645
2020-08-20cpt: provide getopt from util-linuxmerakor
FossilOrigin-Name: 625f8a954bc9650126ce37cea8a1b7407c7b893e37d777f57f4a316b1ce17044
2020-08-16cpt-lib: revert to the old IFS switching method.merakor
FossilOrigin-Name: 787c813088a11f4079d8e63269f81a0721e42ed52581288af7ed7540019ca6fb
2020-08-16cpt-lib: don't die if CPT_PATH is unset.merakor
FossilOrigin-Name: 6f831c0ffb5ff33a4a6bf6b177fe5a1ca55cd5fd44718bda71f929d0d6502688
2020-08-16cpt-lib: this isn't needed anymore.merakor
FossilOrigin-Name: c047d569d1c77897081a77463d8b081f4bd5a4f74400604e9a3e364433033279
2020-08-12cpt-owns: deal with relative path and commands, change output formatmerakor
FossilOrigin-Name: 687c0e54d5330a6f2a624cd062ffda9ec605cd12ee367a7eaa3b972c962cf702