[rkward/releases/0.7.0] scripts: Upload to Ubuntu PPAs

Thomas Friedrichsmeier null at kde.org
Sun Apr 15 19:55:25 UTC 2018


Git commit a6cea4c377ad036533a54098d3150563371cdb0d by Thomas Friedrichsmeier.
Committed on 15/04/2018 at 19:54.
Pushed by tfry into branch 'releases/0.7.0'.

Upload to Ubuntu PPAs

M  +2    -2    scripts/makeppa_upload.sh

https://commits.kde.org/rkward/a6cea4c377ad036533a54098d3150563371cdb0d

diff --git a/scripts/makeppa_upload.sh b/scripts/makeppa_upload.sh
index 3d1c1786..a82dcf6d 100755
--- a/scripts/makeppa_upload.sh
+++ b/scripts/makeppa_upload.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 ## begin: These may need adjusting!
-TARGETS="xenial wily vivid precise trusty"
+TARGETS="xenial artful bionic"
 AUTHOR="Thomas Friedrichsmeier <tfry at users.sourceforge.net>"
 ## end: These may need adjusting!
 
@@ -12,7 +12,7 @@ mkdir $PPATEMPDIR
 
 if [ "${1}" == "--stable" ]; then
 	shift
-	PPAIDS="rkward-stable rkward-stable-cran"
+	PPAIDS="rkward-stable rkward-stable-cran rkward-stable-backports-cran"
 	PPAVERSIONSTRING=".1rkward.stable"
 	VERSION=`${BASEDIR}/scripts/getversion.sh ${2}`
 else



More information about the rkward-tracker mailing list