From 8e2d2c6df75a992cf65ab24e7f97de9a9f04174c Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 21 May 2008 00:33:12 -0400 Subject: Add db-move related scripts Used to easilly move a package from one repo to another Signed-off-by: Aaron Griffin --- testing2extra | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 testing2extra (limited to 'testing2extra') diff --git a/testing2extra b/testing2extra new file mode 100755 index 0000000..7c6c87d --- /dev/null +++ b/testing2extra @@ -0,0 +1,13 @@ +#!/bin/bash + +if [ $# -le 1 ]; then + echo "usage: $(basename 0) [ [ Moving package '$pkg'" + $(dirname $0)/db-move "$pkg" "testing" "extra" "$arch" +done -- cgit v1.2.3-24-g4f1b