Icarus Sparry
Icarus Sparry
OK, I was exaggerating a little when I said we can't unpack as a dedicated user, we clearly can and then we can look at the tar headers to see...
"It seems to me all your issues are related to using the 'tar' program, which we are not using anymore: client uses libarchive, and server uses Go archive/tar package". Sorry,...
So the bug appears to be that bundle-remove is removing files that swupd is told not to manage, rather than bundle-remove not calling cbm - correct?
I see the problem more as "what does it mean for a file to be marked as 'b' or 'g' in a Manifest?" I have taken it to mean "if...
Certainly possible. Bash completion already has options other than tab for completing files (```Meta-/``` in particular is bound to ```complete-filename``` in the default emacs based keyboard bindings) . The issue...
I would love to remove the script that writes the completion script. Whilst Rob Pike can design a new [language](https://en.wikipedia.org/wiki/Newsqueak) and write a compiler for it just to be able...
With lots of assumptions, like there is only one target partition. This assumption is invalid in one of the things I am looking at, so it has to have a...
For the `@file` syntax, if the filename is absolute, how does ``` ccache @/some/file/path gcc -c example.c ``` differ from ``` CCACHE_CONFIGPATH=/some/file/path ccache gcc -c example.c ``` Using process substitution...
What is wrong with cd /usr/share/clear/bundles swupd bundle remove *
Ah, I managed to see this as a request to remove all bundles from the OS - my mistake. So something like mixer bundle remove $( mixer bundle list XXXX)...