I'm trying to do a --unified-core build in prep for rojig, and it breaks on psacct which is trying to write to /var. Let's use this opportunity to do some more cleaning.
--unified-core
psacct
/var
Hmm, I like the idea of keeping fpaste because it's useful when helping folks over IRC. Sure, they can run it in a container, though it complicates the workflow if it's a host command that's failing. E.g.
fpaste
rpm-ostree upgrade | fpaste
One comment, otherwise LGTM!
Hmm, I like the idea of keeping fpaste because it's useful when helping folks over IRC.
It's really not that hard though to select text and copy/paste? Personally, I use xsel a lot - and I have it layered, but it's absolutely tiny and completely generic - for example I've used it to get kube secrets out and paste them into a different web page.
xsel
fpaste is also one of the very few packages which ties the OS to a default Internet service.
rebased onto c58e64496fc91aa56407af93968360d1b3d8320e
OK for now I kept fpaste.
Pull-Request has been closed by walters
https://pagure.io/workstation-ostree-config/c/6d028cb372bc2bf298f5b3225bdb61e9e56e7530?branch=master
did we ever decide if we were inheriting most everything from the workstation comps groups or not?
I think the current status quo is "inherit by default, but blacklist some things". Right?
k
I'm trying to do a
--unified-corebuild in prep for rojig, andit breaks on
psacctwhich is trying to write to/var. Let'suse this opportunity to do some more cleaning.