Skip to content

Instantly share code, notes, and snippets.

@micahflee
Created August 26, 2013 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save micahflee/6346081 to your computer and use it in GitHub Desktop.
Save micahflee/6346081 to your computer and use it in GitHub Desktop.
Testing HTTPS Everywhere to see if the build process is deterministic
#!/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