Till!

Results 219 comments of Till!

@kke with the last `v0.x` update, this stopped working again all together. I am building the connection like so: ```golang connection := rig.Connection{ SSH: &rig.SSH{ Address: nodeIP, User: "core", KeyPath:...

I rebuild it with `OpenSSH` — must be newish? And that works when I supply an external ssh config file. :)

I can confirm what @andreaspe added here. Once I started switching to `bash`, it worked as intended. Before, it basically send a base64 encoded value prefixed with `-n` to my...

Just as an alternative... most OS' have an `ID_LIKE`: ``` NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7"...

This reads slightly nicer: ```yaml spec: hosts: - role: controller+worker labels: apply: - node-role.kubernetes.io/control-plane= delete: - node-role.kubernetes.io/master ``` How do you plan on merging this with `installFlags`? I am just...

@big-r81 I see `any` in many places: https://github.com/apache/couchdb/blob/16f47d758c6d630c391cf35c78c6959240ff4f1d/src/couch/src/couch_httpd.erl#L131-L137 (Search the code base for `bind_address`.) I don't know enough Erlang to find out what `any` maps to. But it seems like...

@softprops just ran into this too, can you try to dump the entire response since `errors` seems undefined? Or what do you think is required to help?

It seems like I cannot run this from a branch? Like I need to run some command to regenerate `dist`? If you can add details as I am also not...

I figured out my problem: PAT was missing some permissions. In the end used the workflow token again and configured it appropriately.