Justin Zandbergen

Results 10 comments of Justin Zandbergen

Ai, I've noticed it needs a bit more work to contruct proper commands when mixing https/ssh and authn. Please stay tuned for a update

I have added a commit with a verified pgp signature. I do not understand why the GPG is now failing?

@s0undt3ch, I see, I'm not sure how to proceed. I'm trying to find out how to rebase but i'm not sure how. Is the following correct? ``` git remote add...

The build fails now on ubuntu because: On ubuntu 16.04 ``` W: The repository 'https://repo.saltstack.com/apt/ubuntu/16.04/amd64//latest xenial Release' does not have a Release file. E: Failed to fetch https://repo.saltstack.com/apt/ubuntu/16.04/amd64//latest/dists/xenial/main/binary-amd64/Packages 404 Not...

Back to fixing the build.... ```Command "/usr/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-yFwp2Z/salt/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-G_UBTl-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-yFwp2Z/salt/```

@tsutsuku I see you have to most commited code to this file so I hope you don't mind I give you a nudge. The check fails, probably because of [this...

Check, thanks for the update, I won't hold my breath then. :(

I'm having the same error when i try to statically link the library using: ``` GOOS=linux CGO_ENABLED=0 go build -a -installsuffix cgo -ldflags '-s' ./cmd/myproject ```