This is no longer used.

This commit is contained in:
Jean-Paul Calderone 2019-04-04 17:03:28 -04:00
parent bb491df969
commit ae4c8c6be1

View File

@ -1,14 +0,0 @@
#!/bin/bash -e
PROJECT=$1
shift
# Avoid the /nonexistent home directory in nobody's /etc/passwd entry.
usermod --home /tmp/nobody nobody
# Grant read access to nobody, the user which will eventually try to test this
# checkout.
mv "${PROJECT}" /tmp/project
# Python build/install toolchain wants to write to the source checkout, too.
chown --recursive nobody:nogroup /tmp/project