Commit Graph

469 Commits

Author SHA1 Message Date
Daniel Baumann
386f7e4ddb Reverting previous commit to compress build logs.
apache2 does not show gzipped files in the browser,
but downloads them which is not the desired action.
2008-06-08 22:54:53 +02:00
Chris Lamb
0e4a39463b Compress build logs. Thanks to Mathieu Geli for the suggestion.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-08 21:31:00 +01:00
Daniel Baumann
362b7380e3 Updating to standards 3.8.0. 2008-06-05 20:55:17 +02:00
Daniel Baumann
2eca3c8289 Updating udeb include/exclude files from debian-cd. 2008-06-04 12:53:52 +02:00
Antonio Ospite
5cb0f5e05a Fix formatting problems in lh_config man page
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-05-15 03:52:12 +01:00
Chris Lamb
070a72846b Create chroot_local-preseed/ directory when building config/ in lh_config
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-05-15 03:06:35 +01:00
Chris Lamb
5ccb8fde8e Fix minor typographical error in live-helper(7)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-05-15 03:06:25 +01:00
Daniel Baumann
509efbf6f8 Updating vcs fields in control file. 2008-05-12 22:08:14 +02:00
Daniel Baumann
ce04adf721 Adding uuid-runtime to suggests. 2008-05-09 16:46:18 +02:00
Daniel Baumann
8553518c2b Moving bugs document to live-manual. 2008-05-09 06:57:40 +02:00
Daniel Baumann
71ed7ecded Releasing live-helper 1.0~a46-2. 2008-04-28 18:16:40 +02:00
Chris Lamb
08d09da84f Allow needle and haystack parts of packagelist #if constructs to be lists
This allows us to write:

 #if SECTIONS contrib non-free
 contrib-package
 non-free-package
 #endif

and

 #if DISTRIBUTION lenny sid
 new-package
 #endif


Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28 17:05:47 +01:00
Chris Lamb
06e7076685 Conditionally add non-free rar and unrar. Add unrar-free unconditionally.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28 17:05:47 +01:00
Chris Lamb
ebe501da1e Remove buggy ext2resize
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28 17:05:47 +01:00
Chris Lamb
c85a259713 Remove oldstable-only hwtools from rescue list
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28 17:05:47 +01:00
Chris Lamb
1daf2cdff4 Remove removed/non-Debian packages pasd, irpas and nsed from rescue list
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28 17:05:47 +01:00
Chris Lamb
fffbc3908d Correct typo of "ntfs3g" -> "ntfs-3g" in rescue list
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28 17:05:47 +01:00
Chris Lamb
b2e889cd8e Only install reaim on Etch in rescue list
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28 17:05:47 +01:00
Chris Lamb
898d868dcd Correct typo of "geopip-bin" => "geoip-bin"
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28 17:05:47 +01:00
Chris Lamb
b8cb2d13c0 Only install sysutils on Etch in rescue list
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28 17:05:47 +01:00
Chris Lamb
5cfc5681df Only install read-edid on i386 and powerpc in rescue list
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28 17:05:47 +01:00
Daniel Baumann
6e84963c6c Releasing live-helper 1.0~a46-1. 2008-04-28 17:42:18 +02:00
Daniel Baumann
18224fba5e Adding netboot tarballs and plain squashfs images to images build script. 2008-04-28 17:36:06 +02:00
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
Chris Lamb
14ffd3f15f Only install pstack on i386 (Closes: #477815)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-26 23:43:19 +01:00
Chris Lamb
d77ee36137 Support simple conditionals in package lists
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.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-26 23:43:01 +01:00
Chris Lamb
bb68e30166 Use APT::Install-Recommends to disable installation of recommends for Etch
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-26 22:20:06 +01:00
Daniel Baumann
8d241680ca Adding powerpc64 to default kernel flavours (in addition to the normal 32 bit one). 2008-04-25 14:14:16 +02:00
Daniel Baumann
d0533ecf81 Adjusting obtaining of the date string in snapshots.sh to new git log date format. 2008-04-25 09:00:10 +02:00
Tiago Bortoletto Vaz
bd807ecc54 Fixed minor typographical error in rescue flavor file. 2008-04-24 07:01:36 -03:00
Tiago Bortoletto Vaz
307e6d2e0a Improving rescue flavor: added a set of missing tools, mainly for file system
recover - most based on System Rescue Cd Project; Also, sorted some unsorted
tools in the rescue file.
2008-04-24 06:58:15 -03:00
Daniel Baumann
65a3964a1a Updating Richards email address. 2008-04-23 18:50:02 +02:00
Daniel Baumann
705cb6cec1 Producing rsyncable tarballs where possible. 2008-04-22 23:32:30 +02:00
Daniel Baumann
e98676f6b3 Also taking mirrors from environment in image.sh. 2008-04-22 18:23:34 +02:00
Daniel Baumann
179a9155da Taking config variables for images.sh from environment. 2008-04-22 18:19:19 +02:00
Daniel Baumann
a6b745939a Handling sourceless builds in images.sh. 2008-04-22 17:57:28 +02:00
Daniel Baumann
eb30df0655 Removing old cron example scripts for image building, they are obsoleted by images.sh. 2008-04-22 17:51:20 +02:00
Daniel Baumann
56cb5e4527 Updating live-magic git location. 2008-04-21 23:57:47 +02:00
Daniel Baumann
6fe97be597 Getting architecture dynamically in images cron script. 2008-04-21 23:22:46 +02:00
Daniel Baumann
f44e2ef79f Correcting permissions in snapshot script. 2008-04-21 21:27:10 +02:00
Daniel Baumann
d236758c6b Releasing live-helper 1.0~a45-1. 2008-04-21 11:18:57 +02:00
Daniel Baumann
a9af0b69b2 Updating snapshots url. 2008-04-21 10:39:23 +02:00
Daniel Baumann
bd9fb96189 Adding live-magic to snapshots. 2008-04-21 10:38:33 +02:00
Daniel Baumann
0c694993b7 Adding debian-unofficial-archive-keyring to snapshots. 2008-04-21 10:38:07 +02:00
Daniel Baumann
3c5260ea4d Updating live-snapshots example sources. 2008-04-19 21:21:52 +02:00
Daniel Baumann
a2675ece91 Removing non anymore existing live-backports example sources. 2008-04-19 21:20:16 +02:00
Daniel Baumann
218d9a6dc6 Renaming image build script. 2008-04-19 20:46:36 +02:00
Daniel Baumann
5bc25fd2eb Adjusting Save_cache(); to skip already cached .deb files and only copying new packages to it. 2008-04-19 17:39:44 +02:00
Chris Lamb
ef8df9bcad Allow fallback to chroot_package-lists inside binary lists
Without this, a modified version of the (say) "gnome" list inside
chroot_package-lists would be completely ignored when installing binary
packagelists.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-19 17:32:25 +02:00
Chris Lamb
ac3563b3ca Remove temporary binary package list files
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-19 17:32:10 +02:00