[tor-commits] [tor-browser-bundle/maint-6.0] Bug 20342: Add tor-gencert.exe to expert bundle

gk at torproject.org gk at torproject.org
Thu Oct 13 15:34:36 UTC 2016


commit 43cf1a1ce71a143a29819d149fa0da44cf7c8dc7
Author: Georg Koppen <gk at torproject.org>
Date:   Thu Oct 13 07:35:59 2016 +0000

    Bug 20342: Add tor-gencert.exe to expert bundle
---
 gitian/descriptors/windows/gitian-tor.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gitian/descriptors/windows/gitian-tor.yml b/gitian/descriptors/windows/gitian-tor.yml
index 63b527a..49d86dd 100644
--- a/gitian/descriptors/windows/gitian-tor.yml
+++ b/gitian/descriptors/windows/gitian-tor.yml
@@ -75,6 +75,10 @@ script: |
     make install
     cd ../..
     install -s $INSTDIR/bin/tor.exe $INSTDIR/Tor/
+    if [ "$BUILD" == "expert" ]
+    then
+      install -s $INSTDIR/bin/tor-gencert.exe $INSTDIR/Tor/
+    fi
     cp $INSTDIR/share/tor/geoip $INSTDIR/Data/Tor/
     cp $INSTDIR/share/tor/geoip6 $INSTDIR/Data/Tor/
 



More information about the tor-commits mailing list