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