diff options
author | root <root@jones.dk> | 2009-02-15 15:38:45 +0100 |
---|---|---|
committer | root <root@jones.dk> | 2009-02-15 15:38:45 +0100 |
commit | 621b3bc68b348e1003457aa16edad15c2e10b1d5 (patch) | |
tree | 7c68c0e167675440afd88e6d8b8fe269bfeabce7 | |
parent | 57b917ba491f680b15f76598ded2877237fc7fdc (diff) |
Include oldstable (Etch) by default in localdebpool.
-rwxr-xr-x | localdebpool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localdebpool b/localdebpool index fd42379..746af40 100755 --- a/localdebpool +++ b/localdebpool @@ -4,7 +4,7 @@ set -e ORIGIN="Jones" LABEL="Jones" -DISTS="lenny squeeze sid" +DISTS="etch lenny squeeze sid" ARCHS="i386 powerpc amd64" PRVBASE=~/public_debian |