fedora-accounts export-shell-accounts.sh,1.4,1.5

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Mon Aug 7 02:37:31 UTC 2006


Author: mmcgrath

Update of /cvs/fedora/fedora-accounts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29997

Modified Files:
	export-shell-accounts.sh 
Log Message:
Created an fpserv group for fpserv.  



Index: export-shell-accounts.sh
===================================================================
RCS file: /cvs/fedora/fedora-accounts/export-shell-accounts.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- export-shell-accounts.sh	19 Jun 2006 02:06:42 -0000	1.4
+++ export-shell-accounts.sh	7 Aug 2006 02:37:28 -0000	1.5
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-for I in buildsign build main web all; do
+for I in buildsign build main web fpserv all; do
 	mkdir -p /var/www/html/admin/accounts/shell-accounts-$I
 done
 ESA=/var/www/html/admin/accounts/export-shell-accounts.py
@@ -9,8 +9,9 @@
 $ESA /var/www/html/admin/accounts/shell-accounts-web sysadmin-web sysadmin-main
 $ESA /var/www/html/admin/accounts/shell-accounts-all sysadmin-build sysadmin-main sysadmin-web
 $ESA /var/www/html/admin/accounts/shell-accounts-buildsign sysadmin-build sysadmin-main extras_signers
+$ESA /var/www/html/admin/accounts/shell-accounts-fpserv sysadmin-web sysadmin-main extras_signers
 
-for I in buildsign build main web all; do
+for I in buildsign build main web fpserv all; do
 	pushd /var/www/html/admin/accounts/shell-accounts-$I &> /dev/null || exit 1
 		tar -czf /var/www/html/admin/accounts/shell-accounts-$I.tar.gz.new .
 	popd &> /dev/null




More information about the fedora-extras-commits mailing list