mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-04-01 21:44:28 +02:00
Let AUR and flathub deploy scripts push
This commit is contained in:
parent
ed9740a4c2
commit
52a7dfcd82
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
set -x
|
# set -x
|
||||||
|
|
||||||
DEPLOY_ROOT="$(dirname "$(realpath "$0")")"
|
DEPLOY_ROOT="$(dirname "$(realpath "$0")")"
|
||||||
|
|
||||||
@ -28,6 +28,8 @@ makepkg --printsrcinfo > .SRCINFO
|
|||||||
git add .SRCINFO PKGBUILD
|
git add .SRCINFO PKGBUILD
|
||||||
git commit -m "Bump version to v$version"
|
git commit -m "Bump version to v$version"
|
||||||
|
|
||||||
#git push
|
git push
|
||||||
|
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
|
echo "Release v$version published on AUR!"
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
set -x
|
# set -x
|
||||||
|
|
||||||
DEPLOY_ROOT="$(dirname "$(realpath "$0")")"
|
DEPLOY_ROOT="$(dirname "$(realpath "$0")")"
|
||||||
|
|
||||||
@ -39,6 +39,8 @@ sed -i "s|^\s\s<releases>$| <releases>\n <release version=\"$version\" date=
|
|||||||
git add $jsonFile $xmlFile
|
git add $jsonFile $xmlFile
|
||||||
git commit -m "Bump version to v$version"
|
git commit -m "Bump version to v$version"
|
||||||
|
|
||||||
#git push
|
git push
|
||||||
|
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
|
echo "Release v$version published on flathub!"
|
Loading…
x
Reference in New Issue
Block a user