Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Conversation

@dlespiau
Copy link
Contributor

No description provided.

Damien Lespiau added 2 commits June 28, 2017 19:59
We can now ask the proxy for its version.

The tricky case is when the compilation is done from an archive. We have
to then use something else than git describe. We use something similar
to what the Linux kernel does, having the version in the Makefile.

Fixes: clearcontainers#69
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
We can now created distribution tarballs with:

  $ make dist

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
@coveralls
Copy link

coveralls commented Jun 28, 2017

Coverage Status

Changes Unknown when pulling 57d1c3e on dlespiau:20170628-version into ** on clearcontainers:master**.

@jodh-intel
Copy link

jodh-intel commented Jun 29, 2017

lgtm

Approved with PullApprove

@jodh-intel
Copy link

@amshinde - could you take a look at this please?

@amshinde
Copy link
Contributor

amshinde commented Jun 30, 2017

lgtm

Approved with PullApprove Approved with PullApprove

@amshinde amshinde merged commit 5c0ea65 into clearcontainers:master Jun 30, 2017
@chavafg
Copy link
Contributor

chavafg commented Jun 30, 2017

Hi, seems like the merge of this commit, broke the proxy. Latest tests on semaphore are failing. Opened #90.

jodh-intel pushed a commit to jodh-intel/proxy that referenced this pull request Jul 3, 2017
PR clearcontainers#87 inadvertently broke the build setting the default socket path
variable. This appears to be due to a bug in "go build" whereby it
accepts any number of -ldflags "-X ..." options, but only actually
honours the last one. On PR clearcontainers#87 this meant that the Version variable
was set, whilst DefaultSocketPath was silently ignored and its value
defaulted to "".

Fixes clearcontainers#90.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants