Created
August 26, 2013 20:12
-
-
Save micahflee/6346081 to your computer and use it in GitHub Desktop.
Testing HTTPS Everywhere to see if the build process is deterministic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
PWD=`pwd` | |
git clone git://gitweb.torproject.org/https-everywhere.git /tmp/https-everywhere | |
cd /tmp/https-everywhere | |
git checkout 3.4.1 | |
./makexpi.sh | |
sha1sum pkg/https-everywhere-3.4.1~pre.xpi | |
cd $PWD | |
rm -rf /tmp/https-everywhere |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment