← Back to team overview

dailydebs-team team mailing list archive

Command support in bzr-builder

 

Hi,

I just implemented command support in bzr-builder that a couple of
people requested.

This allows you to run arbitrary commands to prepare the branch for
turning in to a source package (e.g. autotools).

Use the "run" instruction

  run some command with arguemnts

will run "some command with arguments" at that point. You will also
have to use format "0.2".

Yes, it's arbitrary code execution, but that already happens with
"debian/rules clean" anyway, so it's not a much bigger exposure.

Thanks,

James