add support for git as jobinput
This commit is contained in:
@ -120,7 +120,7 @@ sub checkInput {
|
||||
error($c, "Invalid input type: $inputType") unless
|
||||
$inputType eq "svn" || $inputType eq "cvs" || $inputType eq "tarball" ||
|
||||
$inputType eq "string" || $inputType eq "path" || $inputType eq "boolean" ||
|
||||
$inputType eq "build";
|
||||
$inputType eq "git" || $inputType eq "build";
|
||||
|
||||
return ($inputName, $inputType);
|
||||
}
|
||||
|
Reference in New Issue
Block a user