gabeblack

Results 7 issues of gabeblack

I think I have pretty up-to-date versions installed: - paramiko-3.4.0 - sshtunnel-0.4.0 - python 3.9.16: I have tried with both `open_tunnel` and `SSHTunnelForwarder`. If one opens a tunnel and the...

bug
wontfix

The signature for `custom_target` does not indicate that as in `input` it can take `generated_list` -- but it can. The types it can take are the same as `depend_files` which...

documentation

This adds a to_list() method on the inc object returned by include_directories. The to_list() method returns a list of strings, where each string is an absolute path (one for the...

With go version 1.13: ``` cannot find package "golang.org/x/net/context" in any of: /usr/local/go/src/golang.org/x/net/context (from $GOROOT) ``` ... Searching found that in latest go, you now just import "context". So changed...

I have three machines: machine1: lan1 ip 192.168.6.1

### Describe the bug The industry is moving towards rootless containers. However, when running in a rootless container, the user/group presented to the user is "root", but it really isn't...

stage: triaging

What I'm trying to do is add the `%debug_package` directive (prior to the `%prep` directive) in the fpm-generated rpm spec file so that "debug" packages get automatically generated containing the...