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 /pbuilderrc | |
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 'pbuilderrc')
-rwxr-xr-x | pbuilderrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ USEDEVFS=no BUILDRESULT=/var/cache/pbuilder/result/ # specifying the distribution forces the distribution on "pbuilder update" -#DISTRIBUTION=lenny +#DISTRIBUTION=sid # specifying the components of the distribution, for instance to enable all # components on Debian use "main contrib non-free" and on Ubuntu "main # restricted universe multiverse" |