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 15 - (download) (as text) (annotate)
Tue Nov 30 13:05:36 2010 UTC (13 years, 6 months ago) by dalvarez
File size: 351 byte(s)
V1.1
#!/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
find uoms -name '.project' | xargs rm -Rf
find uoms -name '.cproject' | 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