From 652fa7ad93bfa708f0764b64107a54f4dcaf17bd Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 22 Sep 2009 16:25:51 -0400 Subject: Renamed community-testing2* scripts We know the repo. Lets make the names nicer Signed-off-by: Aaron Griffin --- community-testing2community | 11 ----------- community-testing2community-any | 11 ----------- community-testing2community64 | 11 ----------- testing2community | 11 +++++++++++ testing2community-any | 11 +++++++++++ testing2community64 | 11 +++++++++++ 6 files changed, 33 insertions(+), 33 deletions(-) delete mode 100755 community-testing2community delete mode 100755 community-testing2community-any delete mode 100755 community-testing2community64 create mode 100755 testing2community create mode 100755 testing2community-any create mode 100755 testing2community64 diff --git a/community-testing2community b/community-testing2community deleted file mode 100755 index 557b39d..0000000 --- a/community-testing2community +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -if [ $# -le 0 ]; then - echo "usage: $(basename 0) [ [ Moving package '$pkg'" - $(dirname $0)/db-move "$pkg" "community-testing" "community" "i686" -done diff --git a/community-testing2community-any b/community-testing2community-any deleted file mode 100755 index e63a7ec..0000000 --- a/community-testing2community-any +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -if [ $# -le 0 ]; then - echo "usage: $(basename 0) [ [ Moving package '$pkg'" - $(dirname $0)/db-move "$pkg" "community-testing" "community" "any" -done diff --git a/community-testing2community64 b/community-testing2community64 deleted file mode 100755 index 3f88a4d..0000000 --- a/community-testing2community64 +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -if [ $# -le 0 ]; then - echo "usage: $(basename 0) [ [ Moving package '$pkg'" - $(dirname $0)/db-move "$pkg" "community-testing" "community" "x86_64" -done diff --git a/testing2community b/testing2community new file mode 100755 index 0000000..557b39d --- /dev/null +++ b/testing2community @@ -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" "i686" +done diff --git a/testing2community-any b/testing2community-any new file mode 100755 index 0000000..e63a7ec --- /dev/null +++ b/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 diff --git a/testing2community64 b/testing2community64 new file mode 100755 index 0000000..3f88a4d --- /dev/null +++ b/testing2community64 @@ -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" "x86_64" +done -- cgit v1.2.3-54-g00ecf