Skip to content

Commit

Permalink
reuse existing alpine aports branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 7, 2023
1 parent 3b9aae8 commit b670350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ git clone https://gitlab.alpinelinux.org/alpine/aports /home/packager/aports
cd /home/packager/aports
git config --local core.hooksPath .githooks
git remote add jdxcode "https://jdxcode:$GITLAB_TOKEN@gitlab.alpinelinux.org/jdxcode/aports.git"
git checkout -b rtx --track jdxcode/rtx || git checkout -b rtx
git checkout -b rtx
cd community/rtx

sed -i "s/pkgver=.*/pkgver=${RTX_VERSION#v}/" APKBUILD
Expand Down

0 comments on commit b670350

Please sign in to comment.