We got some more resources a while back and so we wanted to make more
builders, but now we are waiting on disk space to do that. In the mean
time and since the mass rebuild is coming up tuesday, just upgrade them
to f35 and use the memory and cpus we have.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
make was dropped from the build group a while back, but we have been
adding back in to new tags when we branch. Drop it here too so we don't
bring it back again.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Scanning 'Fedora Archive' with the Python based scanner produces
following error for some time now:
/srv/pub/archive/fullfiletimelist-archive has changed since last run. Running umdl for Fedora Archive at Thu Jan 13 12:15:01 UTC 2022
Traceback (most recent call last):
File "/usr/bin/mm2_update-master-directory-list", line 1122, in <module>
sys.exit(main())
File "/usr/bin/mm2_update-master-directory-list", line 1105, in main
session, config, i['path'], category)
File "/usr/bin/mm2_update-master-directory-list", line 970, in sync_directories_from_fullfiletimelist
sync_category_directory(session, config, category, dirname, ctimes[dirname], file_dict, is_repo)
File "/usr/bin/mm2_update-master-directory-list", line 617, in sync_category_directory
session, config, relativeDName, D, category, 'repomd.xml')
File "/usr/lib/python2.7/site-packages/mirrormanager2/lib/umdl.py", line 294, in make_repo_file_details
yumrepo = rpmmd.repoMDObject.RepoMD('repoid', absolutepath)
File "/usr/lib/python2.7/site-packages/rpmmd/repoMDObject.py", line 145, in __init__
self.parse(srcfile)
File "/usr/lib/python2.7/site-packages/rpmmd/repoMDObject.py", line 165, in parse
for event, elem in parser:
File "<string>", line 100, in next
File "/usr/lib/python2.7/site-packages/rpmmd/misc.py", line 150, in read
return self.checksums.read(self._fo, size)
File "/usr/lib/python2.7/site-packages/rpmmd/misc.py", line 104, in read
self.update(data)
File "/usr/lib/python2.7/site-packages/rpmmd/misc.py", line 100, in update
sumalgo.update(data.encode('utf-8'))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 273: ordinal not in range(128)
umdl for Fedora Archive returned non-zero. Something failed. Please check umdl.log. Thu Jan 13 12:17:45 UTC 2022
The new tool, scan-primary-mirror, does not have this problem and
I wanted to switch to it for some time already.
With this the error is gone and the new tool is used.
Signed-off-by: Adrian Reber <adrian@lisas.de>
In 5.7.1, Bodhi changed from consuming greenwave.decision.update
messages to consuming resultsdb and waiverdb messages, when
deciding whether to update an update's gating status. We need to
subscribe to the correct message queues for that to work properly.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Previously I couldn't pick "Fedora 34" OS type in IBM Cloud web UI, now
it was possible. I bet this will diminish the need for additional
(e.g. subscription-manager) hacks.
Don't install subscription-manager when it is already installed. Don't
even try to download the DNF metadata for that (at that point, the
subscription is not yet activated, and so the attempt to install
subscription-manager subjectively slows-down the spawning).
Try to subscribe a bit sooner, so we don't wait till the end of the
playbook for a potential subscription failure.
Run subscription-manager clean to which seems to way-around the
katello-* RPM hack.
One forgotten ibm-cloud-vm typofix (name vs. opts.name).
Define server_hostname to enforce the default rhsm server.