From 8a5418241127e02ebadfa34ed18d79cd5478a142 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Mon, 12 Jul 2004 22:45:51 +0000 Subject: [PATCH] First checkin of the JTE changes. Removed pi-makelist targets and docs --- README | 17 ----------------- build_all.sh | 6 ------ 2 files changed, 23 deletions(-) diff --git a/README b/README index caaf00aa..c700a6ca 100644 --- a/README +++ b/README @@ -25,8 +25,6 @@ Software: - the perl Digest::MD5 module - lynx (for text version of README.html) and todos from sysutils to convert docs to DOS format (although you can rip that out, too) -- if you want to generate .list files: tempfile, as included in debianutils - >= 1.6 (not absolutely necessary, workaround described in tools/pi-makelist) - if you want to generate jigdo files: jigdo-file (see below) Other: - lots of free space on your disks @@ -274,21 +272,6 @@ instead of MIRROR when looking for local packages. Additional targets ================== -Pseudo Image Kit ----------------- -Those of you who will make images available to people for download may -consider using the Pseudo Image Kit. See http://www.debian.org/CD/pik/ -for more information on the PIK. - -You can launch "make pi-makelist" in order to generate -the *.list files for the images you've just generated. - -The tools/pi-makelist script needs the isoinfo binary. You can get the -sources from http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html - -Alternatively (and certainly simpler for people using Debian system), the -isoinfo binary is in the mkisofs package (since Debian potato at least). - Jigdo ----- You may also want to make the CD images available in jigdo format. diff --git a/build_all.sh b/build_all.sh index cea460d3..c98ec35c 100755 --- a/build_all.sh +++ b/build_all.sh @@ -58,15 +58,11 @@ do make bin-official_images echo Generating MD5Sums of the images make imagesums - echo Generating list files for images - make pi-makelist export OUT="$TMP_OUT/src"; mkdir -p $OUT make src-official_images echo Generating MD5Sums of the images make imagesums - echo Generating list files for images - make pi-makelist else export OUT=$TMP_OUT/$ARCH; mkdir -p $OUT make bin-official_images @@ -83,8 +79,6 @@ do fi echo Generating MD5Sums of the images make imagesums - echo Generating list files for images - make pi-makelist fi echo "--------------- `date` ---------------" done