mirror of
https://github.com/lubuntu-team/ppa-britney.git
synced 2025-05-03 22:01:28 +00:00
Instead of removing britney_output on each run, just create a new timestamp.
This commit is contained in:
parent
c0dc52c451
commit
64dd1fc405
@ -1,7 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
for RELEASE in $RELEASES; do
|
for RELEASE in $RELEASES; do
|
||||||
|
export BRITNEY_TIMESTAMP=$(date +"%Y-%m-%d_%H:%M:%S")
|
||||||
|
|
||||||
echo "Release: $RELEASE";
|
echo "Release: $RELEASE";
|
||||||
|
echo "Timestamp: $BRITNEY_TIMESTAMP"
|
||||||
|
|
||||||
if [ $ARCHIVE_TYPE = "ppa" ]; then
|
if [ $ARCHIVE_TYPE = "ppa" ]; then
|
||||||
export SOURCE_PPA_URL="http://ppa.launchpad.net/$LP_TEAM/$SOURCE_PPA/ubuntu/dists/$RELEASE/main";
|
export SOURCE_PPA_URL="http://ppa.launchpad.net/$LP_TEAM/$SOURCE_PPA/ubuntu/dists/$RELEASE/main";
|
||||||
@ -32,5 +35,4 @@ for RELEASE in $RELEASES; do
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done < candidates;
|
done < candidates;
|
||||||
rm -rf britney_output/;
|
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user