-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync after Zcash macOS patches are in
- Loading branch information
Showing
11 changed files
with
8 additions
and
395 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
67 changes: 0 additions & 67 deletions
67
zcash/patches/002-zcash-fix-pair-pushback-ambiguities.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,14 +1,5 @@ | ||
From 4c2120c7365ae1099459bb75739b226f9271e6f7 Mon Sep 17 00:00:00 2001 | ||
From: kozyilmaz <[email protected]> | ||
Date: Sun, 17 Dec 2017 20:18:03 +0300 | ||
Subject: [PATCH] [macOS] use shlock instead of flock in fetch-params | ||
|
||
--- | ||
zcutil/fetch-params.sh | 26 +++++++++++++++++++------- | ||
1 file changed, 19 insertions(+), 7 deletions(-) | ||
|
||
diff --git a/zcutil/fetch-params.sh b/zcutil/fetch-params.sh | ||
index b8511c7802..9eb52bec1d 100755 | ||
index 10bade7c..ec37e1e7 100755 | ||
--- a/zcutil/fetch-params.sh | ||
+++ b/zcutil/fetch-params.sh | ||
@@ -2,7 +2,11 @@ | ||
|
@@ -24,7 +15,7 @@ index b8511c7802..9eb52bec1d 100755 | |
|
||
SPROUT_PKEY_NAME='sprout-proving.key' | ||
SPROUT_VKEY_NAME='sprout-verifying.key' | ||
@@ -125,12 +129,20 @@ EOF | ||
@@ -102,12 +106,20 @@ EOF | ||
# Use flock to prevent parallel execution. | ||
function lock() { | ||
local lockfile=/tmp/fetch_params.lock | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.