diff options
author | Michael Scherer <misc@mageia.org> | 2011-04-15 09:53:12 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-04-15 09:53:12 +0000 |
commit | f8873e96359a1eacf292f1c285cee2705b2b8348 (patch) | |
tree | 609238314f3330feb51f86c3ac867a002da65ed1 /approve.sh | |
parent | ea388c15bdfa4b0fd76d65eada265db1e01ef88b (diff) | |
download | iurt-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-x | approve.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |