Commit Graph

1841 Commits

Author SHA1 Message Date
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 c213ff5a43 * Copy dists/<codename>/Release and Release.gpg files 2001-04-12 10:40:08 +00:00
Steve McIntyre 82185cabbf Fix a clear bug in the handling of non-US where output was directed to the wrong place...
Cope with some directories not existing - make sure that we check for existence first.
2001-04-09 23:39:59 +00:00
Raphaël Hertzog 5ab298e730 * Does now detect packages in non-free even if there are no
other packages (from main) on the CD.
2001-03-25 14:49:14 +00:00
Raphaël Hertzog 8d5ca3775b * Fixed a bug where some symlinks where not created because the
directory where they should be created didn't exist yet.
2001-03-18 19:01:36 +00:00
Dan Jacobowitz 94fea67ce5 Use MacRISC in compatible tag, to be bootable on newer Macs. 2001-03-08 17:31:35 +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 71922ba302 Updates:
will now use a user-specified diff file if one is available, which
    is probably more accurate than the changelog file

    uses add_files to add things to the tree rather than cp, meaning
    sym-links etc. happen properly
2001-02-07 11:08:22 +00:00
Raphaël Hertzog 84c05090cb * Fixed outstanding bugs.
* Simplified a regexp in tools/apt-selection
* Modified the install/boot.bat provided on the first CD
2001-01-27 17:32:34 +00:00
Jim Westveer f74e6a2f86 update to woody boot-i386 for boot.bat 2001-01-26 15:21:22 +00:00
Steve McIntyre e97f9008a5 Updated to cope with new filenames of main section override files in the archive. 2001-01-14 19:59:11 +00:00
Jim Westveer cd584b33d9 All (i386) CDs now have a different boot kernel flavor 2001-01-07 20:36:05 +00:00
Jim Westveer 71beba826d added boot kernel udma66 to cd#4 on woody 2001-01-07 20:21:51 +00:00
Jim Westveer ed04449aa0 added boot kernel udma66 to cd#4 2001-01-07 20:20:29 +00:00
Jim Westveer c42826c0e8 update i386 boot routines to include boot blocks on all binary disks 2001-01-04 05:31:46 +00:00
Jim Westveer d32dd75402 added boot block on all disks 2001-01-03 15:57:21 +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
Steve McIntyre 00e2cc2955 Initial checkin of update-cd, simple tool to create r0 -> r* CDs.
Minor changes to tools to help this:

	add_dirs:		only create directories if they don't exist.
	scanpackages: 	added a command line flag to not create Packages.cd files
2000-12-05 20:53:24 +00:00
Dan Jacobowitz 4e43bca1fc Path for yaboot has changed. 2000-12-01 03:12:56 +00:00
Dan Jacobowitz 5301de0809 Add -f to the rm of the FAQ tarball 2000-11-30 16:43:18 +00:00
Jim Westveer d89da99b09 typo, /tools/add_dirs line 26 --fixed 2000-11-13 17:59:10 +00:00
Anne Bezemer 73945a9e42 * Updated pi-makelist, now excludes all of the sparc live filesystem.
* Added Recommends: debianutils because pi-makelist uses tempfile(1)
  since 2.2.3; also mentioned this in the debian-cd/YACS README.
* Some minor updates/rewordings in CD's top-level README.
2000-11-13 16:48:14 +00:00
Jim Westveer 6f8ec390c8 type line 26, fixed 2000-11-13 06:23:52 +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
Dan Jacobowitz 53d2a66e81 Update COMPATIBLE tag 2000-11-09 05:24:59 +00:00
Jim Westveer ce412c1c59 Workaround for no woody Contents-(ARCH) in non-US --jwest 2000-10-08 19:31:12 +00:00
Raphaël Hertzog 25336f19b4 * Added a paragraph about the fact that boot-floppies size is not taken in
account in SIZELIMIT.
2000-09-20 17:36:53 +00:00
Steve McIntyre 03b9552049 Cope with field case change in the Packages file: Filename to FileName. Match this field case-insensitively. 2000-09-05 23:12:54 +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 ef89f2f4fa Added "hidden feature" (def UNOFFEXTRAS) for more easily generating
up-to-date READMEs for my own (non-US/)non-free CDs.
2000-08-21 13:05:31 +00:00
David Huggins-Daines 0e65cd3b52 Doh! doh doh doh. Make alpha CDs boot properly, I hope. 2000-08-18 15:43:14 +00:00
Ben Collins 277435d843 use TDIR instead of hardcoded tmp 2000-08-17 12:47:23 +00:00
Ben Collins 37f4ffd803 remove tmp dir unconditionally at start 2000-08-17 12:45:57 +00:00
Anne Bezemer 7ce100cfe5 Hopefully more correct BOOT_SIZE_1. 2000-08-12 22:45:48 +00:00
Anne Bezemer 6b1816998c Get correct dedication.txt regardless of point release number. 2000-08-12 22:44:53 +00:00
Anne Bezemer 4fe2a90a93 Also make .list files for source images. 2000-08-12 22:43:05 +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
Anne Bezemer c993b42a59 All install docs are in install/doc/; other cosmetical changes. 2000-08-12 22:38:31 +00:00
Anne Bezemer 9874e3548e DEBVERSION (+examples) now like "2.2 r0" according to discussions on
debian-cd list.
Copied FORCENONUSONCD1 to debian/CONF.sh, where it wasn't mentioned yet
(i.e. it would become a "hidden feature" in the .deb package).
2000-08-12 22:36:50 +00:00
Dan Jacobowitz 7a9ce8640c Recommend hfsutils. 2000-07-25 16:39:27 +00:00
Dan Jacobowitz 7f9962e509 Add a bunch of set -e to prevent silently bad CDs. 2000-07-25 16:39:13 +00:00
Ben Collins df7986ecb8 Changes for the dedication aswell as a fix for sum/list generation in build_all.sh 2000-07-25 15:03:57 +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 009c366c2e * Typo problem (B on the first line). 2000-07-13 12:05:52 +00:00
Raphaël Hertzog 39310a75c3 * Duh, this is the final 2.2.2 release. 2000-07-13 12:00:46 +00:00
Jim Westveer b850b4b23a Yet another typo in installtools.sh...but now woody-i386 cd creation works 2000-07-06 22:23:22 +00:00
Raphaël Hertzog b53f3c80e1 * Fixed Joey's patch. ${LOCALDEBS:-$MIRROR} is correct syntax. 2000-07-06 10:32:27 +00:00