Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 -' | |||
2010-10-21 | fix extremely minor typo | Jeremy Thomerson | |
2010-02-23 | lbu: fix for lbu package /dev/null and lbu list | Natanael Copa | |
lbu did bad things with your /dev/null | |||
2010-01-11 | lbu: fix the way we check if a dir is mounted or not | Natanael Copa | |
this works around an issue when lbu wrongly assumes /media/usb is mounted when /media/usbdisk is. | |||
2009-12-17 | lbu: fix issue with lbu status and links | Natanael Copa | |
ref #91 | |||
2009-12-17 | lbu: implement support for lbu package pre/post hooks | Natanael Copa | |
scripts in /etc/lbu/pre-package.d/ will be executed prior creating the tar ball and scripts in /etc/lbu/post-package.d/ will be executed after. if pre-scripts fails, then will package not be created. ref #220 | |||
2009-09-29 | lbu: try handle full media | Natanael Copa | |
try avoid ending up with a lbu media without any apkovl. | |||
2009-08-19 | lbu: fix bug that gave 'sh: missing ]' | Natanael Copa | |
2009-07-29 | lbu: remove packages.list if exist | Natanael Copa | |
fixes http://redmine.alpinelinux.org/issues/show/94 | |||
2009-05-25 | lbu status: only compare files | Natanael Copa | |
2009-05-06 | implement lbu diff and lbu status | Natanael Copa | |
2009-05-06 | fixed VERSION in makefile and massed up .in files | Natanael Copa | |
2009-05-06 | move to .in files | Natanael Copa | |