On 15 April 2011 11:53, <[email protected]> wrote: > Revision 882 Author misc Date 2011-04-15 11:53:12 +0200 (Fri, 15 Apr 2011) > > Log Message > > - adapt to mageia
(...) > Modified: build_system/iurt/trunk/approve.sh > =================================================================== > --- build_system/iurt/trunk/approve.sh 2011-04-15 09:51:56 UTC (rev > 881) > +++ build_system/iurt/trunk/approve.sh 2011-04-15 09:53:12 UTC (rev > 882) > @@ -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 btw, it would be good if distro name wasn't hardcoded everywhere but set once in some central config file to be sourced...
