On 07/01/2011 05:41 AM, Aditya Patawari wrote: > Now when I tried doing "koji build --scratch centos5 > git://172.16.31.180/public/kfilefactory.git" I got an error saying > "FAILED: GenericError: Unable to parse SCM URL: > git://172.16.31.180/public/kfilefactory.git"
You did not include a tag or ref. in koji/daemon.py... > def __init__(self, url): > """ > Initialize the SCM object using the specified url. > The expected url format is: > > > scheme://[user@]host/path/to/repo?path/to/module#revision_or_tag_identifier You could also have just looked at some example build tasks on koji.fp.o to see the sort of git urls that are used. -- buildsys mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/buildsys
