aboutsummaryrefslogtreecommitdiffstats
path: root/lbu.in
Commit message (Collapse)AuthorAgeFilesLines
* lbu: check permissions when generating apkovlNatanael Copa2012-07-171-1/+1
| | | | | | We want include files and dirs that have changed permissions. ref #1241
* lbu: do not use xargsNatanael Copa2012-07-041-10/+4
| | | | | | | | | 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
* lbu: do not include /var/lib/apk/world in apkovlNatanael Copa2012-04-301-3/+0
| | | | We depend on newer version of apk-tools anyways.
* lbu: automatically migrate old include/exclude to lbu.listNatanael Copa2012-04-271-7/+41
|
* lbu: use apk's protected_path.d instead of tar include/excludeNatanael Copa2012-04-261-44/+58
|
* lbu: implement LBU_BACKUPDIRNatanael Copa2011-09-271-15/+23
| | | | | This allows users to do lbu commit into a dir without trying to mount anything.
* lbu: do not edit users configNatanael Copa2011-08-111-3/+13
| | | | | Cope with empty lines in include/exclude without editing the file ref #713
* lbu: fix sed commandJeff Bilyk2011-08-011-2/+2
| | | | fix #615
* lbu: strip empty lines from /etc/lbu/include and exclude files before committingJeff Bilyk2011-08-011-2/+2
|
* lbu: hide error message when testing for read-onlyNatanael Copa2011-01-071-1/+1
|
* lbu: remount LBU_MEDIA as read-write if it was read-onlyNatanael Copa2010-12-031-5/+29
| | | | ref #477
* lbu: fix lbu diff and lbu list for encrypted apkovlsNatanael Copa2010-11-231-0/+2
|
* lbu: add support for filenames with spaces in /etcNatanael Copa2010-11-221-9/+17
| | | | ref #472
* lbu: fix lbu status for encrypted apkovlsNatanael Copa2010-11-221-1/+6
| | | | http://redmine.alpinelinux.org/issues/480
* lbu: send pre/post package scripts' output to stderrNatanael Copa2010-10-291-2/+2
| | | | This is so we don't break 'lbu package -'
* fix extremely minor typoJeremy Thomerson2010-10-211-1/+1
|
* lbu: fix for lbu package /dev/null and lbu listNatanael Copa2010-02-231-0/+3
| | | | lbu did bad things with your /dev/null
* lbu: fix the way we check if a dir is mounted or notNatanael Copa2010-01-111-1/+1
| | | | | this works around an issue when lbu wrongly assumes /media/usb is mounted when /media/usbdisk is.
* lbu: fix issue with lbu status and linksNatanael Copa2009-12-171-4/+7
| | | | ref #91
* lbu: implement support for lbu package pre/post hooksNatanael Copa2009-12-171-0/+10
| | | | | | | | | 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
* lbu: try handle full mediaNatanael Copa2009-09-291-3/+18
| | | | try avoid ending up with a lbu media without any apkovl.
* lbu: fix bug that gave 'sh: missing ]'Natanael Copa2009-08-191-1/+1
|
* lbu: remove packages.list if existNatanael Copa2009-07-291-2/+8
| | | | fixes http://redmine.alpinelinux.org/issues/show/94
* lbu status: only compare filesNatanael Copa2009-05-251-1/+2
|
* implement lbu diff and lbu statusNatanael Copa2009-05-061-3/+78
|
* fixed VERSION in makefile and massed up .in filesNatanael Copa2009-05-061-1/+13
|
* move to .in filesNatanael Copa2009-05-061-0/+554