From 24afa0b07bb1d14376179b275480d97e1563be76 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 2 Dec 2012 00:03:56 +0100 Subject: [PATCH] autodist-upstream-updates: fixed command line options for showing not up-to-date only packages --- etc/cron.daily/40-autodist-upstream-updates | 6 +++--- etc/cron.hourly/60-autodist-autobuild | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/cron.daily/40-autodist-upstream-updates b/etc/cron.daily/40-autodist-upstream-updates index 2aa4025..f4fe0dc 100755 --- a/etc/cron.daily/40-autodist-upstream-updates +++ b/etc/cron.daily/40-autodist-upstream-updates @@ -5,12 +5,12 @@ # . /etc/autodist/config REPOSITORY=devel -/usr/sbin/autodist-upstream-updates -h -u -r $REPOSITORY > $LOCAL_REPS_BASE_DIR/distromatic/$REPOSITORY/_popular.html +/usr/sbin/autodist-upstream-updates -q -h -u -r $REPOSITORY > $LOCAL_REPS_BASE_DIR/distromatic/$REPOSITORY/_popular.html REPOSITORY=milestone1-1.1 -/usr/sbin/autodist-upstream-updates -h -u -r $REPOSITORY > $LOCAL_REPS_BASE_DIR/distromatic/$REPOSITORY/_popular.html +/usr/sbin/autodist-upstream-updates -q -h -u -r $REPOSITORY > $LOCAL_REPS_BASE_DIR/distromatic/$REPOSITORY/_popular.html REPOSITORY=milestone2 -/usr/sbin/autodist-upstream-updates -h -u -r $REPOSITORY > $LOCAL_REPS_BASE_DIR/distromatic/$REPOSITORY/_popular.html +/usr/sbin/autodist-upstream-updates -q -h -u -r $REPOSITORY > $LOCAL_REPS_BASE_DIR/distromatic/$REPOSITORY/_popular.html exit 0 diff --git a/etc/cron.hourly/60-autodist-autobuild b/etc/cron.hourly/60-autodist-autobuild index db052f0..f0e06b5 100755 --- a/etc/cron.hourly/60-autodist-autobuild +++ b/etc/cron.hourly/60-autodist-autobuild @@ -38,7 +38,7 @@ pid_check distromatic -q -t $DISTROMATIC_REPOSITORY --gensrcpkglist > $LOCAL_REPS_BASE_DIR/$DISTROMATIC_REPOSITORY/srcpkglist pid_check -autodist-upstream-updates -q -h -m -r $DISTROMATIC_REPOSITORY -o $AUTODIST_REPOSITORY \ +autodist-upstream-updates -q -h -u -r $DISTROMATIC_REPOSITORY -o $AUTODIST_REPOSITORY \ > $LOCAL_REPS_BASE_DIR/distromatic/$AUTODIST_REPOSITORY/_popular.html pid_check