fedora-accounts export-shell-accounts.sh,1.10,1.11

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Wed Jun 27 21:18:46 UTC 2007


Author: mmcgrath

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

Modified Files:
	export-shell-accounts.sh 
Log Message:
Added test group




Index: export-shell-accounts.sh
===================================================================
RCS file: /cvs/fedora/fedora-accounts/export-shell-accounts.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- export-shell-accounts.sh	22 Jun 2007 14:11:00 -0000	1.10
+++ export-shell-accounts.sh	27 Jun 2007 21:18:43 -0000	1.11
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-for I in buildsign build cvs main web fpserv torrent all bastion security; do
+for I in buildsign build cvs main web fpserv torrent all bastion security test; do
 	mkdir -p /var/www/html/admin/accounts/shell-accounts-$I
 done
 ESA=/var/www/html/admin/accounts/export-shell-accounts.py
@@ -14,8 +14,9 @@
 $ESA /var/www/html/admin/accounts/shell-accounts-bastion sysadmin-web sysadmin-main sysadmin-general sysadmin-build sysadmin-cvs
 $ESA /var/www/html/admin/accounts/shell-accounts-torrent sysadmin-web sysadmin-main torrentadmin
 $ESA /var/www/html/admin/accounts/shell-accounts-security sysadmin-main sysadmin-security
+$ESA /var/www/html/admin/accounts/shell-accounts-test sysadmin-main sysadmin-test
 
-for I in buildsign build cvs main web fpserv torrent all bastion security; do
+for I in buildsign build cvs main web fpserv torrent all bastion security test; 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