[tor-commits] [tor-browser-bundle/master] Bug 14303: Adapt fix for #13015 to signing script

gk at torproject.org gk at torproject.org
Tue Jan 20 12:15:35 UTC 2015


commit c2f819863f5dd5031346fd483c7adf2d77bec42e
Author: Georg Koppen <gk at torproject.org>
Date:   Tue Jan 20 11:41:44 2015 +0000

    Bug 14303: Adapt fix for #13015 to signing script
---
 gitian/signmars.sh |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gitian/signmars.sh b/gitian/signmars.sh
index fdb531e..ed42971 100755
--- a/gitian/signmars.sh
+++ b/gitian/signmars.sh
@@ -30,6 +30,7 @@ if ! [ -e $VERSIONS_FILE ]; then
 fi
 
 . $VERSIONS_FILE
+eval $(./get-tb-version $TORBROWSER_VERSION_TYPE)
 
 export LC_ALL=C
 



More information about the tor-commits mailing list