Frank Tackitt

Results 13 comments of Frank Tackitt

@henrywhitaker3 I did some testing on this myself, and the license acceptance is emitted to stderr. `shell_exec` only returns stdout, so always using `--accept-license` should not be a problem EDIT:...

For now, you can hackily do this with a custom makepkg command, I placed the following script at ~/.local/bin/customize-makepkg ```bash #!/bin/sh if [[ -e "$HOME/.customizepkg/$(basename $(pwd))" ]]; then customizepkg --modify...

So, i've experimented with a few things, but found that just adding a flag to the PKGBUILD works the best, and is going to be the most resilient against changes...

@Fandekasp customizepkg doesn't work on already modified PKGBUILDs or .patch files natively. You write a series of changes to apply to the PKGBUILD to add the patch to sources, sha256sums,...

Yeah, that would totally work! I've been helping a few other people switch to ustreamer to fix issues, crowsnest looks like it defaults to ustreamer. Awesome :) On Thu, Jan...

I need this to be able to use DotCI as well

I like the idea of this, although I would prefer to store the localized regex in something readable through the standard library instead of bringing in an extra dependency just...

I think its client specific. I would be willing to accept a PR to handle this type of reply line, but this is dated and I would say close this...

The features in the multiprocessing runner do not have a parser object, so context.execute_steps fails

I would like this as well, or custom bash/shell hooks. I use vmware-workstation, which can optionally be patched to allow macOS guests. I would like to be able to automate...