GitHub user njayaram2 opened a pull request:
https://github.com/apache/incubator-madlib/pull/74
Correct the version used in MADlib rpm installation
Installing MADlib from an RPM creates a soft link for madpack.
The version number in the soft link contained '_dev' instead of
'-dev', which was introduced when MADlib version was changed to
1.10.0-dev. gppkg does not like an '-' in the RPM file name,
while the semantic versioning requires a '-' in the MADlib version.
@iyerr3
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/njayaram2/incubator-madlib
rpm-version-softlink-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-madlib/pull/74.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #74
----
commit d396edfd9ba5667d2521a903d6eefb1765af4a28
Author: Nandish Jayaram <[email protected]>
Date: 2016-11-08T23:49:01Z
Correct the version used in MADlib rpm installation
Installing MADlib from an RPM creates a soft link for madpack.
The version number in the soft link contained '_dev' instead of
'-dev', which was introduced when MADlib version was changed to
1.10.0-dev. gppkg does not like an '-' in the RPM file name,
while the semantic versioning requires a '-' in the MADlib version.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---