Perform the jobs in a sub-directory for the project

This commit is contained in:
Pierre Pronchery 2020-02-24 06:35:53 +01:00
parent 13160e4cc5
commit 16ea46ad62

View File

@ -35,7 +35,7 @@ PREFIX="/usr/local"
GIT="/usr/bin/git"
GIT_MESSAGE="$PREFIX/libexec/deforaos-git-message.sh"
IRC="$PREFIX/libexec/deforaos-irc.sh -N -s $IRC_SERVER -c $IRC_CHANNEL -n defora"
JOBS="$PREFIX/bin/deforaos-jobs.sh -d /home/jobs"
JOBS="$PREFIX/bin/deforaos-jobs.sh -d /home/jobs/DeforaOS"
MKTEMP="/bin/mktemp"
RM="/bin/rm -f"