Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-23 | lbu.in: Remove deprecated migrate_include_exclude (and fix typo) | Nikolas Garofil | |
2022-11-06 | always quote vars in 'local' assignment | Jakub 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-05 | lbu: fix 'trap' compatibility with dash | Jakub Jirutka | |
trap: SIGINT: bad trap | |||
2022-07-12 | lbu: add tests for lbu package | Natanael 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-12 | lbu: fix lbu status usage | Natanael Copa | |
2022-07-12 | lbu: fix lbu revert usage | Natanael Copa | |
2022-07-12 | lbu: fix list-backup usage | Natanael Copa | |
2022-07-12 | lbu: fix package help text | Natanael Copa | |
2022-07-12 | lbu: update copyright year | Natanael Copa | |
2022-07-12 | lbu: fix sysconfdir regression | Natanael 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-03 | lbu: update include/exclude list paths in usage | Nick Hanley | |
2022-07-01 | lbu: fix import of libalpine.sh for tests | Natanael Copa | |
2022-06-28 | lbu: add test for add/delete | Natanael Copa | |
2022-06-28 | lbu: add test for lbu list usage | Natanael Copa | |
2022-06-28 | lbu: add test for lbu diff usage | Natanael Copa | |
2022-06-28 | lbu: add tests for lbu exclude usage | Natanael Copa | |
2022-06-28 | lbu: add test for lbu commit usage | Natanael Copa | |
2022-06-28 | lbu: add test for lbu include usage | Natanael Copa | |
2022-06-28 | lbu: fix usage for top level | Natanael Copa | |
2021-11-16 | lbu: use $PASSWORD for encryption | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/25 | |||
2020-01-16 | lbu: fix wrong cipher match in check_openssl for 'lbu commit -e' | Milan P. Stanić | |
fixes #10451 | |||
2019-04-26 | lbu: fix invocation of `openssl list-cipher-commands` for v1.1.1b | Richard Mortier | |
2018-11-07 | lbu: remove spurious quote | Elan Ruusamäe | |
2018-06-13 | lbu: use ROOT environment var in package command | William Johansson | |
2018-04-11 | lbu: use correct temporary directory on diff | Alexander Chaika | |
2016-12-11 | Removed obsolete code | Philippe Guilbault | |
2016-12-11 | setup-disk fails because of 'lbu package | tar' & encryption config | Philippe Guilbault | |
2016-12-11 | BACKUP_LIMIT not working for encrypted backups | Philippe Guilbault | |
2016-11-02 | indent heredocs and replace echos with heredoc where appropriate | Jakub Jirutka | |
2016-11-02 | replace deprecated `...` syntax with $(...) in shell scripts | Jakub Jirutka | |
2016-11-02 | fix mixed tabs & spaces and surplus empty lines at EOF | Jakub Jirutka | |
2015-12-15 | lbu: add MIT license | Natanael Copa | |
2014-08-26 | lbu: use --no-dereference with diff when possible | Natanael Copa | |
2014-07-17 | lbu: use ERE for sed regexp | Natanael Copa | |
the use of \+ is a GNU BRE extension that is not supported in musl. | |||
2014-05-08 | lbu: fix help text and misc whitespace fixes | Natanael Copa | |
We should show 'diff' subcommand in help text. | |||
2012-07-17 | lbu: check permissions when generating apkovl | Natanael Copa | |
We want include files and dirs that have changed permissions. ref #1241 | |||
2012-07-04 | lbu: do not use xargs | Natanael 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-30 | lbu: do not include /var/lib/apk/world in apkovl | Natanael Copa | |
We depend on newer version of apk-tools anyways. | |||
2012-04-27 | lbu: automatically migrate old include/exclude to lbu.list | Natanael Copa | |
2012-04-26 | lbu: use apk's protected_path.d instead of tar include/exclude | Natanael Copa | |
2011-09-27 | lbu: implement LBU_BACKUPDIR | Natanael Copa | |
This allows users to do lbu commit into a dir without trying to mount anything. | |||
2011-08-11 | lbu: do not edit users config | Natanael Copa | |
Cope with empty lines in include/exclude without editing the file ref #713 | |||
2011-08-01 | lbu: fix sed command | Jeff Bilyk | |
fix #615 | |||
2011-08-01 | lbu: strip empty lines from /etc/lbu/include and exclude files before committing | Jeff Bilyk | |
2011-01-07 | lbu: hide error message when testing for read-only | Natanael Copa | |
2010-12-03 | lbu: remount LBU_MEDIA as read-write if it was read-only | Natanael Copa | |
ref #477 | |||
2010-11-23 | lbu: fix lbu diff and lbu list for encrypted apkovls | Natanael Copa | |
2010-11-22 | lbu: add support for filenames with spaces in /etc | Natanael Copa | |
ref #472 | |||
2010-11-22 | lbu: fix lbu status for encrypted apkovls | Natanael Copa | |
http://redmine.alpinelinux.org/issues/480 | |||
2010-10-29 | lbu: send pre/post package scripts' output to stderr | Natanael Copa | |
This is so we don't break 'lbu package -' |