debian-cd-clone/tools
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
..
boot CONF.sh: 2000-08-25 16:54:03 +00:00
potato * Fixed tools/potato/upgrade.sh for s/1/CD1/ change and include the upgrade 2000-06-19 22:25:24 +00:00
slink * Commited the same fix than for potato/upgrade.sh. Install upgrade stuff 2000-06-20 20:58:16 +00:00
woody Yet another typo in installtools.sh...but now woody-i386 cd creation works 2000-07-06 22:23:22 +00:00
add-bin-doc Get correct dedication.txt regardless of point release number. 2000-08-12 22:44:53 +00:00
add_dirs * Added support for EXTRANONFREE. Hope it works :-) 2000-06-06 17:19:27 +00:00
add_files Added FORCENONUSONCD1 option - forces non-US packages/sources onto the 2000-06-16 23:42:50 +00:00
add_packages * Patch from Joey Hess for LOCALDEBS. 2000-06-30 00:04:03 +00:00
apt-selection * Fixed Joey's patch. ${LOCALDEBS:-$MIRROR} is correct syntax. 2000-07-06 10:32:27 +00:00
cds2src * Patch from Joey Hess for LOCALDEBS. 2000-06-30 00:04:03 +00:00
link.pl * Added two new variables, COPYLINK and APTTMP. I had to do this with my 2000-03-14 04:02:29 +00:00
list2cds Added FORCENONUSONCD1 option - forces non-US packages/sources onto the 2000-06-16 23:42:50 +00:00
master2tasks Initial revision 1999-11-11 17:10:37 +00:00
mirror_check Initial revision 1999-11-11 17:10:37 +00:00
pi-makelist CONF.sh: 2000-08-25 16:54:03 +00:00
scanpackages * Fixed Joey's patch. ${LOCALDEBS:-$MIRROR} is correct syntax. 2000-07-06 10:32:27 +00:00
scansources * Added support for EXTRANONFREE. Hope it works :-) 2000-06-06 17:19:27 +00:00
set_mkisofs_opts Initial revision 1999-11-11 17:10:37 +00:00
strip-nonUS-bin Added FORCENONUSONCD1 option - forces non-US packages/sources onto the 2000-06-16 23:42:50 +00:00