fedora-accounts export-shell-accounts.sh,1.16,1.17

Toshio ãããã (toshio) fedora-extras-commits at redhat.com
Mon Dec 3 23:15:32 UTC 2007


Author: toshio

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

Modified Files:
	export-shell-accounts.sh 
Log Message:
Add sysadmin hosted for the hosted box.



Index: export-shell-accounts.sh
===================================================================
RCS file: /cvs/fedora/fedora-accounts/export-shell-accounts.sh,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- export-shell-accounts.sh	3 Aug 2007 16:15:28 -0000	1.16
+++ export-shell-accounts.sh	3 Dec 2007 23:15:29 -0000	1.17
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-for I in buildsign build cvs main web fpserv torrent all bastion security people test dba releng; do
+for I in buildsign build cvs main web fpserv torrent all bastion security people test dba releng hosted; do
 	mkdir -p /srv/web/accounts/shell-accounts-$I
 done
 ESA=/srv/web/accounts/export-shell-accounts.py
@@ -8,18 +8,19 @@
 $ESA /srv/web/accounts/shell-accounts-cvs sysadmin-cvs sysadmin-main sysadmin-noc
 $ESA /srv/web/accounts/shell-accounts-main sysadmin-main
 $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-all sysadmin-build sysadmin-cvs sysadmin-main sysadmin-web sysadmin-noc sysadmin-hosted
 $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 sysadmin-noc sysadmin-releng sysadmin-dba
+$ESA /srv/web/accounts/shell-accounts-bastion sysadmin-web sysadmin-main sysadmin-general sysadmin-build sysadmin-cvs sysadmin-noc sysadmin-releng sysadmin-dba sysadmin-hosted
 $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 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-releng sysadmin-main sysadmin-noc sysadmin-releng
+$ESA /srv/web/accounts/shell-accounts-hosted sysadmin-hosted 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 dba releng; do
+for I in buildsign build cvs main web fpserv torrent all bastion security people test dba releng hosted; 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