summaryrefslogtreecommitdiff
path: root/lbu.in
AgeCommit message (Collapse)Author
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 -'
2010-10-21fix extremely minor typoJeremy Thomerson
2010-02-23lbu: fix for lbu package /dev/null and lbu listNatanael Copa
lbu did bad things with your /dev/null
2010-01-11lbu: fix the way we check if a dir is mounted or notNatanael Copa
this works around an issue when lbu wrongly assumes /media/usb is mounted when /media/usbdisk is.
2009-12-17lbu: fix issue with lbu status and linksNatanael Copa
ref #91
2009-12-17lbu: implement support for lbu package pre/post hooksNatanael 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-29lbu: try handle full mediaNatanael Copa
try avoid ending up with a lbu media without any apkovl.
2009-08-19lbu: fix bug that gave 'sh: missing ]'Natanael Copa
2009-07-29lbu: remove packages.list if existNatanael Copa
fixes http://redmine.alpinelinux.org/issues/show/94
2009-05-25lbu status: only compare filesNatanael Copa
2009-05-06implement lbu diff and lbu statusNatanael Copa
2009-05-06fixed VERSION in makefile and massed up .in filesNatanael Copa
2009-05-06move to .in filesNatanael Copa