Matej Dujava
Matej Dujava
Hey @JohnVillalovos can you compare if your tree is similar to the Centos8 at http://mirror.centos.org/centos/8/BaseOS/x86_64/os/, when importing ` distrotrees/X#repos` is empty, even after `.treeinfo` contains `repository=.` and `repository = ../../../AppStream/x86_64/os/`...
Panic detection can be configured by `PANIC_REGEX`, it's set on LC basis https://github.com/beaker-project/beaker/blob/3a1155308899a301dbf042c55694680f03051346/LabController/src/bkr/labcontroller/default.conf#L23 and by default it includes Oops. You can disable panic detection all together by including `` in...
I would like to participate.
Hey, if you are using develop branch you may need to backport https://github.com/beaker-project/beaker/commit/0e33d509e1862b631e8e49b8a2927f53751705ce to update from git:// to https:// as Github stoped hosting repost over unencrypted git protocol.
Some generated documentation can be accessed on `http://lab-controller-fqdn:8000/server`. It would be ideal to get openapi spec generated from xmlrpc/turbogears directly, but few minutes searching on web did not reveal any...
Yeah, I would say when creating new REST api that would preserve functionality, would be easier and less problems would be introduced when existing API would be somehow defined (eg....
Hi, looks like old version of CLE, newer versions check if file exists before trying to source them. `cle update [master]` similar issue: https://github.com/micharbet/CLE/issues/81