[Launchpad-reviewers] [Merge] lp:~cjwatson/launchpad/prune-snap-files into lp:launchpad

2018-05-01 Thread noreply
The proposal to merge lp:~cjwatson/launchpad/prune-snap-files into lp:launchpad has been updated. Status: Needs review => Merged For more details, see: https://code.launchpad.net/~cjwatson/launchpad/prune-snap-files/+merge/344825 -- Your team Launchpad code reviewers is subscribed to

Re: [Launchpad-reviewers] [Merge] lp:~cjwatson/launchpad/prune-snap-files into lp:launchpad

2018-05-01 Thread Colin Watson
Diff comments: > === modified file 'lib/lp/scripts/garbo.py' > --- lib/lp/scripts/garbo.py 2018-04-04 13:51:16 + > +++ lib/lp/scripts/garbo.py 2018-04-30 10:45:14 + > @@ -1564,6 +1567,32 @@ > """ > > > +class SnapFilePruner(BulkPruner): > +"""Prune old `SnapFile`s

Re: [Launchpad-reviewers] [Merge] lp:~cjwatson/launchpad/prune-snap-files into lp:launchpad

2018-05-01 Thread William Grant
Review: Approve code Diff comments: > === modified file 'lib/lp/scripts/garbo.py' > --- lib/lp/scripts/garbo.py 2018-04-04 13:51:16 + > +++ lib/lp/scripts/garbo.py 2018-04-30 10:45:14 + > @@ -1564,6 +1567,32 @@ > """ > > > +class SnapFilePruner(BulkPruner): > +

[Launchpad-reviewers] [Merge] lp:~cjwatson/launchpad/prune-snap-files into lp:launchpad

2018-04-30 Thread Colin Watson
Colin Watson has proposed merging lp:~cjwatson/launchpad/prune-snap-files into lp:launchpad. Commit message: Prune old SnapFiles that have been uploaded to the store. Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: