John Porter

Results 177 comments of John Porter

I already have this running with my adjusted layout, and I'm toying with a couple more ideas. I'm sorry to say that we need to cater for the easiest option,...

> how would it impact users who are currently using git to deploy? Whatever we do, it would always be one package that we release. > I like the idea...

> Already working on it Documentation in general I mean.

@iwyg I've jigged it around a little too myself. I'll fork the repo and get the code in there on my account and we can start to look at it....

I have to say, I have thought this.

The problem here is that you are testing for timeout = false in the configuration, which is triggering a deprecation error even if we don't set a timeout value. IMO,...

``` export CPPFLAGS="$CPPFLAGS -I$(brew --prefix pcre2)/include -L$(brew --prefix pcre2)/lib" ``` Seems to have fixed it. On a side note, a similar problem applies with openssl, fixed with the following: ```...

Now there is a problem with mkdir at the end of the build :( I need sudo for it to work, but sudo means the build fails with the same...

I forgot to add, I am on a Mac, but I am trying bpkg to make our code that calls the above command cross-platform. In other words I will not...

It looks like bpkg is looking for `https://github.com/xwmx/hosts.sh.git` when this package lives at `https://github.com/xwmx/hosts.git`.