From 915c5ce3119c84aedf30c14d0e9a87a84510271a Mon Sep 17 00:00:00 2001 From: Daniel J Griffiths Date: Fri, 18 Sep 2009 11:50:20 -0700 Subject: Add "testing to repo" for any pkgs in community Whoops, missed this in the last commit Signed-off-by: Aaron Griffin --- community-testing2community-any | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 community-testing2community-any diff --git a/community-testing2community-any b/community-testing2community-any new file mode 100755 index 0000000..e63a7ec --- /dev/null +++ b/community-testing2community-any @@ -0,0 +1,11 @@ +#!/bin/bash + +if [ $# -le 0 ]; then + echo "usage: $(basename 0) [ [ Moving package '$pkg'" + $(dirname $0)/db-move "$pkg" "community-testing" "community" "any" +done -- cgit v1.2.3-24-g4f1b