Skip to content
Snippets Groups Projects

extra-repos/systemd/plasma*: upgrade to 6.2.2

Merged Bart Ribbers requested to merge upgrade-plasma-systemd into master_staging_systemd
All threads resolved!
Compare and Show latest version
2 files
+ 145
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -5,7 +5,7 @@
if [ "$(id -u)" = 0 ]; then
set -x
wget "https://gitlab.postmarketos.org/postmarketOS/ci-common/-/raw/master/install_pmbootstrap.sh"
# wget "https://gitlab.postmarketos.org/postmarketOS/ci-common/-/raw/master/install_pmbootstrap.sh"
sh ./install_pmbootstrap.sh
exec su "${TESTUSER:-pmos}" -c "sh -e $0"
fi
@@ -15,5 +15,9 @@ export PYTHONUNBUFFERED=1
# Get the architecture from the symlink we are running
arch="$(echo "$0" | cut -d '-' -f 2 | cut -d '.' -f 1)"
set -x
.ci/lib/build_changed_aports.py "$arch"
Loading