← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/launchpad/move-ppa-report into lp:launchpad

 

Colin Watson has proposed merging lp:~cjwatson/launchpad/move-ppa-report into lp:launchpad.

Commit message:
Move ppa-report.py out of scripts/ftpmaster-tools/, where it never belonged.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/move-ppa-report/+merge/171191

ppa-report.py never belonged in scripts/ftpmaster-tools/:

 * At least some of its functions require running on the PPA host, not on ftpmaster;
 * If it's used at all, it's by webops or similar, not by Ubuntu archive/buildd admins, unlike the other ftpmaster-tools;
 * It's no more ftpmaster-specific than, say, process-upload.py;
 * scripts/ftpmaster-tools/ is essentially a to-do list of scripts to reimplement over the Launchpad API or otherwise.

This branch just moves it up a level to a more sensible place.
-- 
https://code.launchpad.net/~cjwatson/launchpad/move-ppa-report/+merge/171191
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/move-ppa-report into lp:launchpad.
=== renamed file 'scripts/ftpmaster-tools/ppa-report.py' => 'scripts/ppa-report.py'