[cig-commits] [commit] master: update gitattributes and release tasklist (a65a15a)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Jan 26 18:34:47 PST 2015


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/9f802b89fe0a0c887376e96acaf4ccb45243610c...8d9c25c1a7eeb792e442d488d9d570d7b3032696

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

commit a65a15a1b51bbb53121e0172c799904a33b584e7
Author: Timo Heister <timo.heister at gmail.com>
Date:   Mon Jan 26 09:07:14 2015 -0500

    update gitattributes and release tasklist
    
    - Use gitattributes to exclude files from the release tarball: scripts
    and doc/manual/, which is used to generate manual.pdf.
    - Update release tasks.


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

a65a15a1b51bbb53121e0172c799904a33b584e7
 .gitattributes       | 8 ++++++++
 doc/release-tasklist | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..d1e94ae
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,8 @@
+.gitattributes export-ignore
+.gitignore export-ignore
+doc/bump_version.sh export-ignore
+doc/filter export-ignore
+doc/release-tasklist export-ignore
+doc/manual/ export-ignore
+doc/release-tasklist export-ignore
+doc/update_parameters.sh export-ignore
diff --git a/doc/release-tasklist b/doc/release-tasklist
index be9cf09..fd13d97 100644
--- a/doc/release-tasklist
+++ b/doc/release-tasklist
@@ -43,13 +43,13 @@
   . make sure the .prm and .xml files we ship match the default values of
     parameters
   . Tag the release:
-      git tag -a v$VER -m 'tag version $VER'
+      git tag -a v$VER -m "tag version $VER"
   . create a tar file:
       git archive --format=tar.gz --prefix=aspect-$VER/ v$VER >aspect-$VER.tar.gz
   . make public (branch and tag):
       git push cig aspect-$VER
       git push cig v$VER
-  . create a release on github
+  . create a release on github, upload tarball
   . link it on download.html, update version info etc.
   . ask Eric to update http://geodynamics.org/cig/software/aspect/
   . announce on



More information about the CIG-COMMITS mailing list