forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request dashpay#16 from watto-engineer/protocolv5-02
Update gitian, snapcraft, governance icon
- Loading branch information
Showing
13 changed files
with
77 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 21 additions & 7 deletions
28
snap/local/patches/X003-fix-use-snap-instead-of-dirty.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,25 @@ | ||
--- a/share/genbuild.sh 2021-07-02 14:42:34.929275467 +0100 | ||
+++ b/share/genbuild.sh 2021-07-02 14:43:24.141157299 +0100 | ||
@@ -36,7 +36,7 @@ | ||
From 3d62f4d11246fd536343b14ae37681f9f7083b91 Mon Sep 17 00:00:00 2001 | ||
From: wagerr-builder <104495875+wagerr-builder@users.noreply.github.com> | ||
Date: Fri, 13 Jan 2023 13:30:15 +0000 | ||
Subject: [PATCH] genbuild | ||
|
||
--- | ||
share/genbuild.sh | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/share/genbuild.sh b/share/genbuild.sh | ||
index 804d56eff..95503e9e3 100755 | ||
--- a/share/genbuild.sh | ||
+++ b/share/genbuild.sh | ||
@@ -32,7 +32,7 @@ if [ "${BITCOIN_GENBUILD_NO_GIT}" != "1" ] && [ -e "$(command -v git)" ] && [ "$ | ||
|
||
# otherwise generate suffix from git, i.e. string like "59887e8-dirty" | ||
SUFFIX=$(git rev-parse --short HEAD) | ||
- git diff-index --quiet HEAD -- || SUFFIX="$SUFFIX-dirty" | ||
+ git diff-index --quiet HEAD -- || SUFFIX="$SUFFIX-snap" | ||
GIT_COMMIT=$(git rev-parse --short HEAD) | ||
- git diff-index --quiet HEAD -- || GIT_COMMIT="$GIT_COMMIT-dirty" | ||
+ git diff-index --quiet HEAD -- || GIT_COMMIT="$GIT_COMMIT-snap" | ||
fi | ||
|
||
if [ -n "$DESC" ]; then | ||
if [ -n "$GIT_TAG" ]; then | ||
-- | ||
2.25.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters