Be more verbose on the release.

This commit is contained in:
Simon Quigley 2019-03-09 20:43:31 -06:00
parent 9af3368032
commit 8b771d0ebd
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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;