Tianon Gravi
Tianon Gravi
Indeed - the approach that was removed in #487 (`override_dh_gencontrol` writing into `debian/docker-ce-rootless-extras.substvars`) is definitely "correct". Something like this: (untested :innocent:) ```diff diff --git a/deb/common/control b/deb/common/control index 0b5ed4a..34de085 100644 ---...
Definitely a big +1 from me if we can come up with some better documentation. This was originally designed specifically for the use-case of CI in mind, but I know...
Your linked YAML has a typo: ```bash echo $GOARH ``` (Should be `GOARCH` instead.)
@meatballhat is Travis using `-o pipefail` on builds? This looks to me like `gimme tip` just outright failed for some reason, but we kept plowing through further commands regardless. I've...
That'd likely be because it's building Go from source (at least in your latter two cases - not sure what's going on with `1` unless it somehow interpreted that as...
If you wanted to dig deeper, I'd suggest running it through `bash -x` to see which command it's hanging on.
Yep, done!
(rebased again)
Friendly ping :innocent: :heart:
This is definitely the number one thing I want out of a Hub API / CLI tool (and is the reason I've been using the reverse-engineered/not-officially-supported Hub "API" for years...