Skip to content

Conversation

@wishdev
Copy link

@wishdev wishdev commented Oct 19, 2017

I ran into an issue today where I was getting the following error

Repository is at /var/git/meta-repo is read-only. Cannot update.

I traced the issue back to the fact that my /var/git/meta-repo folder was symlinked to another folder. Therefore when ego tried to change the owner to portage it only changed the owner of the symlink. That left the folder owned by root and therefore not writeable to portage.

This change simply checks to see if /var/git/meta-repo is symlinked and uses the actual folder for all operations. This cleared up my error immediate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant