contributing: update notice about failing sync

This commit is contained in:
Maciej Barć 2020-10-04 18:30:20 +02:00
parent 494142bb52
commit 2cb5dfd603
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Contributing
# Contributing
## How to contribute
@ -89,7 +89,11 @@ sync-type = git
sync-uri = git@gitlab.com:src_prepare/src_prepare-overlay.git
sync-user = <your_user_developer>:portage
```
If you dont have write access to the cloned branch yet use "sync-uri = https://gitlab.com/src_prepare/src_prepare-overlay.git" instead.
If you don't have write access to the cloned branch yet use "sync-uri = https://gitlab.com/src_prepare/src_prepare-overlay.git" instead.
If you lock your SSH key with a password autosyncing may fail.
To evade that use "auto-sync = no" and pull the changes manually (or using a different tool other than 'emerge --sync' or 'eix-sync').
Either way, remember that if you pull with a user different than <your_user_developer> the sync will fail (because that user likely won't have the SSH keys).
### Sync the overlay
As root