Adam Williamson

Results 433 comments of Adam Williamson

Martin is basically right, but indeed exactly because the live %post stuff *only* applies to live images - not to other install paths, including install from netinst or a spin...

> > > OK, will try to look at this on the Anaconda side as our previous tries are unsuccessful: https://pagure.io/fedora-kickstarts/pull-request/845 > > > > > > Do you have...

it's not really very complicated. just grep the whole tree for yum and it's only significant in a couple of files.

Well, isn't just implementing item #1 on the checklist better than a kick in the teeth? Even if fedup just says 'hey, sport, you should update this stuff before upgrading'...

So this almost looks _really_ easy - we can just call the `distroSyncPkgs()` method. But there's one small-yet-big snag: that's not in the `__init__.py` implementation of the `YumBase` class; it's...

Bah. yum's CLI stuff isn't installed as a module at all, it goes to `/usr/share/yum-cli` , so you can't try inheriting from `YumBaseCli` at all. The really ugly hack of...

it seems a public function `PyLong_AsNativeBytes` has been added to do this job, IIUC. See https://github.com/python/cpython/blob/main/Doc/c-api/long.rst for docs on it. As the error you get - "too few arguments" -...

Sent https://github.com/mkleehammer/pyodbc/pull/1361 .

I mean, I guess the way I'd address that would be just to make sure whatever process generates the project's homepage honors the optional dependency? I was thinking the setuptools...

oh, I think I'm misunderstanding - you mean it renders the page you see for any instance of httpbin if you just go to the root of the web server?...