Skip to content

Commit

Permalink
Bug 550223, Update nspr/nss actions in client.py
Browse files Browse the repository at this point in the history
r=bsmedberg
  • Loading branch information
kaie committed Mar 9, 2010
1 parent 0cc367f commit 20deaf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,13 @@ def do_cvs_export(modules, tag, cvsroot, cvs):
if not options.cvsroot:
options.cvsroot = os.environ.get('CVSROOT', CVSROOT_MOZILLA)
do_cvs_export(NSPR_DIRS, tag, options.cvsroot, options.cvs)
print >>file("nsprpub/TAG-INFO", "w"), tag
elif action in ('update_nss'):
tag, = args[1:]
if not options.cvsroot:
options.cvsroot = os.environ.get('CVSROOT', CVSROOT_MOZILLA)
do_cvs_export(NSS_DIRS, tag, options.cvsroot, options.cvs)
print >>file("security/nss/TAG-INFO", "w"), tag
elif action in ('update_libffi'):
tag, = args[1:]
if not options.cvsroot:
Expand Down

0 comments on commit 20deaf6

Please sign in to comment.