Hey all-

I have a package that gets an artifact from a repo and expects to have code from a different branch in the same repo. In my spec file, I can easily get the artifact via Sources, but getting the code from the separate branch required me to execute a “git clone” then checkout the branch. This works fine until I tried doing a mock build where I ran into the issue that networking like this is apparently unavailable. I saw that I can enabled it with a command line switch, but I presume that’s not possible with koji.

Is there any proper way to checkout code with git from within koji?

Thanks for any info!

Ron