fedora-accounts export-shell-accounts.sh,1.14,1.15

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Fri Jul 27 19:54:08 UTC 2007


Author: mmcgrath

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

Modified Files:
	export-shell-accounts.sh 
Log Message:
Created new accounts


Index: export-shell-accounts.sh
===================================================================
RCS file: /cvs/fedora/fedora-accounts/export-shell-accounts.sh,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- export-shell-accounts.sh	9 Jul 2007 19:25:18 -0000	1.14
+++ export-shell-accounts.sh	27 Jul 2007 19:54:06 -0000	1.15
@@ -1,23 +1,25 @@
 #!/bin/sh
 
-for I in buildsign build cvs main web fpserv torrent all bastion security people test; do
+for I in buildsign build cvs main web fpserv torrent all bastion security people test dba releng; do
 	mkdir -p /srv/web/accounts/shell-accounts-$I
 done
 ESA=/srv/web/accounts/export-shell-accounts.py
-$ESA /srv/web/accounts/shell-accounts-build sysadmin-build sysadmin-main
-$ESA /srv/web/accounts/shell-accounts-cvs sysadmin-cvs sysadmin-main
-$ESA /srv/web/accounts/shell-accounts-main sysadmin-main
-$ESA /srv/web/accounts/shell-accounts-web sysadmin-web sysadmin-main
-$ESA /srv/web/accounts/shell-accounts-all sysadmin-build sysadmin-cvs sysadmin-main sysadmin-web
+$ESA /srv/web/accounts/shell-accounts-build sysadmin-build sysadmin-main sysadmin-noc
+$ESA /srv/web/accounts/shell-accounts-cvs sysadmin-cvs sysadmin-main sysadmin-noc
+$ESA /srv/web/accounts/shell-accounts-main sysadmin-main sysadmin-noc
+$ESA /srv/web/accounts/shell-accounts-web sysadmin-web sysadmin-main sysadmin-noc
+$ESA /srv/web/accounts/shell-accounts-all sysadmin-build sysadmin-cvs sysadmin-main sysadmin-web sysadmin-noc
 $ESA /srv/web/accounts/shell-accounts-buildsign sysadmin-build sysadmin-main extras_signers epel_signers
 $ESA /srv/web/accounts/shell-accounts-fpserv sysadmin-web sysadmin-main extras_signers
-$ESA /srv/web/accounts/shell-accounts-bastion sysadmin-web sysadmin-main sysadmin-general sysadmin-build sysadmin-cvs
-$ESA /srv/web/accounts/shell-accounts-torrent sysadmin-web sysadmin-main torrentadmin
+$ESA /srv/web/accounts/shell-accounts-bastion sysadmin-web sysadmin-main sysadmin-general sysadmin-build sysadmin-cvs sysadmin-noc sysadmin-releng sysadmin-dba
+$ESA /srv/web/accounts/shell-accounts-torrent sysadmin-web sysadmin-main torrentadmin sysadmin-noc
 $ESA /srv/web/accounts/shell-accounts-security sysadmin-main sysadmin-securit
-$ESA /srv/web/accounts/shell-accounts-test sysadmin-main sysadmin-test
+$ESA /srv/web/accounts/shell-accounts-test sysadmin-main sysadmin-test sysadmin-noc
+$ESA /srv/web/accounts/shell-accounts-dba sysadmin-main sysadmin-dba
+$ESA /srv/web/accounts/shell-accounts-releng sysadmin-main sysadmin-noc
 $ESA /srv/web/accounts/shell-accounts-people 
 
-for I in buildsign build cvs main web fpserv torrent all bastion security people test; do
+for I in buildsign build cvs main web fpserv torrent all bastion security people test dba releng; do
 	pushd /srv/web/accounts/shell-accounts-$I &> /dev/null || exit 1
 		tar -czf /srv/web/accounts/shell-accounts-$I.tar.gz.new .
 	popd &> /dev/null




More information about the scm-commits mailing list