summaryrefslogtreecommitdiff
path: root/build-tor-sources
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2013-04-09 20:00:22 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2013-04-09 20:00:22 +0000
commita41709dbadd0797af90146b983ac545531476188 (patch)
tree5c0c9a91de79c4ef17b0e18d0acbd0f4187bd0d0 /build-tor-sources
parent8048205aecc7002e9e149cdf7b46e9a50317fd0d (diff)
Remove lenny, lucid. move set -e. remove build-obfsproxy-sources
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@609 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'build-tor-sources')
-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"