summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tests/add-feed.sh: Fix empty index testsHEADmasterPatrick McDermott2020-06-291-5/+5
|
* update_feeds(): Fix usign errors on empty indicesPatrick McDermott2020-06-292-1/+6
| | | | | | Fixes: Cannot open message file: Invalid argument
* NEWS, configure.ac: Set version to 2.1.0+devPatrick McDermott2020-06-292-1/+6
|
* NEWS: Release pro-archman 2.1.0pro-archman/2.1.0Patrick McDermott2020-06-281-1/+1
|
* NEWS, configure.ac: Set version to 2.1.0Patrick McDermott2020-06-282-3/+3
|
* cmd/add-feed: New commandPatrick McDermott2020-06-237-2/+160
|
* feed_create(): New functionPatrick McDermott2020-06-231-0/+16
|
* update_feeds(): Don't remove empty feed indicesPatrick McDermott2020-06-232-13/+10
|
* NEWS, configure.ac: Set version to 2.0.1+devPatrick McDermott2020-06-232-1/+6
|
* Makefile.am: Make detached OpenPGP signaturesPatrick McDermott2019-04-281-1/+1
|
* NEWS: Release pro-archman 2.0.1pro-archman/2.0.1Patrick McDermott2019-04-271-1/+1
|
* configure.ac: Set version to 2.0.1Patrick McDermott2019-04-271-1/+1
|
* pro-archman(1): Fix "remove" command synopsisPatrick McDermott2019-04-272-2/+4
|
* NEWS: Add version 2.0.1 entryPatrick McDermott2019-04-271-0/+12
|
* update_feeds(): Fix manifest generationPatrick McDermott2019-04-271-12/+11
| | | | | | Previously, manifests only included newly updated arch/plat/sect feeds. This reverts and rewrites commit 6fb8eb4.
* tests/manifest.sh: New test filePatrick McDermott2019-04-272-0/+50
|
* tests/remove.sh: Verify ManifestPatrick McDermott2019-04-261-1/+6
|
* 3rdparty/local.mk: Replace "make" with "$(MAKE)"Patrick McDermott2019-04-151-2/+2
|
* Makefile.am: Distribute examples/conf.defaultPatrick McDermott2019-04-141-1/+2
|
* NEWS: Release pro-archman 2.0.0pro-archman/2.0.0Patrick McDermott2019-04-141-1/+1
|
* pro-archman(1): Document sign commandPatrick McDermott2019-04-141-1/+4
|
* src/locale.sh, src/cmd/version.sh: Add 2017 to copyright yearsPatrick McDermott2019-04-142-2/+2
|
* src/index.sh, src/cmd/version.sh: Add 2015 to copyright yearsPatrick McDermott2019-04-142-2/+2
|
* NEWS: Note usign dependencyPatrick McDermott2019-04-141-0/+7
|
* 3rdparty/local.mk: Clean 3rdparty/usign/MakefilePatrick McDermott2019-04-141-1/+2
|
* Makefile.am: Distribute 3rd-party submodulesPatrick McDermott2019-04-142-0/+16
|
* Revert "error(): Kill whole process group"Patrick McDermott2019-04-141-1/+1
| | | | | | | | | | | | | | | | | This reverts commit c6827c8ce741308f4575243e95c0f5f5a95d5511. Fixes: $ make check [...] make[2]: *** Deleting file 'tests/include-existing.log' tap-driver.sh: fatal: I/O or internal error Makefile:962: recipe for target 'tests/include-existing.log' failed make[2]: *** [tests/include-existing.log] Error 1 Makefile:941: recipe for target 'check-TESTS' failed make[1]: *** [check-TESTS] Interrupt Makefile:1140: recipe for target 'check-am' failed make: *** [check-am] Interrupt
* error(): Kill whole process groupPatrick McDermott2019-04-141-1/+1
|
* Makefile.am, src/locale.sh, src/main.sh: Update copyright yearsPatrick McDermott2019-04-143-3/+3
|
* Make redirected FDs explicitPatrick McDermott2019-04-1410-35/+35
|
* _get_options(): Initialize OPTIND to 1Patrick McDermott2019-04-141-1/+1
|
* _try_load_locale(): Fix handling of cat exit statusPatrick McDermott2019-04-141-1/+2
| | | | This fixes a bug introduced in commit 3eb82fb.
* main(): s/exit/return/Patrick McDermott2019-04-141-2/+2
| | | | And make redirected FD explicit.
* _get_options(): Unset OPTINDPatrick McDermott2019-04-141-0/+1
|
* main(): Return on invalid optionsPatrick McDermott2019-04-141-4/+12
|
* main(): Fix return with set -ePatrick McDermott2019-04-141-5/+5
|
* main(): Return 1 if load_ocale() failsPatrick McDermott2019-04-141-1/+1
|
* src/main.sh: Move init(), fini(), etc. below main()Patrick McDermott2019-04-141-53/+53
|
* init(): Initialize signal handlers instead of main()Patrick McDermott2019-04-141-1/+1
|
* feed_add_package(): Fix tar commandPatrick McDermott2019-04-141-1/+1
|
* _handle_sig(): Fix exitsPatrick McDermott2019-04-141-2/+2
|
* dir_is_empty(): Prefix with "_"Patrick McDermott2019-04-141-2/+2
|
* Protect against cmd operands beginning with "-"Patrick McDermott2019-04-148-54/+54
|
* NEWS: Mention 2.0.0 development start datePatrick McDermott2019-04-141-0/+2
|
* _suite_*_source(): Move before usePatrick McDermott2019-04-131-29/+29
|
* remove_packages_from_suite_archplat(): Move before usePatrick McDermott2019-04-131-24/+24
|
* hash_name(): Hash src:* packagesPatrick McDermott2019-04-131-0/+2
|
* _try_load_locale(): Replace . with eval/catPatrick McDermott2019-04-131-4/+9
|
* _try_load_locale(): Move before usePatrick McDermott2019-04-131-18/+18
|
* include_changes(): Exit on missing changes fieldsPatrick McDermott2019-04-132-2/+5
|