cloudfoundry-attic / warden-test-infrastructure

Travis-like scripts to startup vagrant VMs are run wardenized CI builds in them
3 stars 8 forks source link

Running ./create_vagrant_box.sh fails on write permission #4

Closed cf-commercial closed 10 years ago

cf-commercial commented 10 years ago

Verified by @dliebreich, who reported that he saw the same problem independently.

During the vagrant box creation, the git clone command fails. This failure is because the git clone is run as a regular user and the directory is owned by root. Pull request forthcoming.

@ryantang & @cunnie