[mlpack-svn] [MLPACK] #96: Generate source tarball artifact

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Wed Mar 21 23:25:44 EDT 2012


#96: Generate source tarball artifact
---------------------------+------------------------------------------------
  Reporter:  speet3        |        Owner:  speet3      
      Type:  enhancement   |       Status:  new         
  Priority:  major         |    Milestone:  mlpack 1.0.2
 Component:  build system  |   Resolution:              
  Keywords:                |     Blocking:  95          
Blocked By:                |  
---------------------------+------------------------------------------------
Changes (by rcurtin):

  * milestone:  mlpack 1.0.0 => mlpack 1.0.2


Comment:

 This can be done fairly easily as a post-commit hook:

  - If the tags/ directory is updated, we need to update the source.
  - Find the name of the tarball we need to make, from the name of the
 modified tag directory.
  - Get the tarball with a simple 'svn export
 http://svn.cc.gatech.edu/fastlab/tags/$RELEASE'.
  - Push the tarball to www.mlpack.org/files/ (we can set up SSH keys to do
 this automagically)

 If you can write the script to get steps 1 through 3 done, I'll get the
 commit hook in place and get the SSH keys set up.  I'm also retargeting
 this because it's not blocking the 1.0.0 release, which already
 happened...

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/96#comment:1>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed by the FASTLAB at Georgia Tech under Dr. Alex Gray.


More information about the mlpack-svn mailing list