summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* update_feeds(): Fix usign errors on empty indicesPatrick McDermott2020-06-291-1/+2
* cmd/add-feed: New commandPatrick McDermott2020-06-232-1/+67
* feed_create(): New functionPatrick McDermott2020-06-231-0/+16
* update_feeds(): Don't remove empty feed indicesPatrick McDermott2020-06-231-13/+6
* update_feeds(): Fix manifest generationPatrick McDermott2019-04-271-12/+11
* 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
* Revert "error(): Kill whole process group"Patrick McDermott2019-04-141-1/+1
* error(): Kill whole process groupPatrick McDermott2019-04-141-1/+1
* Makefile.am, src/locale.sh, src/main.sh: Update copyright yearsPatrick McDermott2019-04-142-2/+2
* 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
* main(): s/exit/return/Patrick McDermott2019-04-141-2/+2
* _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
* _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-131-2/+4
* 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-131-1/+8
* src/main.sh: Move _lock() and _unlock()Patrick McDermott2019-04-131-15/+15
* 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
* parse_control(): Support any whitespace in field listsPatrick McDermott2019-04-131-2/+4
* parse_control(): Fix redefinition of argsPatrick McDermott2019-04-121-2/+0
* parse_control(): s/OB_LF/LF/Patrick McDermott2019-04-121-1/+1
* parse_control(): Drop user_data and require fields argsPatrick McDermott2019-04-121-36/+22
* src/control.sh: Port from opkbuildPatrick McDermott2019-04-121-85/+107