commit d1c5a171239d9a2a0a42b3d751ad38fee5bc6a90 Author: Mike Perry mikeperry-git@torproject.org Date: Tue May 6 07:57:56 2014 -0700
Make PT tags explicitly be git tag refs.
Otherwise, alternate named refs can be inserted and used instead. --- gitian/mkbundle-linux.sh | 3 +++ gitian/mkbundle-mac.sh | 3 +++ gitian/mkbundle-windows.sh | 3 +++ 3 files changed, 9 insertions(+)
diff --git a/gitian/mkbundle-linux.sh b/gitian/mkbundle-linux.sh index 6101971..fc88092 100755 --- a/gitian/mkbundle-linux.sh +++ b/gitian/mkbundle-linux.sh @@ -91,6 +91,9 @@ then HTTPSE_TAG=refs/tags/$HTTPSE_TAG ZLIB_TAG=refs/tags/$ZLIB_TAG LIBEVENT_TAG=refs/tags/$LIBEVENT_TAG + PYPTLIB_TAG=refs/tags/$PYPTLIB_TAG + OBFSPROXY_TAG=refs/tags/$OBFSPROXY_TAG + FLASHPROXY_TAG=refs/tags/$FLASHPROXY_TAG fi
cd $GITIAN_DIR diff --git a/gitian/mkbundle-mac.sh b/gitian/mkbundle-mac.sh index 7681ed4..8d3c73e 100755 --- a/gitian/mkbundle-mac.sh +++ b/gitian/mkbundle-mac.sh @@ -93,6 +93,9 @@ then HTTPSE_TAG=refs/tags/$HTTPSE_TAG ZLIB_TAG=refs/tags/$ZLIB_TAG LIBEVENT_TAG=refs/tags/$LIBEVENT_TAG + PYPTLIB_TAG=refs/tags/$PYPTLIB_TAG + OBFSPROXY_TAG=refs/tags/$OBFSPROXY_TAG + FLASHPROXY_TAG=refs/tags/$FLASHPROXY_TAG fi
cd $GITIAN_DIR diff --git a/gitian/mkbundle-windows.sh b/gitian/mkbundle-windows.sh index bf6a5d4..4a176bf 100755 --- a/gitian/mkbundle-windows.sh +++ b/gitian/mkbundle-windows.sh @@ -88,6 +88,9 @@ then HTTPSE_TAG=refs/tags/$HTTPSE_TAG ZLIB_TAG=refs/tags/$ZLIB_TAG LIBEVENT_TAG=refs/tags/$LIBEVENT_TAG + PYPTLIB_TAG=refs/tags/$PYPTLIB_TAG + OBFSPROXY_TAG=refs/tags/$OBFSPROXY_TAG + FLASHPROXY_TAG=refs/tags/$FLASHPROXY_TAG fi
cd $GITIAN_DIR
tbb-commits@lists.torproject.org