You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/12/04 14:26:29 UTC

[GitHub] [cloudstack-kubernetes-provider] onitake opened a new pull request #10: Fix incorrect path for injected git version tags

onitake opened a new pull request #10: Fix incorrect path for injected git version tags
URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/10
 
 
   The k8s packages contain a set of variables that are intended to be filled with Git version information at build time.
   These are later used to print version information when running cloudstack-ccm with the `--version` parameter.
   
   Before Go modules, the vendor subtree had to be included in the symbol specification, but with full Go module support, the actual package name can be used.
   
   This PR fixes the package names, when building with the makefile.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services