Re: [foreman-dev] Re: Koji outage on Sunday

2017-06-10 Thread Bryan Kearney
Update. Per Lzap's suggestion, I wrote down the rough approach at [1]. I believe that foreman-nightly should be ready to test on this machine. Specifically, building into these tags: foreman-nightly-fedora24 foreman-plugins-nightly-fedora24 foreman-nightly-nonscl-rhel7

Re: [foreman-dev] Re: Koji outage on Sunday

2017-06-10 Thread Bryan Kearney
ok.. I have builds running http://34.226.218.207/koji/taskinfo?taskID=749 but what i dont get is the build requires. The foreman spec file for this requires npm-babel-core but the package I have http://34.226.218.207/koji/buildinfo?buildID=15280 provides bundled-npm-babel-core so something

Re: [foreman-dev] Re: Koji outage on Sunday

2017-06-10 Thread Lukas Zapletal
Then find missing packages in tags: kojikat watch-task $(seq 521218 521565) | tee mass-rebuild-1.13-a.log grep -o "package .* not in list for tag .*" mass-rebuild-1.13-a.log | awk '{print "kojikat add-pkg --owner=lzapleta", $8, $2}' I was missing these: kojikat add-pkg --owner=lzapleta

Re: [foreman-dev] Re: Koji outage on Sunday

2017-06-10 Thread Lukas Zapletal
So I am mass rebuilding 1.13 now, I was able to figure out a GNU parallel command that will upload all SRPMs in few minutes. Run this in foreman-packaging branch rpm/1.13 (or the version you want): First all non-foreman packages (dependencies): mkdir /tmp/tito; find . -type f -name \*.spec |