commit 28acf4aca081bceb84d2c3d178987fe094574b01 Author: Mike Perry mikeperry-git@torproject.org Date: Sun Dec 8 20:31:02 2013 -0800
Record tor-browser commit in bundle.inputs.
How did we leave this out? --- gitian/record-inputs.sh | 1 + 1 file changed, 1 insertion(+)
diff --git a/gitian/record-inputs.sh b/gitian/record-inputs.sh index 4fc79dd..0d44b1a 100755 --- a/gitian/record-inputs.sh +++ b/gitian/record-inputs.sh @@ -48,6 +48,7 @@ fi
echo "`cd zlib && git log --format=%H -1 $ZLIB_TAG` zlib.git" >> bundle.inputs echo "`cd tor && git log --format=%H -1 $TOR_TAG` tor.git" >> bundle.inputs +echo "`cd tor-browser && git log --format=%H -1 $TORBROWSER_TAG` tor-browser.git" >> bundle.inputs echo "`cd torbutton && git log --format=%H -1 $TORBUTTON_TAG` torbutton.git" >> bundle.inputs echo "`cd tor-launcher && git log --format=%H -1 $TORLAUNCHER_TAG` tor-launcher.git" >> bundle.inputs echo "`cd https-everywhere && git log --format=%H -1 $HTTPSE_TAG` https-everywhere.git" >> bundle.inputs