summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* parse_control(): Return 1 on missing fieldsPatrick McDermott2019-04-131-0/+1
|
* _include_changes_field(): Move before usePatrick McDermott2019-04-131-25/+25
|
* src/garbage.sh: Prefix "static" function with "_"Patrick McDermott2019-04-131-3/+3
|
* src/cmd.sh: Prefix "static" var with "_"Patrick McDermott2019-04-131-4/+4
|
* _parse_control_error(): Reformat file infoPatrick McDermott2019-04-131-2/+2
|
* _get_conf(): Type-check more configuration valuesPatrick McDermott2019-04-132-1/+11
|
* src/main.sh: Move _lock() and _unlock()Patrick McDermott2019-04-131-15/+15
| | | | And fix an _unlock() call.
* src/main.sh: Replace . with eval/catPatrick McDermott2019-04-131-3/+1
|
* src/main.sh: Prefix "static" functions with "_"Patrick McDermott2019-04-131-12/+12
|
* src/main.sh: Define functions before usePatrick McDermott2019-04-131-49/+49
|
* main(): Improve in-place detectionPatrick McDermott2019-04-131-2/+2
|
* cmd/version: Update copyright yearsPatrick McDermott2019-04-131-1/+1
|
* src/main.sh: set -ePatrick McDermott2019-04-131-1/+1
|
* update_feeds(): Let one rmdir fail without errorsPatrick McDermott2019-04-131-1/+1
|
* Add "|| :" after try_rmdir() callsPatrick McDermott2019-04-133-6/+6
|