summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-12-12 00:48:23 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-12-12 00:48:23 +0100
commitc6d48e375b5e34650cad09bac3dbccc0c4ce84cc (patch)
tree833f0ff475fdbb43edfa7af0159c11b52bd70b8d
parentce2de750f79f0d35840aad8656838d0f4483a4a1 (diff)
downloadbuildscripts-c6d48e375b5e34650cad09bac3dbccc0c4ce84cc.tar.gz
buildscripts-c6d48e375b5e34650cad09bac3dbccc0c4ce84cc.tar.bz2
buildscripts-c6d48e375b5e34650cad09bac3dbccc0c4ce84cc.zip
build for all Debian releases and for Ubuntu LTS releases
-rwxr-xr-xbin/nwt-build-package4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/nwt-build-package b/bin/nwt-build-package
index bf87ee0..f478ae6 100755
--- a/bin/nwt-build-package
+++ b/bin/nwt-build-package
@@ -126,8 +126,8 @@ prepare_workspace() {
# by default we build for all current debian versions
test -f BUILDS_FOR || cat > BUILDS_FOR <<EOF
-debian: squeeze wheezy sid
-#ubuntu: lucid maverick natty
+debian: lenny squeeze wheezy sid
+ubuntu: lucid precise
EOF
return 0
}