GetValkyrie / valkyrie

Valkyrie is an opinionated local dev stack that makes features/git based Drupal development easy.
http://www.getvalkyrie.com
GNU General Public License v3.0
45 stars 11 forks source link

Cloned site repo has wrong permissions #25

Closed ergonlogic closed 9 years ago

ergonlogic commented 9 years ago

It looks like deploying a site from a git clone results in a directory without sufficient permissions for 'aegir' to properly generate the site's drushrc.php. A basic one will exist, with db creds, etc., so the site will function. However, All the extra meta-data that Aegir normally stores in there will be missing. This results in (so far) failing to allow site backups.

ergonlogic commented 9 years ago

A work-around for this is to run the following from the site dir:

chmod ug+w .
ergonlogic commented 9 years ago

I believe this was fixed in hosting_git. To confirm.

ergonlogic commented 9 years ago

This was indeed fixed upstream.