Status: New
Owner: ----

New issue 1041 by [email protected]: vcs-version generation should properly handle a / in git describe
https://code.google.com/p/ganeti/issues/detail?id=1041

vcs-version is generated from git describe.

This could contain a forward slash; for example: google/2.12.0-1+gg1-2-ge6c5994

When running make dist, this generates an error because of this sed line:

sed -e "s/%ver%/$$VCSVER/" < $< > $@

Since its use does not allow forward slashes (because of the sed), they should be filtered or translated.

The attached patch translates forward slash to -


Attachments:
        patch  361 bytes

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to