Commit Graph

254 Commits

Author SHA1 Message Date
Otavio Salvador 8ae6b15230 Closed quotes, grr 2007-10-13 13:26:49 +00:00
Otavio Salvador bd3c87bde3 Fix r1478 change to don't fail if BASE_{INCLUDE,EXCLUDE} isn't set (fix simple-cdd usage, I think) 2007-10-13 13:26:08 +00:00
Otavio Salvador f652d60b84 * Use DEBOOTSTRAP_SCRIPT, BASE_INCLUDE and BASE_EXCLUDE variables to
calculate the base packages set
2007-10-06 18:25:30 +00:00
Steve McIntyre 21ebb87b03 Update unstable-map: in the Makefile - use lenny rather than etch 2007-07-19 21:12:20 +00:00
Steve McIntyre 62fdf616e7 Re-added DEBOOTSTRAP_DIR definition in the Makefile 2007-05-11 21:52:22 +00:00
Steve McIntyre 0d3c11551e * It seems the changes for 3.0.0 completely broke extranonfree
support. Re-add it.
2007-04-19 23:38:29 +00:00
Raphaël Hertzog a2d9587f1a Don't rely on PATH containing the tools directory. 2007-02-21 14:13:35 +00:00
Frans Pop aabb225eb7 Fix minor gramatical error in logging 2007-01-05 07:32:09 +00:00
Steve McIntyre cdbd9971ba Bugfix for dedicated-src on multi-arch 2007-01-02 01:42:10 +00:00
Joey Hess c7ece8748b * Added an update-tasks target to the Makefile and moved the code out of
file header comments to there. Fix some bugs in passing.
* List packages for the various specific desktop tasks ahead of the non-key
  packages for the general desktop task. Along with changes in tasksel 2.60
  this should lead to a generally more useful set of packages on the desktop
  CDs; instead of filling up with OOo, it will fill up with things specific
  to the desktop environment.
* Updated task lists.
2006-12-29 06:05:30 +00:00
Steve McIntyre f6e47116af Minor cleanup/re-sorting of Makefile, to make documentation easier 2006-12-28 02:38:00 +00:00
Steve McIntyre b600a32f13 * Update documentation to at least vaguely match how things work.
* Added support for hook scripts in a few places around the CD
 	creation process, to help people customise their CDs. Quite a
	lot of refactoring needed in make_disc_trees.pl needed to do that.
  * Removed more cruft:
    + old defs in CONF.sh
    + old defs and rules in the Makefile
    + tools/add_secured
2006-12-19 01:58:41 +00:00
Steve McIntyre 4ab80a6392 Cosmetic cleanup ; make things work again when not using VERBOSE_MAKE 2006-12-10 15:14:21 +00:00
Steve McIntyre 2d1735aa21 Make sure we use the specified mkisofs in make_disc_trees
Make the missing-base-files debootstrap errors less scary-looking
2006-12-08 09:46:18 +00:00
Steve McIntyre a269a8fd4c Merge of changes from Steve's development branch to take us to
debian-cd version 3.0.0. Highlights:

  * Support now added for multi-arch CDs/DVDs, including mixed
    binary/source discs. Multi-arch discs should be bootable on those
    multiple arches, modulo boot-sector clashes. Extra support added
    in boot-i386 and boot-amd64 to make the 2 main arches happily
    co-exist.

  * Disc sizing is now much more intelligent - sizes are defined
    depending on the disk type chosen at the start, and discs are now
    filled exactly to those sizes while files are added rather than
    the old up-front guessing method. Equally, the metadata on the
    disc (Packages, Packages.gz, Sources, Sources.gz, md5sums.txt) is
    generated as much as possible while this is happening to make the
    sizing code incredibly accurate. Using this method of disc sizing
    means that customising discs should be much easier/safer - either
    add custom contents at the start and debian-cd will fill the
    remainder of the disc, or afterwards roll back the packages on the
    disc and add extras later.

  * Source is now treated as (almost) just another arch, with most of
    the special casing for source hidden internally. If asking for
    source-only discs, they will simply be built using all the
    available sources. If combined with other arches, the sources will
    automatically be chosen to match the binary packages. Meeting GPL
    requirements was never so easy!

  * Removed lots of old cruft to clean up the codebase:
    + non-US support
    + woody support
    + lots of old support scripts that have been made redundant
    + significantly simpler Makefile, much easier to follow
    + old boot-$ARCH.calc files for estimating boot-file sizes are now
      (obviously) obsolete and therefore gone
2006-12-07 23:09:01 +00:00
Steve McIntyre 5246ae846e Doh! Fix source builds - need to change how grab_md5 is called 2006-12-04 11:38:19 +00:00
Steve McIntyre a12fe9fd65 Minor cleanup of the image sums stuff 2006-12-03 16:40:12 +00:00
Steve McIntyre 93fe864b6f * Another devel branch merge: Change tools/grab_md5 to also look for
md5sums in the installer suite as well as the archive suite in
    case they're different. Also removed old woody support, to clean
    up the code a little. Updated Makefile and update-cd to match the
    command-line interface change.
2006-11-30 22:13:42 +00:00
Steve McIntyre 42583ba7b4 * Stop using the silly .raw extension for output images, use .iso instead
* Improve support for different disk types. Specify DISKTYPE in CONF.sh,
    and it will affect both the output name later (so it's now possible to
    distinguish between CDs and DVDs). Defaults to CD if not otherwise
    set. DISKTYPE will be used more in the future for sizing too, but that
    merge can wait a while longer yet. Closes: #361422
  * Use DISKTYPE and COMPLETE values to create the file .disk/cd_type for
    the installer to use.
2006-11-27 03:19:31 +00:00
Steve McIntyre 0d7c8c6253 Try again for dates 2006-11-26 22:46:57 +00:00
Steve McIntyre 82bb97f5ee Try again for dates 2006-11-26 22:45:14 +00:00
Steve McIntyre 6f101339c8 Add the build date/time into a few more places so people can see them
more easily; add the build time into the .disk/info file.
2006-11-26 22:42:02 +00:00
Steve McIntyre 04dcde6a8b * Split final md5sum of images out from Makefile into tools/imagesums;
if we've made jigdo files then *don't* waste time running md5sum on
  the images as well!
2006-11-25 02:08:38 +00:00
Frans Pop a6dc53f5a5 Whitespace 2006-11-14 11:06:19 +00:00
Frans Pop 65539827e7 Remove line continuation inside perl command as that breaks with GNU Make 3.81 2006-11-14 10:05:21 +00:00
Steve McIntyre 9bb616bedf Minor changes to README.html.in and generation of README.html: cope
with unofficial, official beta and official release CDs better. Let's
not repeat the sarge mistake. Closes: #312604
2006-10-05 23:08:09 +00:00
Steve McIntyre 5d2516c0cd Try to fix the "unofficial development version" bug on official CDs. 2006-08-20 22:31:19 +00:00
Joey Hess 25cc1f62e8 * Remove exim4 from the netinst CDs by adding further insane cruft to the
insane cruft already in the Makefile. (debootstrap no longer installs an
  MTA, so this should save some useful space on the netinsts)
2005-12-27 04:25:23 +00:00
Steve McIntyre 773b972935 Fix the "shortinfo" output in jigdo files 2005-12-18 19:34:35 +00:00
Steve McIntyre 8561aff963 Fix typo; s/ppptp/pptp/ 2005-12-17 19:14:31 +00:00
Steve McIntyre 38d277b76b Add the ppptp-linux package to CD#1. Quick hack adds this from the
Makefile for now; FIXME later... Closes: #255367
2005-12-17 18:13:44 +00:00
Steve McIntyre c275d5187d * Split out the code that copies debs into the temporary trees and
creates Packages files from the Makefile into tools/add_debs
* Split out the code that copies sources into the temporary trees and
  creates Sources files from the Makefile into tools/add_source_packages
2005-12-11 00:39:10 +00:00
Steve McIntyre 5e16cfe7f9 Quote the params to make_image to make sure they work... 2005-12-08 23:46:42 +00:00
Steve McIntyre 1f19193d3c Split out the actual ISO/jigdo creation code from the Makefile into
tools/make_image
2005-12-08 22:55:19 +00:00
Steve McIntyre 537afe73f2 Checking in JTE changes 2005-12-07 00:12:11 +00:00
Joey Hess 8140171580 * Add default UDEB_EXCLUDE files that differ for businesscard, netinst, and
full CDs.
* Make the full CD have apt-mirror-setup in its udeb_exclude file, to avoid
  that component being installed to satisfy apt-setup's dependency on it (I
  hope), so that the user is not unncessarily asked for a mirror during a
  full CD install, but is still asked for one during installs from the
  smaller CDs.
2005-11-15 00:28:07 +00:00
Joey Hess 04999c7f3b * Change debootstrap --print-debs calls to pass debootstrap a mirror to use
and a temporary directory to work in, so it will avoid downloading the
  Packages files from its hardcoded mirror, and work on amd64 and other
  situations with a non-official Debian mirror. Neccessary since the new
  version of debootstrap has dependency resolution enabled by default.
2005-10-30 19:12:22 +00:00
Joey Hess 2fbc702d74 don't run debootstrap --resolve-deps, probably unneccessary since debian-cd
has a resolver. Also very slow as it downloads Packages files.
2005-09-14 19:36:04 +00:00
Joey Hess 8e07699df8 or was it this way? 2005-09-14 19:07:17 +00:00
Joey Hess 30079de275 or maybe this way? 2005-09-14 19:06:27 +00:00
Joey Hess 16967915ae fix path definition 2005-09-14 19:05:01 +00:00
Joey Hess c55c1cc139 * Since debootstrap is in sbin, add sbin to PATH.
* Remove other random hadcoded paths to programs in bin.
2005-09-14 18:28:10 +00:00
Joey Hess f095d8a3fe * Don't hardcode the path to debootstrap. And assume there is a debootstrap
available, as it is a dependency.
2005-09-14 18:21:31 +00:00
Joey Hess 34df7ddf4e fix sid symlinks, and begin versioning in svn 2005-09-07 15:21:11 +00:00
Steve McIntyre 53ba809aaa We no longer need to use md5sum.textutils, as dpkg no longer ships a
non-64-clean version. We can now just use plain "md5sum". (#313613)
2005-07-30 00:13:17 +00:00
Steve McIntyre a809e2abdc Added tools/sarge/upgrade-hppa.sh and tools/sarge/upgrade-sparc.sh to
install the upgrade-kernel bits on CD#1
2005-06-05 01:21:39 +00:00
Santiago Garcia Mantinan 90f70662a9 Couple of small fixes for joeyh's and my latest commits. 2005-05-18 21:45:47 +00:00
Santiago Garcia Mantinan 4cf8c8ca37 Make the jigdos use the same naming scheme as the isos. 2005-05-17 10:10:15 +00:00
Joey Hess 14988d1047 Add etch stuff. Mostly copied unchanged from sarge, with light edits.
Only enable the rescue isolinux targets for etch.

I hope at least some of the etch stuff (like tools/boot/etch) can be used
for the daily CD builds that build using d-i daily builds.
2005-05-05 16:15:44 +00:00
Steve McIntyre babd95c54b Count the total number of binary and source discs better; sarge can
have more than 9 CDs, so ?.packages doesn't cut it any more.
2005-04-24 20:46:06 +00:00
Joey Hess 42a763d6e7 - Add OMIT_MANUAL variable, which can be set to 1 to drop the install
manual from small CDs to save space. We will probably be adding several
      new translations, and possibly PDFs, and that would use too much space
      on the small CDs.
    - Also make the README link to the manual on the Debian web site if
      OMIT_MANUAL=1.
    - Update the README to mention manual translations are available.
2005-03-03 02:03:45 +00:00
Steve McIntyre 9c619305e7 Sarge is going to have more than 9 CDs; make sure we clean up all of
the working dirs.
2004-08-18 17:07:28 +00:00
Joey Hess 285cb363a5 - Exclude kernel sources from popcon results, old data skews this badly.
- Remove old kernel sources from interesting-fromcd23, and various other
      removals and updates.
    - Update the task lists and popcon again.
    - Stop excluding 686 and 686-smp kernels, as these are probably the most
      popular, and they fit on CD#1 now.
2004-08-12 03:57:24 +00:00
Joey Hess 87b13e8e49 catch by pere 2004-07-11 21:50:41 +00:00
Joey Hess 787a8a30b1 - Add new default udeb_include files (for to full CDs and DVDs) that
include ethdetect and netcfg, to make network configuration happen in
      first stage, since the second stage cannot currently do any.
2004-07-11 21:34:25 +00:00
Petter Reinholdtsen c2bd5f1e8d Avoid illegal dash (-) in cpp architecture defines. Patch from Colin Watson. 2004-07-11 09:44:00 +00:00
Petter Reinholdtsen ae64f372b5 Use DI_CODENAME to locate the installation system. This make it
possible to use debian-installer with Woody CDs.
2004-07-11 09:34:59 +00:00
Petter Reinholdtsen b2952ee6d4 Report what is going on when cleaning the target directories. 2004-07-09 23:07:11 +00:00
Joey Hess 2241a12613 funky quoting to prevent cvs from expanding $$Date$$ in the Makefile 2004-06-29 23:24:57 +00:00
Joey Hess e150f621b3 clean up 2004-06-29 22:41:38 +00:00
Joey Hess 4167ac3889 Add update-popcon Makefile target (taken from Skolelinux). 2004-06-29 22:21:28 +00:00
Petter Reinholdtsen 8df4cb3349 Try to create $(OUT) instead of just bailing out if it is missing. 2004-06-24 09:41:22 +00:00
Steve McIntyre 9abd411bd1 Removed the -T option to mkisofs. We don't need the TRANS.TBL files
any more, and we should save the space.
2004-06-09 18:54:35 +00:00
Santiago Garcia Mantinan 456ea7e25b - Fix the dirty workaround bug that was adding debs to businesscards.
- Add 2.6 support to powerpc cds.
 - Add yaboot to powerpc netinst cds as debootstrap no longer adds it.
 - Update boot-sparc not to depend on a kernel version.
 - Update debian-installer tasks once again.
2004-06-07 09:35:40 +00:00
Otavio Salvador 42f052f0c1 Fix preprocess of exclude files when EXCLUDE is not set. 2004-05-12 18:19:27 +00:00
Otavio Salvador 9434b3bf85 Check if the missing debootstrap-required is not included on base_exclude. 2004-05-05 18:46:02 +00:00
Otavio Salvador a279c2ed9c Preprocess exclude files much like tasks files are. Closes: #247379 2004-05-04 21:57:10 +00:00
Santiago Garcia Mantinan 11f1d4904d Add dirty temporal workaround for saving space on netinst images.
The workaround consists in some hints added to rawlist so that the
dependencies are satisfied in a more clever way than list2cds does.
This should be fixed in a proper way on list2cds when time permits.
2004-04-21 20:17:53 +00:00
Raphaël Hertzog 5be9dc670b - Remove debian-keyring.tar.gz from doc dir.
- Don't include Contents-$ARCH.gz on netinst/businesscard CDs.
2004-03-25 06:35:36 +00:00
Joey Hess 68ad503b3f - Revamped the README.html, removing the old manual apt setup
instructions, various references to woody, fixing the link to the LDP
      home page, dropping reference to the basically dead non-us section,
      removing confusing references to non-free being on the CD, dropping
      references to dselect, etc.
    - Fix layout of README.txt, adding missing <p>'s after headings.
    - Drop README.mirrors and README.non-US from the CDs.
2004-03-20 18:01:14 +00:00
Santiago Garcia Mantinan 075eaf8b11 Make Makefile remove dedication files except for current version.
Update debian-installer.* tasks
Add hppa kernels to generate_di+k_list
Add sarge boot scripts for hppa
2004-03-16 09:51:53 +00:00
Joey Hess 41b4701375 - Remove console-keymaps from all udeb_includes; they are included
on the cdrom initrds.
    - Switch from netcfg-static/dhcp to just netcfg.
    - Split udeb_includes for businesscard and netinst; netinst does not
      need choose-mirror, while businesscard does.
2003-12-26 19:23:36 +00:00
Richard Atterer e6440d5a07 Added code/docs for automatic generation of fallback directories during jigdo generation 2003-12-18 10:22:38 +00:00
Josip Rodin 6be365149c add a CONF.sh hint into the undefined errors 2003-09-10 11:32:17 +00:00
Josip Rodin 70a4683a13 ignore rm --force failure? i think not. 2003-07-30 13:26:55 +00:00
Josip Rodin 227649a46c do error reporting properly, silly 2003-07-28 21:19:56 +00:00
Josip Rodin 38ceb03c5e conditionalize the BOOTDISKS stuff better 2003-07-24 17:41:53 +00:00
Josip Rodin 9c1ef2ee68 removed some obsoleted stuff and added one new file, README.html (would get overwritten below, but for clarity) 2003-07-24 15:37:46 +00:00
Alastair McKinstry 705f626c10 Ensure that the correct console-keymaps-* files are included
in netinst installs.
2003-05-15 20:08:51 +00:00
Raphaël Hertzog 0e25c9d6b3 - Updated for proper .disk/udeb_include support by default. 2003-05-07 18:06:52 +00:00
Petter Reinholdtsen dcf6ee4f5d Add support for UDEB_INCLUDE and UDEB_EXCLUDE, making files cdrom/.disk/udeb_include and .../udeb_exclude used by debian-installer. 2003-05-02 12:55:21 +00:00
Raphaël Hertzog cc10aa6639 - Use readlink instead of ugly "ls -l | awk" ... 2003-02-04 20:40:03 +00:00
Raphaël Hertzog dfa3530705 * Include patches from Petter Reinholdtsen and Santiago Garcia Mantinan.
* Include udebs without checking dependencies.
2002-12-26 10:39:02 +00:00
Philip Hands 72dd0f11b9 move the bit that strips the "CD" out of $DISK, so that it is consistent
across the whole for loop (was causing attempts to access .../CDCD1/... etc)
2002-12-20 01:37:55 +00:00
Petter Reinholdtsen 5ae7bd488d Remove duplicate base_components creating. Add support for BASE_INCLUDE
and BASE_EXCLUDE, making files cdrom/.disk/base_include and
.../base_exclude used by debian-installer.
2002-12-14 13:53:18 +00:00
Petter Reinholdtsen dd8a0ea81b Create cdrom/.disk/base_components used by debian-installer. 2002-12-14 13:47:01 +00:00
Raphaël Hertzog eb8fa69045 * Make bootable doesn't complain when a boot-$arch script is missing if IGNORE_MISSING_BOOT_SCRIPT is set. 2002-10-13 20:08:06 +00:00
Raphaël Hertzog 270fb96547 * Yet another stupid mistake (s/done/fi/). 2002-10-11 09:53:11 +00:00
Raphaël Hertzog ad275da746 * Fixes when disks-$ARCH is missing as is the case currently with sarge.
* Manages new debian-faq.en.html.tar.gz (instead of debian-faq.html.tar.gz)
2002-10-11 09:46:54 +00:00
Raphaël Hertzog 5ddbb8223c * Added support for sarge and debian-installer. 2002-10-10 12:56:48 +00:00
Tollef Fog Heen cb3dcbedaa Fix extra semicolon typo. 2002-07-12 06:39:13 +00:00
Tollef Fog Heen 40c7cb2411 Patch courtesy of Petter Reinholdtsen, hand-applied because of conflicts.
- Preserve timestamps when copying files into the CDs
 - Make sure build.sh can run in -e (stop on error) mode
 - Report if packages needed by debootstrap is missing on a CD
 - Report how much space is reserved on each CD
 - Handle boot-floppy directories without documentation
2002-07-11 22:01:44 +00:00
Santiago Garcia Mantinan c406b16046 Change the way to insert the [Image] section on jigdos so that jigdo-file
generates the md5sum of the template and adds it to the [Image] section.
A side efect is that the generation date apearing on the Info changes from
being the end date to being the start date. If this matters tell me and
I'll change it.
2002-07-03 12:01:50 +00:00
Philip Hands 087f4dfb0b Check for non-us, rather than non-us/main when selecting non-US packages
since a few packages are (wrongly) in section non-us, and therefore not
being forced onto CD#1, which results in other $N_NONUS being created.
2002-07-01 18:25:08 +00:00
Santiago Garcia Mantinan ceeee3561f Retrying to commit the removal of Contents files from jigdofilelist.
It did not commit on the previous run.
2002-07-01 17:56:15 +00:00
Santiago Garcia Mantinan e5073af142 Remove jigdofilelist on distclean.
Fixes a problem with "one arch at a time" mirrors.
2002-06-25 13:42:23 +00:00
Santiago Garcia Mantinan 84e79fdd29 Fixes related to jigdo:
- ARCH dependant thingy
  - upgraded to cope with jigdo 0.6.3 and later template file
    format (thanks Richard)
2002-06-25 08:36:08 +00:00
Raphaël Hertzog d926f4fd93 * Updated tools/add_secured to work with all versions of md5sum
(including the one that comes with dpkg >= 1.10).
* Protect the call to add_secured by a stamp file. Closes: #147105
* Provide a customised isolinux image. We don't need to
  recommend syslinux now.
2002-05-15 21:32:02 +00:00
Philip Hands f3edfa9f2e Add some terms to the find used by jigdo to scan the archive, in order
to make it prefer files from the current distro.
This stops it using paths that point into potato for files that exist in
both potato & woody
2002-05-06 10:30:01 +00:00
Philip Hands 487ac3dff4 Add tools/fast_sums script that I'm using to create the md5sums on
cdimage.d.o
It's disabled by default, so this should not change the behaviour
for people that don't use it, although I don't think there's any reason
not to.
2002-05-05 12:08:27 +00:00
Raphaël Hertzog ca93745a86 * Applied patch for #145318.
* Updated README.sbm.
2002-05-04 13:25:03 +00:00
Raphaël Hertzog 26ac1136ec * Fix if/else nesting for debootstrap checks. 2002-04-23 21:30:51 +00:00
Raphaël Hertzog a10af8aa52 * Hardcode debootstrap path ... since /usr/sbin may not be out of the PATH.
* Print results of debootstrap checks.
2002-04-23 13:33:37 +00:00
Steve McIntyre 5b892f4ae9 Added support for DVD-sized images. Specify default image sizes in
CONF.sh as DEFBINSIZE and DEFSRCSIZE

build.sh and build_all.sh now use these settings to calculate the
packages and source files to go on each disk, using bc - shell
arithmetic cannot cope with > 32-bit numbers

use the md5sum from the textutils package - dpkg's md5sum cannot
handle large files.
2002-04-07 16:26:59 +00:00
Santiago Garcia Mantinan dcf92f2ded Fix jigdofilelist when unstable is not available.
Allow disks-alpha/current not to be a symlink.
2002-03-13 22:40:14 +00:00
Raphaël Hertzog f150eabdff * First fix for the creation of .disk/kernel_installable.
* Added the corresponding changelog entry.
2002-03-02 19:45:24 +00:00
Raphaël Hertzog f8c0ab436e * Implement the .disk/{kernel,base}_installable stuff. Not tested yet. 2002-03-02 19:08:18 +00:00
Raphaël Hertzog 1c13f2a59e * Oops, forgot a -r in the rm call. 2002-02-13 11:16:56 +00:00
Raphaël Hertzog 54ddadb413 * Don't include basedeb-images-* on the CD. 2002-02-13 10:25:02 +00:00
Raphaël Hertzog e14b741797 * Fixed Makefile.
* Updated boot-i386 for bf 3.0.19.
2002-02-11 14:04:08 +00:00
Raphaël Hertzog bb20429165 * Automatically add packages listed by debootstrap. 2002-02-04 14:09:13 +00:00
Anne Bezemer b7582144e3 Add jigdo generation support 2002-01-28 23:00:17 +00:00
Raphaël Hertzog 2e178a4a23 * Fix some cpp related problem. 2002-01-13 18:05:57 +00:00
Raphaël Hertzog be9d5bed00 * New scanpackages/scansources using apt-ftparchive generate. 2001-11-09 07:55:23 +00:00
Falk Hueffner 94f238782b BOOTDISKS needs to be exported for the previous commit to work.
Also fix some suspicious whitespace.
2001-11-07 00:22:30 +00:00
Steve McIntyre 5ca34db6a2 Cope with different layout of non-US when generating list for FORCENONUSONCD1 2001-09-12 15:54:28 +00:00
Raphaël Hertzog 28d4a21d04 * Fix the STUPID bugs I introduced recently (hopefully). 2001-06-14 21:05:36 +00:00
Raphaël Hertzog a9da55e077 * Adding basic checks about the existence of some directories.
* Export MKISOFS variable.
2001-06-13 21:11:37 +00:00
Raphaël Hertzog 2afe58456b * Removed -a from mkisofs call. 2001-05-19 13:29:52 +00:00
Anne Bezemer 966cf8eda6 * Redesigned and updated README to match new www.debian.org style. 2001-04-24 20:15:56 +00:00
Raphaël Hertzog 5c171358bc * Create a $CODENAME-secured tree with Release and Release.gpg file.
* Some esthetic cleanup.
2001-04-14 20:57:06 +00:00
Raphaël Hertzog e67c751db6 * Does correctly manage pools wrt Packages files. Large patch not well
tested.
* Now depends on grep-dctrl.
* Updated tasks files to put non-US at top.
* Various fixes.
2001-02-27 01:01:40 +00:00
Steve McIntyre af63e2ca23 sources: target now seems to work OK 2000-12-23 04:09:48 +00:00
Steve McIntyre 97e9d9c83a Fixed typos in previous checkin. 2000-12-20 03:00:50 +00:00
Steve McIntyre 24ca43d57a When adding source files to source CDs, cope better with empty lists,
e.g. non-US sources on a CD that doesn't contain any.
2000-12-19 23:14:03 +00:00
Dan Jacobowitz 5301de0809 Add -f to the rm of the FAQ tarball 2000-11-30 16:43:18 +00:00
Raphaël Hertzog 9ad3d70bc4 * Fixes several bug caused by changes in the way binary-all packages
are referred to in the Packages files. Closes: #76178
* Does now handle sources for a local repository correctly. Closes: #76179
* Fix a bug in make extras. Closes: #76181
* Added a commodity local symlink for old-fashioned tools like multi_cd
  which want local packages in dists/local/local. Closes: #76186
* Many thanks to Vladimir Michl who provided me patches for the 4 bug
  mentionned above.
* Changed mirror_check to use case insensitive pattern matching for
  detecting headers. Closes: #70838
* Documentation updates about the SIZELIMIT stuff and bootable CDs.
  Closes: #72067, #68913
2000-11-12 22:41:45 +00:00
Steve McIntyre 3d60041f0d Extract the debian FAQ from debian-faq.html.tar.gz 2000-09-03 16:45:04 +00:00
Philip Hands a03167f409 CONF.sh:
VERBOSE_MAKE variable added.  allows the verbosity of the make process
    to be controlled, by determining if the lines start with a @ or not
  ATTEMPT_FALLBACK variable added.  allows one to control whether build_all.sh
    should bother to attempt to build a simple CD if the official build
    fails.

Makefile:
  o  added "set -e;" to the start of most of the blocks of shell commands to
     ensure that if one of the scripts fails, that fact is not ignored
  o  replaced many of the @'s with $(Q) and ensured that Q=@ by default.
     This allows one to see what make is actually doing when it all goes
     horribly wrong -- VERBOSE_MAKE in CONF.sh is used to control this

build_all.sh
  o  made it stop on error dependant on ATTEMPT_FALLBACK from CONF.sh

tools/pi-makelist:
  These are the changes by J.A. Bezemer to get rid of files from the list
  that are not available on ftp mirrors

tools/boot/potato/boot-alpha
  check to see if the boot1 directory already exists, and skip its creation
  if so.  This is required to deal with the fact that this script gets called
  for CD1 & CD1_NONUS, and making the directories twice fails, and is pointless
2000-08-25 16:54:03 +00:00
Anne Bezemer 276faf0f84 VOLIDs now Bin-X and Src-X instead of Binary-X and Source-X, and also
ppc instead of powerpc to stay within the 32-char limit (also with _NONUS).

Fixed one other "double CD1 issue" that caused the top-level README to
mention a 4-CD set where there were only 3. Now count only ?.packages
instead of *.packages.
2000-08-12 22:42:20 +00:00
Dan Jacobowitz 7f9962e509 Add a bunch of set -e to prevent silently bad CDs. 2000-07-25 16:39:13 +00:00
Steve McIntyre b181b55fec Fixed bug in README generation when using FORCENONUSONCD1 - I forgot to
munge the contents of README.diskdefines, so README.txt and README.html
came out differently. Now done.
2000-07-18 15:11:54 +00:00
Raphaël Hertzog 3c4dd7d6db * Added "-F ." for symlink farmers... 2000-07-02 11:09:34 +00:00
Raphaël Hertzog 8f8c0e3980 * Fixed bin-image and src-image.
* Added new entry in changelog.
2000-07-02 10:57:40 +00:00
Raphaël Hertzog 898a7e92f8 * Patch from Joey Hess for LOCALDEBS.
* Patch from Michael Schlueter for a bugfix related to forcenonusoncd1.
* Patch from myself : s/*.packages/?.packages/ in tools/scanpackages !
  It's a problem that appeared with the use of FORCENONUSONCD1 and LOCAL.
2000-06-30 00:04:03 +00:00
Steve McIntyre 6ef81f9eb6 Added FORCENONUSONCD1 option - forces non-US packages/sources onto the
first CD where possible. We then make 2 copies of this, one with
non-US and one without. Useful for people wanting to create non-US and
US-safe CD sets without having to spend so much disk space.

Side-effects: The CD tress are now $(DIR)/CD<foo> instead of
$(DIR)/<foo>
2000-06-16 23:42:50 +00:00
Ben Collins 7a02a8d9f8 subdir for archs 2000-06-14 04:54:52 +00:00
Raphaël Hertzog 5d4ff3914e * Added support for EXTRANONFREE. Hope it works :-) 2000-06-06 17:19:27 +00:00
Raphaël Hertzog 08c96a4ce8 * Removed data/woody/README.multicd
* Fixed src-infos in the Makefile (s/BDIR/SDIR/g)
2000-05-20 19:44:53 +00:00
Raphaël Hertzog c73ec20c15 * Copy pics/*.jpg instead of pics/*.
* Added a log file to .cvsignore.
2000-05-19 14:07:01 +00:00
Raphaël Hertzog edbe3d2bd9 * Added documentation (README.html & README.txt) that replaced some
old doc. Needs a lynx dependency.
* Added arm support.
* Failry large changes to the Makefile due to the added documentation.
* Make the translated documentation more available.
* Copied some files from potato dir to the woody dir (so that we can
  still build woody CDs).
2000-05-18 22:49:02 +00:00
Dan Jacobowitz 0b6a1c2ebf PowerPC boot support 2000-05-01 04:59:02 +00:00
Raphaël Hertzog ad9dd80b45 * Documentation updates.
* Changed how the sizelimit is get by the scripts (they could have ignored
  values given by the environment variable).
* Put the documentation tree from the mirror on the first CD only.
2000-04-03 22:05:07 +00:00
Ben Collins ced385dc90 bogus change last time... 2000-03-31 04:29:17 +00:00
Ben Collins fa61376c58 run the boot script with sh -c, fixes an odd problem in the sparc script 2000-03-31 02:44:59 +00:00
Raphaël Hertzog 37ab5b703b * Reverted the removal of */doc dirs in disks 2-4.
* Removed $ADIR too in target bin-distclean.
2000-03-14 21:49:00 +00:00
Ben Collins a2ccae3471 * Added two new variables, COPYLINK and APTTMP. I had to do this with my
setup which consists of an NFS mounted archive, the NFS mount was also
  used for the tmp space since it had room, and the iso images were
  created on the local drive, where it also had room. DOing symlink was
  crazy and didn't work too well, and the apt stuff could not be on the
  NFS tmp since apt's locking doesn't work on NFS. Problem solved, this
  should work exactly like it did before with these defaults though.
  COPYLINK basically makes a full copy of the files instead of hardlinking
  or symlinking.
2000-03-14 04:02:29 +00:00
Raphaël Hertzog dbdda83031 * Added missing semi-colon. 2000-03-13 12:17:20 +00:00
Raphaël Hertzog 93f96e4f49 * Added tools/pi-makelist this time.
* Removed set -e from tools/apt-selection. Apt must be able to fail ...
* Added a separate pi-makelist target.
* Updated the README with Pseudo Image Kit information.
2000-02-26 11:41:10 +00:00
Raphaël Hertzog 1f41fe62d6 * Added set -e for shell scripts.
* Now generate *.list for Pseudo Image Kit.
* Added files for woody.
* Updated the README* files.
* Added some .cvsignore files.
2000-02-19 17:52:52 +00:00