Unverified Commit 2bb302e1 authored by Cecylia Bocovich's avatar Cecylia Bocovich 💬 Committed by boklm
Browse files

Bug 30241: bump snowflake version to d11e55aabe

parent 06b52563
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
# 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: