diff options
author | Peter Palfrader <peter@palfrader.org> | 2013-04-09 14:17:18 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2013-04-09 14:17:18 +0000 |
commit | 8048205aecc7002e9e149cdf7b46e9a50317fd0d (patch) | |
tree | cd8ecd1ca918468f940bfa9759ab48d06d212487 | |
parent | ae245f7d84e1db189b1eb45b878f1de4acd64445 (diff) |
We no longer build hardy
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@608 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-rwxr-xr-x | build-tor-sources | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build-tor-sources b/build-tor-sources index 768d95d..4273f2a 100755 --- a/build-tor-sources +++ b/build-tor-sources @@ -2,7 +2,7 @@ # helper script to build tor debian releases -# Copyright 2007,2008,2009,2010,2011,2012 Peter Palfrader +# Copyright 2007,2008,2009,2010,2011,2012,2013 Peter Palfrader # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -25,8 +25,6 @@ set -e -SKIP_HARDY=0 - assert_files_dont_exist () { local pkg="$1"; shift local debian_version="$1"; @@ -291,7 +289,6 @@ case "$(basename $0)" in set -x GITDIR="$HOME/projects/debian/debian/obfsproxy/obfsproxy" PKG="obfsproxy" - SKIP_HARDY=1 main "${1:-}" ${2:-1} $GITDIR $PKG ;; build-tor-sources) |