mirror of
https://github.com/lubuntu-team/ppa-britney.git
synced 2025-03-10 06:41:07 +00:00
Remove --dry-run, it's ready!
This commit is contained in:
parent
2592c25dbe
commit
fb1f2ecae6
@ -17,8 +17,8 @@ for RELEASE in $RELEASES; do
|
||||
while read -r -a package; do
|
||||
# This can eventually be extendable to different archive types
|
||||
if [ $ARCHIVE_TYPE = "ppa" ]; then
|
||||
./ubuntu-archive-tools/copy-package --dry-run -y -b -s $RELEASE --from "ppa:lubuntu-ci/ubuntu/unstable-ci-proposed" --to "ppa:lubuntu-ci/ubuntu/unstable-ci" --version "${package[1]}" "${package[0]}";
|
||||
./ubuntu-archive-tools/remove-package --dry-run -y -s $RELEASE --archive "ppa:lubuntu-ci/ubuntu/unstable-ci-proposed" --version "${package[1]}" --removal-comment="moved to release" "${package[0]}";
|
||||
./ubuntu-archive-tools/copy-package -y -b -s $RELEASE --from "ppa:lubuntu-ci/ubuntu/unstable-ci-proposed" --to "ppa:lubuntu-ci/ubuntu/unstable-ci" --version "${package[1]}" "${package[0]}";
|
||||
./ubuntu-archive-tools/remove-package -y -s $RELEASE --archive "ppa:lubuntu-ci/ubuntu/unstable-ci-proposed" --version "${package[1]}" --removal-comment="moved to release" "${package[0]}";
|
||||
fi
|
||||
done < candidates;
|
||||
rm -rf britney_output/;
|
||||
|
Loading…
x
Reference in New Issue
Block a user