summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-tor-sources22
1 files changed, 1 insertions, 21 deletions
diff --git a/build-tor-sources b/build-tor-sources
index 4273f2a..369c3d3 100755
--- a/build-tor-sources
+++ b/build-tor-sources
@@ -23,8 +23,6 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-set -e
-
assert_files_dont_exist () {
local pkg="$1"; shift
local debian_version="$1";
@@ -138,13 +136,6 @@ backport_all() {
#################################################
# null
- # LENNY
- #################################################
- bp1 $pkg $dir $sid_debian_version lenny
- (cd $dir; hardening_backport 0)
- (cd $dir; remove_apparmor)
- bp2 $pkg $dir $origtar
-
# SQUEEZE
#################################################
bp1 $pkg $dir $sid_debian_version squeeze
@@ -156,12 +147,6 @@ backport_all() {
bp1 $pkg $dir $sid_debian_version wheezy
bp2 $pkg $dir $origtar
- # LUCID (EOL: April 2015)
- #################################################
- bp1 $pkg $dir $sid_debian_version lucid
- (cd $dir; remove_apparmor)
- bp2 $pkg $dir $origtar
-
# NATTY (EOL: October 2012)
#################################################
bp1 $pkg $dir $sid_debian_version natty
@@ -285,13 +270,8 @@ main() {
# this is hardcoded to weasel's directory layout. sorry.
case "$(basename $0)" in
- build-obfsproxy-sources)
- set -x
- GITDIR="$HOME/projects/debian/debian/obfsproxy/obfsproxy"
- PKG="obfsproxy"
- main "${1:-}" ${2:-1} $GITDIR $PKG
- ;;
build-tor-sources)
+ set -e
set -x
GITDIR="$HOME/projects/tor/tor"
PKG="tor"