This repository was archived by the owner on Sep 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
Topic/build infrastructure #5
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A few updates for Git that were missed, including the new version numbering scheme for nightly snapshot tarballs. (cherry picked from commit 7dfc0c6)
There was some (almost) wholly-commented out code in here that reaches back to the beginning of the project. Just delete it. (cherry picked from commit cfcf3fa)
Remove configure.params support: configure.params hasn't been used in years. Also remove autogen.subdirs support; those should really be handled by their respective Makefile.am's. (cherry picked from commit 8468424)
Update the VERSION file scheme: * Remove "want_repo_rev". * Add "tarball_version". All values are now always included (major, minor, release, greek, repo_rev). However, configure.ac now runs "opal_get_version.sh ... --tarball", which will return the value of tarball_version (if it is non-empty) or the "full" version string (i.e., "major.minor.releasegreek"). (cherry picked from commit 413e775)
Removed a redundant copy of the scripts running on the build server and moved the remaining copy out to a top-level directory in contrib (i.e., contrib/build-server vs. contrib/dist/build-server, where I never could remember where to find them). (cherry picked from commit eb27017)
Several updates, including: * Remove -single dash options * Don't chmod the whole tree; just chmod the files we're trying to remove * No more support for SVN or HG; 100% git * Strengthen the dirty repo checks * Use git describe for the repo version * Set tarball_version to "" (i.e., empty) in VERSION (cherry picked from commit c682cf9)
(cherry picked from commit 3c15a87)
(cherry picked from commit f5e2610)
(cherry picked from commit 3035417)
(cherry picked from commit dee6b63)
(cherry picked from commit 72d1359)
Remove the default to only build a "no OMPI" tarball when invoked via "make_tarball".
mike-dubman
added a commit
to mike-dubman/ompi-release
that referenced
this pull request
Oct 28, 2014
Merge from mellanox-v1.8 internal branch
This was referenced Aug 6, 2015
Closed
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bring over the git build infrastructure fixes from master to v1.8.