aboutsummaryrefslogtreecommitdiffstats
path: root/approve.sh
diff options
context:
space:
mode:
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