From e4855cef7dcd4951531fd085aef409c6e81d4471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Mon, 14 Dec 2009 14:12:06 +0100 Subject: Do not mention codename of testing where possible Avoid mentionning the codename of the current testing distribution where possible as this gets out of date -- except in the rebuild README where the current testig is really what we want. --- examples/rebuild/README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples') diff --git a/examples/rebuild/README b/examples/rebuild/README index d34ad26..34b5d78 100644 --- a/examples/rebuild/README +++ b/examples/rebuild/README @@ -2,18 +2,18 @@ ============================ sudo aptitude install cowdancer grep-dctrl wget - sudo cowbuilder --create --distribution lenny --basepath /var/cache/pbuilder/testing-base.cow + sudo cowbuilder --create --distribution squeeze --basepath /var/cache/pbuilder/testing-base.cow 2. Getting the list of packages to build: ========================================= - getlist lenny + getlist squeeze Will fetch the Sources.gz for main and contrib of the distribution you choose and creates two files: - 1. list.lenny - 2. list.lenny.i368 + 1. list.squeeze + 2. list.squeeze.i368 The first list contains the name of all packages followed by all architectures it can be build on. The second list Contains the names of @@ -30,7 +30,7 @@ The other settings BUILDDIR and LOGDIR are optional. 4. Rebuilding the archive ========================= - rebuild list.lenny.i386 lenny + rebuild list.squeeze.i386 squeeze Will attempt to build all packages appearing in list.testing.i368. It will temporarily build them in $BUILDDIR/$PACKAGE and will use $LOGDIR to create -- cgit v1.2.3