commit e47484df829eefead58ed10c8541a493c0ba6e3a Author: Georg Koppen gk@torproject.org Date: Thu Apr 17 12:40:53 2014 +0000
Bug 11539: Update PTs when building nightlies.
We have to update branches to build the latest and greatest Pluggable Transport code. In order to do so we need to tell update_git() the corresponding tag. --- gitian/fetch-inputs.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gitian/fetch-inputs.sh b/gitian/fetch-inputs.sh index e80713b..6b8ae99 100755 --- a/gitian/fetch-inputs.sh +++ b/gitian/fetch-inputs.sh @@ -297,10 +297,10 @@ https-everywhere https://git.torproject.org/https-everywhere.git $HTTPSE_TA torbutton https://git.torproject.org/torbutton.git $TORBUTTON_TAG tor-launcher https://git.torproject.org/tor-launcher.git $TORLAUNCHER_TAG tor-browser https://git.torproject.org/tor-browser.git $TORBROWSER_TAG -pyptlib https://git.torproject.org/pluggable-transports/pyptlib.git -obfsproxy https://git.torproject.org/pluggable-transports/obfsproxy.git -flashproxy https://git.torproject.org/flashproxy.git -fteproxy https://github.com/kpdyer/fteproxy.git +pyptlib https://git.torproject.org/pluggable-transports/pyptlib.git $PYPTLIB_TAG +obfsproxy https://git.torproject.org/pluggable-transports/obfsproxy.git $OBFSPROXY_TAG +flashproxy https://git.torproject.org/flashproxy.git $FLASHPROXY_TAG +fteproxy https://github.com/kpdyer/fteproxy.git $FTEPROXY_TAG libdmg-hfsplus https://github.com/vasi/libdmg-hfsplus.git $LIBDMG_TAG EOF