add fedora admin

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@209 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2007-10-07 19:48:22 +00:00
parent bd270aa231
commit 5955559170
8 changed files with 192 additions and 0 deletions

View File

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