fedora-accounts export-shell-accounts.py,1.8,1.9

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Fri Jan 4 23:20:11 UTC 2008


Author: mmcgrath

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

Modified Files:
	export-shell-accounts.py 
Log Message:
Added mtn


Index: export-shell-accounts.py
===================================================================
RCS file: /cvs/fedora/fedora-accounts/export-shell-accounts.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- export-shell-accounts.py	21 Dec 2007 21:56:23 -0000	1.8
+++ export-shell-accounts.py	4 Jan 2008 23:20:08 -0000	1.9
@@ -7,7 +7,7 @@
 import website, crypt
 import getopt, re
 
-VALIDSCMS = ['svn', 'hg', 'cvs', 'git', 'bzr']
+VALIDSCMS = ['svn', 'hg', 'cvs', 'git', 'bzr', 'mtn']
 
 opts, args = getopt.getopt(sys.argv[1:], '', ('usage', 'help'))
 if len(args) < 1 or ('--usage','') in opts or ('--help','') in opts:




More information about the fedora-extras-commits mailing list