Package build directories get same owner as $WORKSPACE.
authorBrett Smith <brett@curoverse.com>
Wed, 15 Jun 2016 16:58:31 +0000 (12:58 -0400)
committerBrett Smith <brett@curoverse.com>
Wed, 15 Jun 2016 16:58:31 +0000 (12:58 -0400)
commitaca461985963f60c185a02c53377d75eebf26266
treeb5939ad93ab0ce1a3b197f902ae88ccfedc359ff
parente47a01ee19ee44b8004bab7ed7eec5bbf72f175e
Package build directories get same owner as $WORKSPACE.

Since this script runs as root inside the Docker container, the
directory created on the previous line is normally owned by root too.
This causes trouble when the package tests run later and try to create
repository information inside the directory.  See, e.g.,
<https://ci.curoverse.com/job/build-packages-sso/23/consoleFull> for a
build that failed because of this.

No issue #.
build/run-build-packages.sh