[education/rkward] scripts: update release scripts
Thomas Friedrichsmeier
null at kde.org
Mon Apr 21 13:00:34 BST 2025
Git commit d4b51b076d59c370552966af212e4c00b55ea30b by Thomas Friedrichsmeier.
Committed on 21/04/2025 at 12:00.
Pushed by tfry into branch 'master'.
update release scripts
M +9 -12 scripts/makeppa_upload.sh
https://invent.kde.org/education/rkward/-/commit/d4b51b076d59c370552966af212e4c00b55ea30b
diff --git a/scripts/makeppa_upload.sh b/scripts/makeppa_upload.sh
index bb01c166f..5f088038e 100755
--- a/scripts/makeppa_upload.sh
+++ b/scripts/makeppa_upload.sh
@@ -6,9 +6,9 @@
#
## begin: These may need adjusting!
-## sse http://www.releases.ubuntu.com/ for the up-to-date list
-TARGETS="jammy focal bionic"
-AUTHOR="Thomas Friedrichsmeier <tfry at users.sourceforge.net>"
+## see http://www.releases.ubuntu.com/ for the up-to-date list
+TARGETS="oracular plucky"
+AUTHOR="Thomas Friedrichsmeier <thomas.friedrichsmeier at kdemail.net>"
## end: These may need adjusting!
cd `dirname $0`/..
@@ -18,20 +18,17 @@ mkdir $PPATEMPDIR
if [ ! -d "$BASEDIR/debian" ]; then
git clone https://invent.kde.org/tfry/rkward-ppa-support.git debian
+ cd debian
else
cd debian
git pull
- cd ..
fi
+git checkout kf6
+cd ..
-if [ "${1}" == "--stable" ]; then
- shift
- PPAIDS="rkward-stable rkward-stable-cran rkward-stable-backports-cran"
- PPAVERSIONSTRING=".1rkward.stable"
-else
- PPAIDS="rkward-devel rkward-devel-cran"
- PPAVERSIONSTRING=".0rkward.devel"
-fi
+
+PPAIDS="rkward-stable rkward-stable-cran rkward-stable-backports-cran"
+PPAVERSIONSTRING=".1rkward.stable"
VERSION=`${BASEDIR}/scripts/getversion.sh ${1}`
if [ ! -f "${BASEDIR}/rkward-$VERSION.tar.gz" ]; then
More information about the rkward-tracker
mailing list