Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport packaging fixes #6525

Merged
merged 5 commits into from
Mar 12, 2018
Merged

Backport packaging fixes #6525

merged 5 commits into from
Mar 12, 2018

Conversation

tsg and others added 5 commits March 11, 2018 11:45
Another attempt to fix the transient packaging error. I pushed the
tudorg/xgo-base image to Docker Hub and have the build script pull it
from there, rather than building it locally.

This should reduce the amount of network dependencies and speed up the
build as well.

Same could be done for xgo-base-deb, but this part is currently more
critical.
It seems that by now Debian 6 is so old that `git clone` from Github
repositories no longer works. We only needed git clone from it to
get gotpl running, which is a relatively small program so I included it
and its dependency (go-yaml) as vendored files.

Tested `make package` locally.
This removes the remaining `go get` for gotpl, by using the vendored
copy. This should get rid of our dependency on the gopkg.in service.
debian 6 has reached EOL and no longer has a valid package signing key,
making apt-get installs unsafe.
@ruflin ruflin merged commit d8326d1 into elastic:6.1 Mar 12, 2018
@andrewkroh andrewkroh deleted the backport_61-deb7 branch April 19, 2018 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants