Be more verbose on the release.

master
Simon Quigley 5 years ago
parent 9af3368032
commit 8b771d0ebd

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

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

Loading…
Cancel
Save