* Updated Woody version number.

* Build woody CDs by default.
* Updated documentation.
This commit is contained in:
Raphaël Hertzog 2001-07-10 09:57:43 +00:00
parent 8a1452e6a2
commit c649f77c21
5 changed files with 37 additions and 9 deletions

View File

@ -7,10 +7,10 @@
export BASEDIR=`pwd` export BASEDIR=`pwd`
# Building potato cd set ... # Building potato cd set ...
export CODENAME=potato export CODENAME=woody
# Version number, "2.2 r0", "2.2 r1" etc. # Version number, "2.2 r0", "2.2 r1" etc.
export DEBVERSION="2.2 r0" export DEBVERSION="3.0 prerelease"
# Official or non-official set. # Official or non-official set.
# NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE # NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE

30
README
View File

@ -2,7 +2,7 @@ YACS - Yet Another CD Script :-)
================================ ================================
(better known as debian-cd) (better known as debian-cd)
Copyright 1999 Raphaël Hertzog <hertzog@debian.org> Copyright 1999-2001 Raphaël Hertzog <hertzog@debian.org>
This set of tools is licensed under the General Public License This set of tools is licensed under the General Public License
version 2 or any later version. You can find it in version 2 or any later version. You can find it in
/usr/share/common-licenses/GPL on a Debian GNU system. /usr/share/common-licenses/GPL on a Debian GNU system.
@ -52,7 +52,8 @@ $ make official_images
$ make bin-official_images ] $ make bin-official_images ]
But you really should consider reading further for more information. But you really should consider reading further for more information.
You can also give a look at build.sh and build_all.sh for an automatized
way of building CD images.
How to build a CD set - step by step How to build a CD set - step by step
==================================== ====================================
@ -183,11 +184,36 @@ The process of building a CD is decomposed as follow :
$ make bin-images $ make bin-images
And "make src-images" will generate the sources images. And "make src-images" will generate the sources images.
Note: I use here make images, but you could as well use make
official_images since the latter is the same as the former with
some dependencies on targets that you already launched
(make bootable packages sources).
- if you want to generate a MD5SUMS file with the md5sums of the - if you want to generate a MD5SUMS file with the md5sums of the
images you can do it with : images you can do it with :
$ make imagesums $ make imagesums
Official images
===============
If you use make official_images you're building CD images that have
the same properties than official CD images but they still doesn't
have the name of "Official Images". The name of the images is given
by setting the OFFICIAL and DEBVERSION environment variable (check
CONF.sh).
Please never ever use the "Official" name for a CD image that you
built yourself. The only images that can be called "Official" are the
ones built by Debian itself and which are provided on Debian's
servers.
The default configuration shipped with this package will automatically
name the images "Unofficial". CD will work exactly in the same way
with all Debian tools, only the label is different. That means you
can use build.sh and build_all.sh to build your "Unofficial" images
without modifying anything.
Local packages Local packages
============== ==============

View File

@ -436,7 +436,7 @@ Installing
#if DISKNUM1 && TYPEbinary #if DISKNUM1 && TYPEbinary
If you are already running an older version of the Debian GNU/Linux If you are already running an older version of the Debian GNU/Linux
Operating System, you may want to upgrade to version 2.3. Operating System, you may want to upgrade to version 3.0.
<P> <P>
At this moment, woody-specific upgrade procedures are not yet At this moment, woody-specific upgrade procedures are not yet
available. In the mean time, use the potato procedures, available available. In the mean time, use the potato procedures, available

6
debian/CONF.sh vendored
View File

@ -1,11 +1,11 @@
# The debian-cd dir # The debian-cd dir
export BASEDIR=/usr/share/debian-cd export BASEDIR=/usr/share/debian-cd
# Building potato cd set ... # Building woody cd set ...
export CODENAME=potato export CODENAME=woody
# Version number, "2.2 r0", "2.2 r1" etc. # Version number, "2.2 r0", "2.2 r1" etc.
export DEBVERSION="2.2 r0" export DEBVERSION="3.0 prerelease"
# Official or non-official set. # Official or non-official set.
# NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE # NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE

4
debian/changelog vendored
View File

@ -1,7 +1,9 @@
debian-cd (2.2.6) unstable; urgency=low debian-cd (2.2.6) unstable; urgency=medium
* UNRELEASED * UNRELEASED
* Updated tasks/base-woody to be in sync with debootstrap 0.1.15. * Updated tasks/base-woody to be in sync with debootstrap 0.1.15.
* Improved documentation about Official images. Closes: #101578
* Build woody CD set by default now. Updated CONF.sh accordingly.
-- Raphael Hertzog <hertzog@debian.org> Tue, 19 Jun 2001 00:43:04 +0200 -- Raphael Hertzog <hertzog@debian.org> Tue, 19 Jun 2001 00:43:04 +0200