Revert 11339c91. Don't use virtualenv to build packages.
authorBrett Smith <brettcsmith@brettcsmith.org>
Mon, 9 Feb 2015 22:38:02 +0000 (17:38 -0500)
committerBrett Smith <brettcsmith@brettcsmith.org>
Mon, 9 Feb 2015 22:38:22 +0000 (17:38 -0500)
commitf3e822f9fe498c6c9ef5fc0602b98695349e6e5e
tree9ff8e0e0821a7bd0896c220f47ad89da12f6deff
parent11339c91b5e7efdc214897856b103d0c532df45e
Revert 11339c91. Don't use virtualenv to build packages.

fpm and virtualenv don't play nicely together.  Under virtualenv, fpm
ends up building Python packages that include the files under their
virtualenv paths.  This is not what we want.  Refs #5175.
jenkins/run-build-packages.sh