diff options
author | Loïc Minier <lool@dooz.org> | 2009-12-14 14:12:06 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2009-12-14 14:12:06 +0100 |
commit | e4855cef7dcd4951531fd085aef409c6e81d4471 (patch) | |
tree | ddc41fa08a9c28aaebd75adc3466c790c6926c18 /examples | |
parent | ee381669df0f79c23f5ed3c5d4d2f83991e43df3 (diff) | |
download | pbuilder-e4855cef7dcd4951531fd085aef409c6e81d4471.tar pbuilder-e4855cef7dcd4951531fd085aef409c6e81d4471.tar.gz |
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.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/rebuild/README | 10 |
1 files changed, 5 insertions, 5 deletions
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 |