mirror of
https://github.com/lubuntu-team/ppa-britney.git
synced 2025-05-05 22:51:27 +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 &
|
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 pocket in $RELEASE $RELEASE-updates; do
|
||||||
for component in main restricted universe multiverse; 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
|
# This ensures the variable can be read inside all of the scripts
|
||||||
export RELEASE=$RELEASE;
|
export RELEASE=$RELEASE;
|
||||||
|
|
||||||
|
echo "Release: $RELEASE";
|
||||||
|
|
||||||
# This is the main script, fetching the archives and running Britney
|
# This is the main script, fetching the archives and running Britney
|
||||||
./fetch-indexes;
|
./fetch-indexes;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user