summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Paleino <d.paleino@gmail.com>2009-02-08 21:25:06 +0100
committerDavid Paleino <d.paleino@gmail.com>2009-02-08 21:25:06 +0100
commitc272d1fbb054891cf16128086a48501232bad63a (patch)
treeea52b87f093b30185653c0dc8cece13115fb6510
parent0addde3f942eb985125edcef5623832b88389078 (diff)
downloadbash-completion-c272d1fbb054891cf16128086a48501232bad63a.tar.gz
Add DebianBTS forwarding utility
-rwxr-xr-xbts-forward8
1 files changed, 8 insertions, 0 deletions
diff --git a/bts-forward b/bts-forward
new file mode 100755
index 00000000..5d56e20b
--- /dev/null
+++ b/bts-forward
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+## Usage:
+## ./bts-forward <debian-bug> <alioth-bug>
+##
+## Marks <debian-bug> as forwarded to <alioth-bug>
+
+bts forwarded $1 "http://alioth.debian.org/tracker/index.php?func=detail&aid=$2&group_id=100114&atid=413095"