Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
PWD=`pwd`
git clone https://github.com/diracdeltas/https-everywhere.git ./tmp/https-everywhere
cd ./tmp/https-everywhere
git checkout deterministic
git log --abbrev-commit -n 1
# TODO: replace the following with Python that does unicode normalization
find ./src/ -type f -print0 | LC_ALL=C sort -z | xargs -0 cat | shasum
./makexpi.sh
shasum pkg/https-everywhere-4.0development.11~pre.xpi