Dusty Mabe

Results 129 issues of Dusty Mabe

In the code https://github.com/fedora-infra/fedimg/blob/3946ed1c32e4b15ab15357a84a1b5f772701951c/fedimg/utils.py#L101-L109 we need to give the user the error message in the logs when something fails. This mainly stems from https://github.com/fedora-infra/fedimg/blob/3946ed1c32e4b15ab15357a84a1b5f772701951c/fedimg/utils.py#L124-L140 where the code doesn't tell you...

Critical
Refactor

Once a user starts to scroll back through the history it would be nice if playback automatically paused and also clearly indicated to the user that it was paused.. Maybe...

enhancement

It would be a nice enhancement to add a scrollbar to the right side of the window so that users know they can scroll back through the output (right now...

enhancement

I'm trying to understand what are the fundamental differences between our `dasd` and `metal4k` artifacts on s390x. We build both `dasd` and `metal4k` for RHCOS but from looking at the...

Right now we have two iscsi tests (and will soon have a 3rd) that all: 1. start a VM 2. pull down/start a targetd container 3. Run coreos-installer to do...

in the RHCOS pipeline if I start a debug pod and then try to `cosa buildfetch --url ` I get SSL errors: ``` ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed...

jira

This adds a unlabeled and mislabeled files test and also adds code to the extended upgrade test to verify there aren't any suprises there either. context: https://github.com/coreos/fedora-coreos-tracker/issues/1772

hold

**Is your feature request related to a problem? Please describe.** When debugging it would be useful if I could run a command in the initrd to change something without having...

RFE 🎁
run-generator

When calling `kolet` the test name gets passed in mangled. I was able to see this with a small patch: ```patch $ git diff mantle/kola/cluster/cluster.go diff --git a/mantle/kola/cluster/cluster.go b/mantle/kola/cluster/cluster.go index...

There are currently two stages in OSBuild that handle "fixing up" selinux file contexts (labels) on created files. - `org.osbuild.ostree.selinux` - `org.osbuild.selinux` These stages only handle fixing labels on the...