From 8b771d0ebd077da6ae3e99743183b4bd782044e6 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 9 Mar 2019 20:43:31 -0600 Subject: [PATCH] Be more verbose on the release. --- fetch-indexes | 2 +- run-ppa-britney | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/fetch-indexes b/fetch-indexes index bfdc439..d55add8 100755 --- a/fetch-indexes +++ b/fetch-indexes @@ -33,7 +33,7 @@ refresh() { wget --directory-prefix $DIR --timestamping $1 --append-output $DIR/$$-wget-log --no-verbose & } -echo 'Refreshing package indexes...' +echo 'Refreshing package indexes for $RELEASE...' for pocket in $RELEASE $RELEASE-updates; do for component in main restricted universe multiverse; do diff --git a/run-ppa-britney b/run-ppa-britney index 417cd1b..f720bbe 100755 --- a/run-ppa-britney +++ b/run-ppa-britney @@ -4,6 +4,8 @@ for RELEASE in $RELEASES; do # This ensures the variable can be read inside all of the scripts export RELEASE=$RELEASE; + echo "Release: $RELEASE"; + # This is the main script, fetching the archives and running Britney ./fetch-indexes;