From: Frank Lichtenheld Date: Thu, 12 Apr 2007 19:08:32 +0000 (+0200) Subject: prepare_newpkg: Also create a list of source package names X-Git-Url: https://git.deb.at/w?p=deb%2Fpackages.git;a=commitdiff_plain;h=076c9128513cbfc28bca2a7df6ffcb0231e00c08 prepare_newpkg: Also create a list of source package names This isn't used further yet but might be useful to also present a list of new source packages. --- diff --git a/cron.d/600prepare_newpkg b/cron.d/600prepare_newpkg index b97f4f3..083d72e 100755 --- a/cron.d/600prepare_newpkg +++ b/cron.d/600prepare_newpkg @@ -7,6 +7,8 @@ test -d ${packagesdir} || mkdir -p ${packagesdir} LANG=C cat ${filesdir}/db/package_names_unstable.txt \ | sort | uniq > ${packagesdir}/package_names_unstable.$(date -I) +LANG=C cat ${filesdir}/db/source_names_unstable.txt \ + | sort | uniq > ${packagesdir}/source_names_unstable.$(date -I) cd $topdir