We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de445d6 commit 638b5a9Copy full SHA for 638b5a9
.buildbot/appimage/build.sh
@@ -4,7 +4,11 @@ export APPIMAGE_EXTRACT_AND_RUN=1
4
BUILDER=appimage-builder-x86_64.AppImage
5
RECIPE=packages/AppImage/AppImageBuilder.yml
6
7
+git remote add -f upstream https://github.com/Bitmessage/PyBitmessage.git
8
+HEAD="$(git rev-parse HEAD)"
9
+UPSTREAM="$(git merge-base --fork-point upstream/v0.6)"
10
export APP_VERSION=$(git describe --tags | cut -d- -f1,3 | tr -d v)
11
+[ $HEAD != $UPSTREAM ] && APP_VERSION="${APP_VERSION}-alpha"
12
13
function set_sourceline {
14
if [ ${ARCH} == amd64 ]; then
0 commit comments