summaryrefslogtreecommitdiff
path: root/lbu.in
AgeCommit message (Collapse)Author
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