On March 6, 2018 1:48 am, Kent S. Gordon wrote:
On 3/5/2018 7:29 PM, Tristan Cacqueray wrote:On March 6, 2018 1:09 am, Kent S. Gordon wrote:I tried to setup a development environment following the instructions on https://softwarefactory-project.io/docs/contributor/index.html#how-can-i-helpWhen I try to rebuild packages the command does not work. Below is the output. [centos@sf src]$ ./zuul_rpm_build.py --project software-factory/zuulWARNI [zuulkoji.ZuulRpmBuild] software-factory/zuul: project not found in info yamlI have script output of all the command that I entered to create the environment.Hi, this is hapening because the documentation is referring to a deprecated example: "software-factory/zuul" was for Zuul(v2) which is no longer supported. The Zuul(v3) package is "scl/zuul" instead.New command does not work Output below [centos@sf src]$ ls distro.yaml software-factory zuul-rpm-build zuul_rpm_build.py [centos@sf src]$ ./zuul_rpm_build.py --project scl/zuul Traceback (most recent call last):
[snip]
TypeError: execv() arg 2 must contain only strings [centos@sf src]$
This exception is happening because the distgit is not present on your system and the sfinfo scripts was still using zuul-cloner to fetch missing repository. I've updated the zuul_rpm_build.py script[1], please use "git pull" to update your sfinfo copy. Thanks for the feedback, -Tristan [0] the doc fix: https://softwarefactory-project.io/r/11470 [1] https://softwarefactory-project.io/r/11471
pgpuLPQ5ZB6gP.pgp
Description: PGP signature
_______________________________________________ Softwarefactory-dev mailing list [email protected] https://www.redhat.com/mailman/listinfo/softwarefactory-dev
