]> git.deb.at Git - deb/packages.git/commitdiff
prepare_newpkg: Also create a list of source package names
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 12 Apr 2007 19:08:32 +0000 (21:08 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 12 Apr 2007 19:08:32 +0000 (21:08 +0200)
This isn't used further yet but might be useful to also present a list
of new source packages.

cron.d/600prepare_newpkg

index b97f4f3c4b67613cb38ef738a102d6a74f3e975d..083d72ec0b281c2905a93da1e2163fe9f3692fc0 100755 (executable)
@@ -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