[Assorted-commits] SF.net SVN: assorted: [559] numa-bench/trunk/publish.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-02 16:56:20
|
Revision: 559 http://assorted.svn.sourceforge.net/assorted/?rev=559&view=rev Author: yangzhang Date: 2008-03-02 08:56:25 -0800 (Sun, 02 Mar 2008) Log Message: ----------- newer assorted.bash Modified Paths: -------------- numa-bench/trunk/publish.bash Modified: numa-bench/trunk/publish.bash =================================================================== --- numa-bench/trunk/publish.bash 2008-03-02 16:56:13 UTC (rev 558) +++ numa-bench/trunk/publish.bash 2008-03-02 16:56:25 UTC (rev 559) @@ -1,7 +1,10 @@ #!/usr/bin/env bash -project=numa-bench -clean=false +fullname='NUMA Micro-Benchmarks Suite' +version=0.1 +license=gpl3 websrcs=( README doc/analysis.txt ) webfiles=( graphs:tools/graphs/*.pdf ) +rels=( src-tgz: ) +nodl=true . assorted.bash "$@" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |