Commit Graph

5 Commits

Author SHA1 Message Date
Frans Pop 1eac5a9d65 Generate tasks dynamically; separate task files per distro release
All tasks files are moved to ./tasks/<codename> subdirectories so they
can be more easily kept up-to-date with specific distro releases.

Always generate the debian-installer and tasksel tasks dynamically:
- all task files for the desired suite are copied to the working
  directory at the beginning of each build, and are used from there;
- the debian-installer and tasksel tasks are no longer included in
  releases but are always created automatically at build time; this
  means users no longer need to run the generate_di_* scripts or the
  update_tasksel script;
- the popcon task file will remain included as a static file, but plan
  is to add an option to update it automatically for each build; reason
  is that updating it requires network access.

Bump version to 3.1.
2008-11-13 23:19:30 +00:00
Frans Pop 70b6589065 easy-build: MAX{ISO,JIGDO}S need to be exported 2008-10-14 08:31:15 +00:00
Frans Pop 6ae6083c9e easy-build: support creating KDE and Xce CDs 2008-10-14 08:22:07 +00:00
Frans Pop 0861e3903c easy-build: also update task files derived from tasksel 2008-10-14 08:22:05 +00:00
Frans Pop aec7c50df4 Add easy-build.sh script
A new wrapper script around build.sh that should make it a lot easier
for new users to use debian-cd and to build custom images.
2008-10-14 08:22:03 +00:00