mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +00:00
A few comments scraped from config.yml's CentOS job
This commit is contained in:
parent
4f4ff3ff3c
commit
273e4ca226
@ -18,7 +18,12 @@ shift
|
|||||||
PROJECT_ROOT="$1"
|
PROJECT_ROOT="$1"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
|
# Avoid the /nonexistent home directory in nobody's /etc/passwd entry.
|
||||||
usermod --home /tmp/nobody nobody
|
usermod --home /tmp/nobody nobody
|
||||||
|
|
||||||
|
# Grant read access to nobody, the user which will eventually try to test this
|
||||||
|
# checkout.
|
||||||
chown --recursive nobody:nogroup "${PROJECT_ROOT}"
|
chown --recursive nobody:nogroup "${PROJECT_ROOT}"
|
||||||
|
|
||||||
sudo --set-home -u nobody "${PROJECT_ROOT}"/.circleci/create-virtualenv.sh "${WHEELHOUSE_PATH}" "${BOOTSTRAP_VENV}"
|
sudo --set-home -u nobody "${PROJECT_ROOT}"/.circleci/create-virtualenv.sh "${WHEELHOUSE_PATH}" "${BOOTSTRAP_VENV}"
|
||||||
sudo --set-home -u nobody "${PROJECT_ROOT}"/.circleci/populate-wheelhouse.sh "${WHEELHOUSE_PATH}" "${BOOTSTRAP_VENV}" "${PROJECT_ROOT}"
|
sudo --set-home -u nobody "${PROJECT_ROOT}"/.circleci/populate-wheelhouse.sh "${WHEELHOUSE_PATH}" "${BOOTSTRAP_VENV}" "${PROJECT_ROOT}"
|
||||||
|
Loading…
Reference in New Issue
Block a user