From 076c9128513cbfc28bca2a7df6ffcb0231e00c08 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Thu, 12 Apr 2007 21:08:32 +0200 Subject: [PATCH] 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. --- cron.d/600prepare_newpkg | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2