support for retrieving source from multiple SCM repositories (patch provided by Rob Myers)

- currently CVS, SVN, and GIT are supported
This commit is contained in:
Mike Bonnet 2007-11-05 18:40:29 -05:00
parent a414a422e2
commit 27ac942683
7 changed files with 253 additions and 75 deletions

View file

@ -36,7 +36,7 @@ start() {
[ "$KOJID_DEBUG" == "Y" ] && ARGS="$ARGS --debug"
[ "$KOJID_VERBOSE" == "Y" ] && ARGS="$ARGS --verbose"
# XXX Fix for make download-checks in kernel builds
# Remove once we're running the buildSRPMFromCVS task
# Remove once we're running the buildSRPMFromSCM task
# as an unpriviledged user with their own environment
export HOME="/root"
daemon /usr/sbin/kojid $ARGS