Skip to content

Instantly share code, notes, and snippets.

@arlolra
Created June 16, 2013 17:31
Show Gist options
  • Save arlolra/5792760 to your computer and use it in GitHub Desktop.
Save arlolra/5792760 to your computer and use it in GitHub Desktop.
From 774aa3dd688ac3b583e23e19b7ae5d532a88b9c1 Mon Sep 17 00:00:00 2001
From: Arlo Breault <arlolra@gmail.com>
Date: Sun, 16 Jun 2013 10:27:32 -0700
Subject: [PATCH] gpg import broken
base off of $WRAPPER_DIR
---
gitian/fetch-inputs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gitian/fetch-inputs.sh b/gitian/fetch-inputs.sh
index cbeff6b..13230b1 100755
--- a/gitian/fetch-inputs.sh
+++ b/gitian/fetch-inputs.sh
@@ -24,7 +24,7 @@ fi
MIRROR_URL=https://people.torproject.org/~mikeperry/mirrors/sources/
-gpg --import ./gpg/*
+gpg --import $WRAPPER_DIR/gpg/*
# Get package files from mirror
for i in OPENSSL TOOLCHAIN4 OSXSDK # OBFSPROXY
--
1.8.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment