[cig-commits] [commit] knepley/upgrade-petsc-interface: Updated checklist for releases. (ab12415)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Mar 12 14:50:15 PDT 2014


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/a2ce49cd3b5da0747bec4918248ea81c71e68d9e...dae2d6e3124761df3e02df9884274d99c2cc1c99

>---------------------------------------------------------------

commit ab12415bd6e98a6f3ac5fa4ff99a5754c6a749b5
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Wed Mar 12 14:42:49 2014 -0700

    Updated checklist for releases.


>---------------------------------------------------------------

ab12415bd6e98a6f3ac5fa4ff99a5754c6a749b5
 doc/releasenotes/checklist.txt | 25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

diff --git a/doc/releasenotes/checklist.txt b/doc/releasenotes/checklist.txt
index c2e9391..a267393 100644
--- a/doc/releasenotes/checklist.txt
+++ b/doc/releasenotes/checklist.txt
@@ -6,7 +6,7 @@ TESTING
 
   * Check tests on all buildbots.
 
-  * Run valgrind on unit tests.
+  * Run valgrind on unit tests (make leakcheck)
 
   * Run all examples.
 
@@ -36,9 +36,11 @@ SOURCE CODE
 
 DISTRIBUTIONS
 
-  * Generate binaries on buildbots. Check on various platforms.
+  * Generate binaries on buildbots.
+    Check on various platforms.
+    Check trapping of errors.
 
-  * Get petsc-dev nightly tarball.
+  * Create PETSc tarball.
 
     - Check build.
 
@@ -50,4 +52,19 @@ TAG
 
   * Tag source code.
 
-  svn copy -m "ADD MESSAGE HERE" svn+ssh://svn@geodynamics.org/cig/short/3D/PyLith/trunk svn+ssh://svn@geodynamics.org/cig/short/3D/PyLith/tags/v1.x.x
+  git tag -a vX.X.X -m "MY MESSAGE"
+  git push origin vX.X.X
+
+RELEASE
+
+  * Create source tarball and upload to GitHub.
+
+  * Upload binaries to GitHub.
+
+  * Upload manual to GitHub.
+
+UPDATE next and maint
+
+  * Rewind next to master
+
+  * Rewind maint to master



More information about the CIG-COMMITS mailing list