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

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


commit 9d1f518b29b254bbfcd15fc69f7d149687eb49c8
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