summaryrefslogtreecommitdiffstats
path: root/testing2x
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-08-08 11:53:07 +0200
committerPierre Schmitz <pierre@archlinux.de>2010-08-08 11:53:07 +0200
commitd0b5dcb3ce6a1ec5222fc7a0420b3e1dc4c3a27e (patch)
tree14cea2664bbe3c0eb219048f8e7fd67805a67016 /testing2x
parent3eb0f6abdb822ae15bcc72626dcdad37c0313927 (diff)
downloaddbscripts-d0b5dcb3ce6a1ec5222fc7a0420b3e1dc4c3a27e.tar.gz
dbscripts-d0b5dcb3ce6a1ec5222fc7a0420b3e1dc4c3a27e.tar.xz
Remove BUILDSCRIPT variable
There is no need to have a variable for things like PKGBUILD that are very unlikely to ever change.
Diffstat (limited to 'testing2x')
-rwxr-xr-xtesting2x4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing2x b/testing2x
index f9ded9e..4826853 100755
--- a/testing2x
+++ b/testing2x
@@ -35,9 +35,9 @@ cd checkout
for pkg in $*; do
moved=0
/usr/bin/svn up -q ${pkg}
- if [ -f "${pkg}/repos/testing-${_arch}/${BUILDSCRIPT}" ]; then
+ if [ -f "${pkg}/repos/testing-${_arch}/PKGBUILD" ]; then
for repo in core extra; do
- if [ -f "${pkg}/repos/${repo}-${_arch}/${BUILDSCRIPT}" ]; then
+ if [ -f "${pkg}/repos/${repo}-${_arch}/PKGBUILD" ]; then
echo "===> Moving package '${pkg}': testing-${_arch} -> ${repo}-${_arch}"
$(dirname $0)/db-move "${pkg}" "testing" "${repo}" "${_arch}"
moved=1