Tommy McNeely

Results 134 comments of Tommy McNeely

My "workaround" is: ``` for channel in $(spacecmd -q softwarechannel_list); do python spacewalk-remove-old-packages.py -f config -c $channel; done spacewalk-data-fsck -r ```

@mmarodin - I use the "filters" feature in the Repo settings to exclude older versions... for example on the "jenkinks-stable" repo (http://pkg.jenkins-ci.org/redhat-stable), which is _way_ better than the main one...

Well, I will say that installing patched fonts seems a bit *excessive* for a debugging/troubleshooting tool, but as per the stack-overflow, Checking the little checkbox about "built-in powerline glyphs" in...

Disabling syntax checking or recovery from syntax errors are crude workarounds. An unrelated issue can cause this specific resource to fail in strange an mysterious ways. If we only check...

I thought the same thing, way overcomplicated. To me, it is invalid logic (bad assumption) to add a new file, check all the files, and if any of them fail,...

I am not sure if it makes sense to have a problem (even just file permissions) in another file prevent adding a new one.

For what its worth, I am getting a similar issue trying to minify `morpheusdata/morpheus-cli` (ruby). I even tried using `--include-path=/etc/ssl` to no avail. It seems fine, but is unable to...

I am wondering if you are logging into your container while it is in "build" mode and running it thorough its different options or whatever. I am not sure exactly...

@kcq If `docker exec` won't work, then, for sure, my testing was defunct. As it is a command line tool that interacts with the API of an appliance, there are...

@kcq Right, that works as expected. but this is a CLI tool that could be used to connect to any other morpheus appliance. That only will work if your appliance's...