X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fimport_dataset.sh;fp=scripts%2Fdebian%2Fimport_dataset.sh;h=24ab88edb0ca54993467655046f25a6801047769;hb=695759e80feca4d6b2c27143a076d5e2ddf90339;hp=3293b1c3bc5b52ab000c02d4667b4b99f77b0b85;hpb=43bab1925944f21818d5827a023cced859110c73;p=dak.git diff --git a/scripts/debian/import_dataset.sh b/scripts/debian/import_dataset.sh index 3293b1c3..24ab88ed 100755 --- a/scripts/debian/import_dataset.sh +++ b/scripts/debian/import_dataset.sh @@ -43,6 +43,11 @@ case "${IMPORTSUITE}" in INPUTFILE="/srv/release.debian.org/sets/squeeze-updates/current" DO_CHANGELOG="false" ;; + wheezy-updates) + # What file we look at. + INPUTFILE="/srv/release.debian.org/sets/wheezy-updates/current" + DO_CHANGELOG="false" + ;; *) echo "You are so wrong here that I can't even believe it. Sod off." exit 42