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:
parent
a414a422e2
commit
27ac942683
7 changed files with 253 additions and 75 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue