From 8048205aecc7002e9e149cdf7b46e9a50317fd0d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 9 Apr 2013 14:17:18 +0000 Subject: We no longer build hardy git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@608 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- build-tor-sources | 5 +---- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.3