Joseph Bowkett

Results 4 comments of Joseph Bowkett

You can already use a self signed certificate by setting the OS environment variable `REQUESTS_CA_BUNDLE` to the path of your self signed cert, which is used inside the `get_ca_path()` function...

Expected behavior: ```bash $ vcs export --exact-with-tags repositories: some_pkg: type: git url: git@some_server.com:some_group/some_pkg.git version: v0.0.999 ``` Actual behavior: ```bash $ vcs export --exact-with-tags repositories: some_pkg: type: git url: git@some_server.com:some_group/some_pkg.git version:...

~~Further update, it looks like there is no absolute encoder parameter implemented for GoldActuator or PlatinumActuator~~ Update: I was reminded that Gold and Platinum derive from Actuator, so should still...

Similar, but not quite the same as https://github.com/nasa-jpl/fastcat/issues/45