Ryan O'Leary
Ryan O'Leary
You can see the list of commands and html documentation here: https://pkg.go.dev/github.com/u-root/u-root@master#section-directories (the formatting used to be nicer on godoc.org)
Just curious, what is the issue with these files so long as they are in a .gitignore? It feels like putting all generated files in a tmpdir, then running `defer...
In webboot, the experience is a lot better. For example in https://github.com/u-root/webboot/issues/247. It prints the error "write /tmp/iso-download-758024287: no space left on device" and the program continues running rather than...
It still works if you run from a shell like bash or zsh. It's not the u-root command doing the expansion, but rather the shell: ``` % echo cmds/core/{init,ls,ip,dhclient,wget,cat,elvish} cmds/core/init...
Do you know if there's an existing Go function to expand the curly brackets? Something like: `func ExpandBrackets(input string) []string` It should be pretty easy to write, but I feel...
We ran into this problem in the LinuxBoot build system too. Make doesn't seem to expand curly braces.
Are you referring to this for posting a comment? https://support.circleci.com/hc/en-us/articles/360048170573-Auto-comment-on-GitHub-Pull-Requests Aren't these GitHub tokens secret and not safe to put in the CI?
Sorry, this might have been me in: https://github.com/u-root/webboot/pull/198 Without deleting u-root from the vendor directory, webboot won't build. It would use the u-root in GOPATH and the u-root in the...
Oh, but I see #198 is newer than this issue, so I may have fixed it.
I'll take a quick crack at this one. The light grey text on white is unreadable to me.