Mass rebuilds in Copr
by Iñaki Ucar
Hi,
Is there any mechanism similar to a side-tag in Koji to rebuild a
bunch of packages without causing trouble in users' machines? Maybe a
way to "disable" or "freeze" the chroot for the users while being able
to continue building stuff?
Regards,
--
Iñaki Úcar
2 years, 10 months
preloading git needed for COPR builds using forgemeta/scm?
by PGNet Dev
I'm building a pkg on COPR.
It uses forgemeta/scm (from git) for a source.
On build exec, it fails
sh: git: command not found
sh: git: command not found
sh: git: command not found
sh: git: command not found
...
( details -> https://pastebin.com/vUCVVHQq , line #1806 )
Note, the spec _does_ have "BuildRequires: git".
It appears this^ may have to do with forgemeta needing git earlier? Note that foregemeta source pulls, subsequent to the error, fail ...
Does COPR need an earlier preload of 'git' for forgemeta SCM use by builds?
If that _is_ the case, where/how does one add a 'early' git req't for COPR builds?
2 years, 11 months