summaryrefslogtreecommitdiff
path: root/lbu.in
AgeCommit message (Collapse)Author
2022-11-23lbu.in: Remove deprecated migrate_include_exclude (and fix typo)Nikolas Garofil
2022-11-06always quote vars in 'local' assignmentJakub Jirutka
Some shells may apply word splitting after expanding variable in `local a=$1`. I know just about yash, but since `local` is supposed to be a builtin *command*, the "correct" behaviour of common shells is actually a special case for `local` - it doesn't apply for other commands. See https://osdn.net/projects/yash/ticket/46041.
2022-11-05lbu: fix 'trap' compatibility with dashJakub Jirutka
trap: SIGINT: bad trap
2022-07-12lbu: add tests for lbu packageNatanael Copa
with and without encryption. This also tests if sysconfdir is actually set ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/77#note_246788
2022-07-12lbu: fix lbu status usageNatanael Copa
2022-07-12lbu: fix lbu revert usageNatanael Copa
2022-07-12lbu: fix list-backup usageNatanael Copa
2022-07-12lbu: fix package help textNatanael Copa
2022-07-12lbu: update copyright yearNatanael Copa
2022-07-12lbu: fix sysconfdir regressionNatanael Copa
fixes commit 4ad15542bc92 (lbu: fix import of libalpine.sh for tests) ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/77#note_246788
2022-07-03lbu: update include/exclude list paths in usageNick Hanley
2022-07-01lbu: fix import of libalpine.sh for testsNatanael Copa
2022-06-28lbu: add test for add/deleteNatanael Copa
2022-06-28lbu: add test for lbu list usageNatanael Copa
2022-06-28lbu: add test for lbu diff usageNatanael Copa
2022-06-28lbu: add tests for lbu exclude usageNatanael Copa
2022-06-28lbu: add test for lbu commit usageNatanael Copa
2022-06-28lbu: add test for lbu include usageNatanael Copa
2022-06-28lbu: fix usage for top levelNatanael Copa
2021-11-16lbu: use $PASSWORD for encryptionNatanael Copa
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/25
2020-01-16lbu: fix wrong cipher match in check_openssl for 'lbu commit -e'Milan P. Stanić
fixes #10451
2019-04-26lbu: fix invocation of `openssl list-cipher-commands` for v1.1.1bRichard Mortier
2018-11-07lbu: remove spurious quoteElan Ruusamäe
2018-06-13lbu: use ROOT environment var in package commandWilliam Johansson
2018-04-11lbu: use correct temporary directory on diffAlexander Chaika
2016-12-11Removed obsolete codePhilippe Guilbault
2016-12-11setup-disk fails because of 'lbu package | tar' & encryption configPhilippe Guilbault
2016-12-11BACKUP_LIMIT not working for encrypted backupsPhilippe Guilbault
2016-11-02indent heredocs and replace echos with heredoc where appropriateJakub Jirutka
2016-11-02replace deprecated `...` syntax with $(...) in shell scriptsJakub Jirutka
2016-11-02fix mixed tabs & spaces and surplus empty lines at EOFJakub Jirutka
2015-12-15lbu: add MIT licenseNatanael Copa
2014-08-26lbu: use --no-dereference with diff when possibleNatanael Copa
2014-07-17lbu: use ERE for sed regexpNatanael Copa
the use of \+ is a GNU BRE extension that is not supported in musl.
2014-05-08lbu: fix help text and misc whitespace fixesNatanael Copa
We should show 'diff' subcommand in help text.
2012-07-17lbu: check permissions when generating apkovlNatanael Copa
We want include files and dirs that have changed permissions. ref #1241
2012-07-04lbu: do not use xargsNatanael Copa
xargs will execute the command twice if the buffer becomes long enough. This will break tar. We also use -z instead of piping via gzip while here. ref #1240
2012-04-30lbu: do not include /var/lib/apk/world in apkovlNatanael Copa
We depend on newer version of apk-tools anyways.
2012-04-27lbu: automatically migrate old include/exclude to lbu.listNatanael Copa
2012-04-26lbu: use apk's protected_path.d instead of tar include/excludeNatanael Copa
2011-09-27lbu: implement LBU_BACKUPDIRNatanael Copa
This allows users to do lbu commit into a dir without trying to mount anything.
2011-08-11lbu: do not edit users configNatanael Copa
Cope with empty lines in include/exclude without editing the file ref #713
2011-08-01lbu: fix sed commandJeff Bilyk
fix #615
2011-08-01lbu: strip empty lines from /etc/lbu/include and exclude files before committingJeff Bilyk
2011-01-07lbu: hide error message when testing for read-onlyNatanael Copa
2010-12-03lbu: remount LBU_MEDIA as read-write if it was read-onlyNatanael Copa
ref #477
2010-11-23lbu: fix lbu diff and lbu list for encrypted apkovlsNatanael Copa
2010-11-22lbu: add support for filenames with spaces in /etcNatanael Copa
ref #472
2010-11-22lbu: fix lbu status for encrypted apkovlsNatanael Copa
http://redmine.alpinelinux.org/issues/480
2010-10-29lbu: send pre/post package scripts' output to stderrNatanael Copa
This is so we don't break 'lbu package -'