chiark / gitweb /
wrapper for debcommit -r and debrelease -S -t ubuntu
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Tue, 7 Apr 2009 09:48:59 +0000 (09:48 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Tue, 7 Apr 2009 09:48:59 +0000 (09:48 +0000)
ubuntu-release [new file with mode: 0755]

diff --git a/ubuntu-release b/ubuntu-release
new file mode 100755 (executable)
index 0000000..a92221a
--- /dev/null
@@ -0,0 +1,6 @@
+#! /bin/sh
+set -e
+if [ -d .bzr ]; then
+       debcommit -r || true
+fi
+debrelease -S -t ubuntu