Rename pack

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@152 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2007-08-08 19:21:44 +00:00
parent 1690f7a284
commit cbf47fa53f
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/bash
DATE=`date +%Y%m%d`
CVSTAG=HEAD
VERSION=1.1.4
PKGNAME=adminutil
export CVSROOT=:pserver:anonymous@cvs.fedora.redhat.com:/cvs/dirsec
cvs -d "$CVSROOT" -z3 export -r$CVSTAG -d $PKGNAME-$VERSION-$DATE adminutil
tar -cjf $PKGNAME-$VERSION-$DATE.tar.bz2 $PKGNAME-$VERSION-$DATE
rm -rf $PKGNAME-$VERSION-$DATE