Browse Source

Update simple-obfs git repo and branch

simple-obfs is released to debian unstable, and its git repo
is moved to alioth.
So update the URL of git repo and branch accordingly.
pull/1515/head
Roger Shimizu 7 years ago
committed by Max Lv
parent
commit
6c5142a2de
1 changed files with 4 additions and 4 deletions
  1. 8
      scripts/build_deb.sh

8
scripts/build_deb.sh

@ -234,7 +234,7 @@ fi
build_install_simpleobfs() { build_install_simpleobfs() {
if [ $BUILD_BIN -eq 1 ]; then if [ $BUILD_BIN -eq 1 ]; then
BRANCH=$1 BRANCH=$1
git_build https://github.com/rogers0/simple-obfs $BRANCH
git_build https://anonscm.debian.org/git/collab-maint/simple-obfs.git $BRANCH
sudo dpkg -i simple-obfs_*.deb sudo dpkg -i simple-obfs_*.deb
sudo apt-get install -fy sudo apt-get install -fy
fi fi
@ -414,7 +414,7 @@ wheezy|precise)
jessie|stretch|unstable|sid|zesty) jessie|stretch|unstable|sid|zesty)
build_install_libbloom build_install_libbloom
build_install_sslibev build_install_sslibev
build_install_simpleobfs exp1
build_install_simpleobfs
;; ;;
trusty) trusty)
build_install_libcork trusty build_install_libcork trusty
@ -424,14 +424,14 @@ trusty)
build_install_libbloom trusty build_install_libbloom trusty
patch_sslibev_dh9 patch_sslibev_dh9
build_install_sslibev build_install_sslibev
build_install_simpleobfs exp1_trusty
build_install_simpleobfs trusty
;; ;;
xenial|yakkety) xenial|yakkety)
build_install_libcork debian build_install_libcork debian
build_install_libcorkipset debian build_install_libcorkipset debian
build_install_libbloom build_install_libbloom
build_install_sslibev build_install_sslibev
build_install_simpleobfs exp1
build_install_simpleobfs
;; ;;
*) *)
echo Your system $OSID/$OSVER is not supported yet. echo Your system $OSID/$OSVER is not supported yet.

Loading…
Cancel
Save