summaryrefslogtreecommitdiffstats
path: root/src/index.sh
Commit message (Collapse)AuthorAgeFilesLines
* update_feeds(): Fix usign errors on empty indicesPatrick McDermott2020-06-291-1/+2
| | | | | | Fixes: Cannot open message file: Invalid argument
* 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
| | | | | | Previously, manifests only included newly updated arch/plat/sect feeds. This reverts and rewrites commit 6fb8eb4.
* src/index.sh, src/cmd/version.sh: Add 2015 to copyright yearsPatrick McDermott2019-04-141-1/+1
|
* Make redirected FDs explicitPatrick McDermott2019-04-141-8/+8
|
* feed_add_package(): Fix tar commandPatrick McDermott2019-04-141-1/+1
|
* Protect against cmd operands beginning with "-"Patrick McDermott2019-04-141-20/+20
|
* update_feeds(): Let one rmdir fail without errorsPatrick McDermott2019-04-131-1/+1
|
* Add "|| :" after try_rmdir() callsPatrick McDermott2019-04-131-4/+4
|
* Consistently shift function argumentsPatrick McDermott2019-04-111-0/+2
|
* feed_sign(): Fix path to keyPatrick McDermott2019-04-101-1/+1
|
* src/index.sh: Update copyright noticePatrick McDermott2019-04-101-1/+1
|
* update_feeds(): Call feed_sign()Patrick McDermott2019-04-101-0/+1
|
* feed_sign(): New functionPatrick McDermott2019-04-101-0/+19
|
* index: Use ${TAR}Patrick McDermott2018-09-021-2/+3
|
* index, garbage: Use ${MD5SUM}, ${SHA256SUM}, ${GZIP}, and ${DATE}Patrick McDermott2018-09-021-3/+4
|
* `git ls-files -- src/ | xargs sed -i 's|^# lib/|# src/|'`P. J. McDermott2017-07-221-1/+1
|
* Improve license noticesP. J. McDermott2017-07-221-9/+12
|
* src/*.sh: Drop inclusion guardsP. J. McDermott2017-07-221-3/+0
|
* src/*.sh, src/cmd/*.sh: Drop use() callsP. J. McDermott2017-07-221-4/+0
|
* `git mv lib/*.sh src/`P. J. McDermott2017-07-221-0/+200