fedora-accounts export-shell-accounts.sh,1.19,1.20

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Tue Jan 8 15:37:22 UTC 2008


Author: mmcgrath

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

Modified Files:
	export-shell-accounts.sh 
Log Message:
Created a tools group


Index: export-shell-accounts.sh
===================================================================
RCS file: /cvs/fedora/fedora-accounts/export-shell-accounts.sh,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- export-shell-accounts.sh	7 Jan 2008 15:50:54 -0000	1.19
+++ export-shell-accounts.sh	8 Jan 2008 15:37:20 -0000	1.20
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-for I in buildsign build cvs main web fpserv torrent all bastion security people test dba releng hosted; do
+for I in buildsign build cvs main web fpserv torrent all bastion security people test dba releng hosted tools; do
 	mkdir -p /srv/web/accounts/shell-accounts-$I
 done
 ESA=/srv/web/accounts/export-shell-accounts.py
@@ -18,9 +18,10 @@
 $ESA /srv/web/accounts/shell-accounts-dba sysadmin-main sysadmin-dba
 $ESA /srv/web/accounts/shell-accounts-releng sysadmin-main sysadmin-noc sysadmin-releng
 $ESA /srv/web/accounts/shell-accounts-hosted sysadmin-hosted sysadmin-main sysadmin-noc svn git hg git bzr mtn
+$ESA /srv/web/accounts/shell-accounts-tools sysadmin-main sysadmin-noc sysadmin-tools
 $ESA /srv/web/accounts/shell-accounts-people 
 
-for I in buildsign build cvs main web fpserv torrent all bastion security people test dba releng hosted; do
+for I in buildsign build cvs main web fpserv torrent all bastion security people test dba releng hosted tools; 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 fedora-extras-commits mailing list