From: Frank Lichtenheld Date: Wed, 12 Sep 2007 22:44:21 +0000 (+0200) Subject: 600prepare_newpkg: Forgot one s/unstable/sid/ X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=14ad98deaba3efa56740908b2c33a4bf3fd03299;hp=cfd901631e57f7184e96c132817cbb4de0fd7929 600prepare_newpkg: Forgot one s/unstable/sid/ --- diff --git a/cron.d/600prepare_newpkg b/cron.d/600prepare_newpkg index bddf65b..f722cb2 100755 --- a/cron.d/600prepare_newpkg +++ b/cron.d/600prepare_newpkg @@ -7,7 +7,7 @@ test -d ${packagesdir} || mkdir -p ${packagesdir} LANG=C cat ${filesdir}/db/package_names_sid.txt \ | sort | uniq > ${packagesdir}/package_names_sid.$(date -I) -LANG=C cat ${filesdir}/db/source_names_unstable.txt \ +LANG=C cat ${filesdir}/db/source_names_sid.txt \ | sort | uniq > ${packagesdir}/source_names_sid.$(date -I) cd $topdir