Control: tag -1 confirmed On Tue, Sep 03, 2019 at 09:49:51PM +0100, Samuel Henrique wrote: > Capistrano is a widely used tool for deployments, one of the steps > of a deployment is to remove the old releases, this consists in removing > the last Nth releases' folders. > > Recently a bug has been found when one had too many releases, as they > are removed with the "rm" command, having too many arguments on the > command triggers the "argument list too long" error. > > The fix[0] is a small change that splices the arguments in bulks of 100. > Note that the commit is also changing more things, but they're an extra > test and a changelog entry, thus I decided it would be better to add the > whole commit to the package. > Looks ok, go ahead. It would have been helpful to note that and when this was fixed in sid, since there's no corresponding debian bug.
Cheers, Julien