lp:~costamagnagianfranco/merge-o-matic/merge-o-matic

Created by Gianfranco Costamagna and last modified
Get this branch:
bzr branch lp:~costamagnagianfranco/merge-o-matic/merge-o-matic
Only Gianfranco Costamagna can upload to this branch. If you are Gianfranco Costamagna please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Gianfranco Costamagna
Project:
Merge-o-Matic
Status:
Development

Recent revisions

383. By Gianfranco Costamagna

Move M-o-M to python3

382. By Colin Watson

Fix subprocess error handling.

The old util.shell.run raised either ValueError or OSError if the
subprocess failed, but subprocess.check_call raises
subprocess.CalledProcessError.

381. By Colin Watson

produce-merges.py: Copy multiple orig component tarballs.

380. By Colin Watson

produce-merges.py: Optimize common case where LHS is unchanged from base.

This also avoids source package build errors due to unnecessary changes
introduced by PO/POT file merging where the base and LHS are identical
and so we can just take the RHS.

379. By Colin Watson

produce-merges.py: Make report text slightly more generic.

378. By Colin Watson

Remove unused deb.source.

377. By Colin Watson

produce-merges.py: Copy orig tarballs other than .gz.

376. By Colin Watson

Decide whether to update Sources based on its ctime, not its mtime.

Renaming it into place atomically means that the mtime of Sources ends
up slightly older than that of the containing directory, and we need to
check the containing directory in case of added or removed files.
Comparing against the ctime of Sources instead of its mtime seems best.

375. By Colin Watson

Silence some noisy output.

util.shell.run defaulted unspecified stdin/stdout/stderr to /dev/null.
subprocess.call and friends don't.

374. By Colin Watson

Remove unused util.tree.movetree.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:merge-o-matic
This branch contains Public information 
Everyone can see this information.