[education/rkward] scripts: Update PPA upload script

Thomas Friedrichsmeier null at kde.org
Fri Oct 21 18:55:55 BST 2022


Git commit f69361803d014f7a8cfe5b2d921adf7a5108d766 by Thomas Friedrichsmeier.
Committed on 21/10/2022 at 17:55.
Pushed by tfry into branch 'master'.

Update PPA upload script

M  +2    -2    scripts/makeppa_upload.sh

https://invent.kde.org/education/rkward/commit/f69361803d014f7a8cfe5b2d921adf7a5108d766

diff --git a/scripts/makeppa_upload.sh b/scripts/makeppa_upload.sh
index 42dff857..0dc49b38 100755
--- a/scripts/makeppa_upload.sh
+++ b/scripts/makeppa_upload.sh
@@ -2,7 +2,7 @@
 
 ## begin: These may need adjusting!
 ## sse http://www.releases.ubuntu.com/ for the up-to-date list
-TARGETS="jammy impish focal bionic"
+TARGETS="jammy focal bionic"
 AUTHOR="Thomas Friedrichsmeier <tfry at users.sourceforge.net>"
 ## end: These may need adjusting!
 
@@ -22,7 +22,7 @@ fi
 if [ "${1}" == "--stable" ]; then
 	shift
 	PPAIDS="rkward-stable rkward-stable-cran rkward-stable-backports-cran"
-	PPAVERSIONSTRING=".3rkward.stable"
+	PPAVERSIONSTRING=".1rkward.stable"
 else
 	PPAIDS="rkward-devel rkward-devel-cran"
 	PPAVERSIONSTRING=".0rkward.devel"


More information about the rkward-tracker mailing list