aboutsummaryrefslogtreecommitdiffstats
path: root/approve.sh
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-04-15 09:53:12 +0000
committerMichael Scherer <misc@mageia.org>2011-04-15 09:53:12 +0000
commitf8873e96359a1eacf292f1c285cee2705b2b8348 (patch)
tree609238314f3330feb51f86c3ac867a002da65ed1 /approve.sh
parentea388c15bdfa4b0fd76d65eada265db1e01ef88b (diff)
downloadiurt-f8873e96359a1eacf292f1c285cee2705b2b8348.tar
iurt-f8873e96359a1eacf292f1c285cee2705b2b8348.tar.gz
iurt-f8873e96359a1eacf292f1c285cee2705b2b8348.tar.bz2
iurt-f8873e96359a1eacf292f1c285cee2705b2b8348.tar.xz
iurt-f8873e96359a1eacf292f1c285cee2705b2b8348.zip
- adapt to mageia
Diffstat (limited to 'approve.sh')
-rwxr-xr-xapprove.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/approve.sh b/approve.sh
index 30498e1..857d482 100755
--- a/approve.sh
+++ b/approve.sh
@@ -1,12 +1,13 @@
#!/bin/bash -e
# Do not use trailing slashes here
-UPLOADSDIR=/home/mandrake/uploads
+#TODO use a configuration file for that
+UPLOADSDIR=/var/lib/schedbot/uploads
SRCBASEDIR=$UPLOADSDIR/queue
DESTBASEDIR=$UPLOADSDIR/approved
REJECTEDDIR=$UPLOADSDIR/rejected
LATERBASEDIR=$UPLOADSDIR/later
-DISTRO=cooker
+DISTRO=cauldron
function list() {
echo "The following packages are currently queued:" >&2