Ignore:
Timestamp:
Dec 7, 2010 12:50:48 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
9556f2a
Parents:
c179764 (diff), 1660f7c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of tardis.deterlab.net:/var/local/git/fedd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_create.py

    rc179764 r2453416  
    153153(opts, args) = parser.parse_args()
    154154
     155svcs = []
    155156# Option processing
    156157cert, fid, url = wrangle_standard_options(opts)
     
    199200
    200201# Fill in services
    201 svcs = []
    202202if opts.master and opts.project:
    203203    svcs.append(project_export_service(opts.master, opts.project))
Note: See TracChangeset for help on using the changeset viewer.