Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
72
Issues
72
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
aa56e902
Commit
aa56e902
authored
Sep 02, 2014
by
Philip Carns
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into dev-modular
parents
2db1f1eb
cbc0323a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
darshan-test/RELEASE-CHECKLIST.txt
darshan-test/RELEASE-CHECKLIST.txt
+6
-5
No files found.
darshan-test/RELEASE-CHECKLIST.txt
View file @
aa56e902
...
...
@@ -8,7 +8,7 @@ Notes on how to release a new version of Darshan
- check for any problems in jenkins nightly builds
- make sure that documentation in darshan-util/doc/ and darshan-runtime/doc/
are up to date
- update the Changelog if needed (browse
svn
log since last release)
- update the Changelog if needed (browse
git
log since last release)
- commit
- update version number in configure.in (see AC_INIT)
- in both darshan-util/ and darshan-runtime/
...
...
@@ -16,11 +16,12 @@ Notes on how to release a new version of Darshan
- commit
- generate example output files on x86_64, ppc32, and ppc64, commit in
darshan-test/example-output/ directory
- use "svn status" and "svn diff" to make sure all changes are committed to
trunk
- make a tag by doing an svn copy from trunk to tags/darshan-<some number>
- use "git status" to make sure that all changes have been committed and
pushed to origin/master
- make a tag for the release according to instructions at
http://git-scm.com/book/en/Git-Basics-Tagging
- TESTING
-
svn export the tag,
tar gzip it
-
export the tag (TODO: document recommended method) and
tar gzip it
- upload .tar.gz file to /mcs/ftp/pub/darshan/releases
- generate web documentation from asciidoc by running make in
darshan-util/doc/ and darshan-runtime/doc/ directories
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment