Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-09 | Support simple conditionals in package lists | Chris Lamb | 1 | -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-09 | Rewrite Expand_packagelist to not be recursive | Chris Lamb | 1 | -23/+32 | |
2011-03-09 | Updating copyright years to 2008. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Use C-style 'include' in lists (backwards compatible). | Chris Lamb | 1 | -1/+1 | |
2011-03-09 | Consistently using the pipe as seperator in sed commands now. | Daniel Baumann | 1 | -2/+2 | |
2011-03-09 | Replacing backticks with POSIX expression. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Adding live-helper 1.0~a21-1. | Daniel Baumann | 1 | -0/+42 | |