3793: Fix how python3 fpm arguments are added.
authorBrett Smith <brett@curoverse.com>
Thu, 21 May 2015 14:21:45 +0000 (10:21 -0400)
committerBrett Smith <brett@curoverse.com>
Thu, 21 May 2015 14:21:54 +0000 (10:21 -0400)
commit0fbece8ea4acf263da8bc312ba3451c1adb7ea43
treee3eaa3e8400ebec770586d849498d9a5b47954da
parent9fa534460eaa10ac16d1de355e45898517306ec5
3793: Fix how python3 fpm arguments are added.

The previous code would add arguments such that they could be
interpreted as the package version.  Avoid this by adding arguments
after we're done consuming positional arguments.

Refs #3793.
jenkins/run-build-packages.sh