Log In | Get Help   
Home My Page Projects Code Snippets Project Openings UPC Operations Microbenchmarking Suite
Summary Activity Tracker Lists Docs News SCM Files
[uoms] View of /trunk/pack.sh
[uoms] / trunk / pack.sh Repository:
ViewVC logotype

View of /trunk/pack.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (download) (as text) (annotate)
Mon Apr 5 17:12:14 2010 UTC (14 years, 2 months ago) by dalvarez
File size: 266 byte(s)
First release to the general public
#!/bin/bash

OLD_PWD=`pwd`
release=`date +%m%d%y`

cd uoms-doc
make pdf clean
cd ..

cp -Rf uoms /tmp
cd /tmp
find uoms -name '.svn' | xargs rm -Rf
cd uoms/src
make mrproper
cd ../..
tar czvf UOMS-$release.tar.gz uoms 
rm -Rf uoms 
mv UOMS-$release.tar.gz $OLD_PWD/

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge