Jason van Zyl
Jason van Zyl
Is there support for the SSH signature format in JSCH? Reference: https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.sshsig If not, I'd like to make an attempt to implement it.
I have an an automated provisioning tool for populating developer spaces (laptops, VMs, docker images) and it would be nice to provision OpenLens but the URL structure for the current...
If this is not corrected then it's not possible to create subtasks.
Are you interested in working with me to try and produce a compatibility index for Maven Central. There now exists an infrastructure to try these experiments: http://takari.io/2015/10/28/google-maven-central.html
The entire log content is too long for an issue so I made a gist: https://gist.github.com/jvanzyl/648b5b7e406a242c4c4ecd90b7830c34
If you have something like the following where you accidentally list a plugin twice: ``` dependencies: - "mvn://ca.vanzyl.concord.plugins:concord-k8s-plugin:0.0.1-SNAPSHOT" - "mvn://com.walmartlabs.concord.plugins:terraform-task:1.16.0" - "mvn://com.walmartlabs.concord.plugins:git:1.16.0" - "mvn://com.walmartlabs.concord.plugins:terraform-task:1.19.1" ``` We might want to warn...
As pointed out by @ibodrov a small change can be made here: https://github.com/walmartlabs/concord/blob/master/agent/src/main/java/com/walmartlabs/concord/agent/executors/runner/RunnerJobExecutor.java#L201 To allow the preservation of the workDir if you want to examine its contents while working on...
Project looks great, having to use Mongo is not an option. Would be nice if you had an interface for persistence so other implementation can be created.
There is code here[1](https://github.com/DevOps-TangoMe/BucketSyncer) that I will work on integrating back into s3s3mirror.
Would it be possible to look at the contents of the source s3 bucket and estimate the cost of a full mirroring job if the region is supplied?