packaging: drop the aport; fp6-img installs the published apk
All checks were successful
package / package (push) Successful in 1m55s
All checks were successful
package / package (push) Successful in 1m55s
fp6-img no longer builds imsd from source: its images install the apk this repo's package CI publishes to the registry (pinned version + sha256), so the image and 'apk upgrade' carry the same binary and APKBUILD.binary is the only imsd packaging left. The two payload files the aport carried (kde-modem-daemon skel override, systemd preset) move up to packaging/, where build-package.sh now takes them from.
This commit is contained in:
parent
d5aaf57e49
commit
1987275a54
6 changed files with 10 additions and 90 deletions
|
|
@ -88,8 +88,8 @@ PKG="$HOME/pkg"
|
|||
rm -rf "$PKG"
|
||||
mkdir -p "$PKG"
|
||||
cp "$SRC/packaging/APKBUILD.binary" "$PKG/APKBUILD"
|
||||
cp "$SRC/packaging/aport/org.kde.modem.daemon.desktop" \
|
||||
"$SRC/packaging/aport/80-imsd.preset" "$PKG/"
|
||||
cp "$SRC/packaging/org.kde.modem.daemon.desktop" \
|
||||
"$SRC/packaging/80-imsd.preset" "$PKG/"
|
||||
mv "imsd-$VER.tar.gz" "$PKG/"
|
||||
sed -i "s/^pkgver=.*/pkgver=$VER/" "$PKG/APKBUILD"
|
||||
# a throwaway signing key: phones trust the registry-signed APKINDEX, not
|
||||
|
|
|
|||
Loading…
Reference in a new issue