live-build/functions
Tiago Bortoletto Vaz 64b7d8cb86 Support list of items for conditionals in package lists
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.
2008-04-27 19:16:39 -03:00
..
aliases.sh Updating copyright years to 2008. 2008-03-06 16:43:00 +01:00
architecture.sh Applying patch from Bas Wijnen <wijnen@debian.org> to make Check_crossarchitecture() working on non-listed architectures (Closes: #472775). 2008-03-26 10:37:39 +01:00
arguments.sh Updating copyright years to 2008. 2008-03-06 16:43:00 +01:00
breakpoints.sh Updating copyright years to 2008. 2008-03-06 16:43:00 +01:00
cache.sh Adjusting Save_cache(); to skip already cached .deb files and only copying new packages to it. 2008-04-19 17:39:44 +02:00
chroot.sh Updating copyright years to 2008. 2008-03-06 16:43:00 +01:00
common.sh Releasing live-helper 1.0~a45-1. 2008-04-21 11:18:57 +02:00
conffile.sh Fixing forgotten variable in conffile loop. 2008-04-08 17:58:47 +02:00
defaults.sh Adding powerpc64 to default kernel flavours (in addition to the normal 32 bit one). 2008-04-25 14:14:16 +02:00
echo.sh Updating copyright years to 2008. 2008-03-06 16:43:00 +01:00
exit.sh Updating copyright years to 2008. 2008-03-06 16:43:00 +01:00
help.sh Updating copyright years to 2008. 2008-03-06 16:43:00 +01:00
lockfile.sh Updating copyright years to 2008. 2008-03-06 16:43:00 +01:00
losetup.sh functions/losetup.sh: use SECTORS as variable name to reflect the real usage 2008-03-10 21:15:21 -03:00
packages.sh Use APT::Install-Recommends to disable installation of recommends for Etch 2008-04-26 22:20:06 +01:00
packageslists.sh Support list of items for conditionals in package lists 2008-04-27 19:16:39 -03:00
releases.sh Updating copyright years to 2008. 2008-03-06 16:43:00 +01:00
stagefile.sh Applying patch from Bas Wijnen <wijnen@debian.org> to correct error messages in Require_stagefile (Closes: #472774). 2008-03-26 10:41:42 +01:00
templates.sh Updating copyright years to 2008. 2008-03-06 16:43:00 +01:00
usage.sh Updating copyright years to 2008. 2008-03-06 16:43:00 +01:00
version.sh Updating copyright years to 2008. 2008-03-06 16:43:00 +01:00
wrapper.sh Updating copyright years to 2008. 2008-03-06 16:43:00 +01:00