Commit 757e6d70 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Add sample pac file and release script

parent 040d1452
#!/bin/sh -e
VERSION=$1
PREV_VERSION=$2
git checkout refs/tags/release-$VERSION
git log --pretty=fuller --date=short refs/tags/release-$PREV_VERSION..HEAD > ChangeLog
./configure && \
make dist-bzip2 && make dist-gzip && make dist-xz || echo "error"
make distclean
function FindProxyForURL(url, host) {
// For SPDY proxy
return "HTTPS localhost:3000";
// For conventional HTTP proxy
// return "PROXY localhost:3000";
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment