summaryrefslogtreecommitdiff
path: root/functions/packageslists.sh
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09Support simple conditionals in package listsChris Lamb1-10/+50
This patch adds support for simple conditionals in package lists. For example, to limit a package to i386 only: foo #if ARCHITECTURE i386 package-only-in-i386 #endif bar Any variable that beings in LH_ can be expanded: #if MODE ubuntu package-only-in-ubuntu #endif Nesting of conditionals is not supported. If the variable to be expanded does not exist, the conditional is false.
2011-03-09Rewrite Expand_packagelist to not be recursiveChris Lamb1-23/+32
2011-03-09Updating copyright years to 2008.Daniel Baumann1-1/+1
2011-03-09Use C-style 'include' in lists (backwards compatible).Chris Lamb1-1/+1
2011-03-09Consistently using the pipe as seperator in sed commands now.Daniel Baumann1-2/+2
2011-03-09Replacing backticks with POSIX expression.Daniel Baumann1-1/+1
2011-03-09Adding live-helper 1.0~a21-1.Daniel Baumann1-0/+42