Rebuild Python packages before building their distro packages.
authorBrett Smith <brett@curoverse.com>
Mon, 27 Jul 2015 14:50:32 +0000 (10:50 -0400)
committerBrett Smith <brett@curoverse.com>
Mon, 27 Jul 2015 14:50:34 +0000 (10:50 -0400)
commitd44585be5835346f21df58aae29fd0c9a3f3d63e
tree1ed970f5a1a23941967f97e55b7685766772adc2
parent310b52541abd4625151df391e1194ec2e7c76448
Rebuild Python packages before building their distro packages.

Without this, built scripts lay around between builds, with shebang
lines for the first distro they were built for.  This can lead to
problems like Debian packages getting shebang lines for Red Hat
systems.  See, e.g.,
<https://ci.curoverse.com/job/deploy-to-staging/1250/console>.
No issue #.
jenkins/run-build-packages.sh