~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/ftpmaster-tools/initialize-from-parent.py

[r=julian-edwards][bug=789091] Fix InitialiseDistroSeries so that it
        actually initializes a derived series from multiple parents.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
        log.debug('initializing from parent(s), copying publishing records.')
93
93
        ids.initialize()
94
94
    except InitializationError, e:
 
95
        ztm.abort()
95
96
        log.error(e)
96
97
        return 1
97
98