mirror of
https://github.com/lubuntu-team/ppa-britney.git
synced 2025-04-10 10:41:30 +00:00
Be more verbose on the release.
This commit is contained in:
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…
x
Reference in New Issue
Block a user