[tor-commits] [tor-browser-build/master] Bug 30241: bump snowflake version to d11e55aabe

boklm at torproject.org boklm at torproject.org
Thu Apr 18 20:38:40 UTC 2019


commit 2bb302e119da53c81297e66ca36de0b599f4f7fa
Author: Cecylia Bocovich <cohosh at torproject.org>
Date:   Thu Apr 18 20:16:04 2019 +0000

    Bug 30241: bump snowflake version to d11e55aabe
---
 projects/snowflake/build  | 3 +++
 projects/snowflake/config | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/projects/snowflake/build b/projects/snowflake/build
index 777d360..daeb185 100644
--- a/projects/snowflake/build
+++ b/projects/snowflake/build
@@ -31,6 +31,9 @@ mkdir -p /var/tmp/build
 tar -C /var/tmp/build -xf [% project %]-[% c('version') %].tar.gz
 cd /var/tmp/build/[% project %]-[% c('version') %]
 
+mkdir -p "$GOPATH/src/git.torproject.org/pluggable-transports"
+ln -sf "$PWD" "$GOPATH/src/git.torproject.org/pluggable-transports/snowflake.git"
+
 cd client
 [% IF c("var/osx") -%]
   # Without faketime, snowflake-client would contain the timestamp of the
diff --git a/projects/snowflake/config b/projects/snowflake/config
index 7043c12..2165f80 100644
--- a/projects/snowflake/config
+++ b/projects/snowflake/config
@@ -1,7 +1,7 @@
 # vim: filetype=yaml sw=2
 version: '[% c("abbrev") %]'
 git_url: https://git.torproject.org/pluggable-transports/snowflake.git
-git_hash: 6077141f4affdab9b7ce97a9b1c6859825eaaa29
+git_hash: d11e55aabe3753dbddca18ae084c80ad09e282d3
 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
 
 var:



More information about the tor-commits mailing list