Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-09 | Support list of items for conditionals in package lists | Tiago Bortoletto Vaz | 1 | -2/+3 | |
This patch allows giving a list of items for the conditionals in package lists. For example, it's possible to specify some packages for more than one architecture in the same conditional block: package01 #if ARCHITECTURE i386 amd64 package02 package03 #endif package04 where package01 and package04 are available for all architectures, but package02 and package03 are available only for i386 and amd64 architectures. | |||||
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 | |