Odilon Junior

Results 12 comments of Odilon Junior

I'll start to work on the flatpak version.

> @Odilhao have you started working on it? I'm looking into learning Flatpak packaging and would be interested in helping! I've already started to work on it, just commited this...

I'm facing the same problem on CentosStream8 ``` running install running install_egg_info running egg_info creating UNKNOWN.egg-info writing UNKNOWN.egg-info/PKG-INFO writing dependency_links to UNKNOWN.egg-info/dependency_links.txt writing top-level names to UNKNOWN.egg-info/top_level.txt writing manifest file...

@kjd thanks for providing the `setup.cfg`, I just tested on CentosStream 8 and it worked after adding: ```diff [options] python_requires = >=3.5 +packages=find: ``` Without the `packages=find:` it just installed...

Hi, can we keep one minimal `setup.py/cfg`? Some build systems specially the ones for old releases don't implement PEP-517 yet(they will probably never implement officially), at https://github.com/theforeman/pulpcore-packaging we still build...

Now that https://github.com/theforeman/puppet-pulpcore/pull/333 was merged, we can look at this PR again.

I'm waiting for a response from the Azure FOSS Program.

We got accepted into the program, this give us credits to run infrastructure and another Azure resources. I'll start to reach out to some members of the community that work...

Nested virt work, it's not documented in any azure doc or blog post, but we can just install libvirtd and run vms.

``` + cd /builddir/build/BUILD + cd katello-host-tools-4.3.0 + rm -r src/apt_plugins + rm src/katello/deb_tracer.py rm: cannot remove 'src/katello/deb_tracer.py': No such file or directory ``` From koji logs, looks like deb_tracer.py...