2019-05-08 15:00:57 +03:00
|
|
|
# Millerson Gentoo Overlay
|
2019-05-08 14:42:42 +03:00
|
|
|
|
2019-05-08 15:00:21 +03:00
|
|
|
Using repository with newer portage
|
|
|
|
A package manager with git repository support can be used for sync. Portage version 2.2.16 and later supports git sync.
|
|
|
|
|
2019-05-08 15:04:37 +03:00
|
|
|
The *repos.conf* entry for repository sync may look like the following:
|
2019-05-08 15:00:21 +03:00
|
|
|
|
2019-05-08 15:01:58 +03:00
|
|
|
```ini
|
2019-05-08 15:00:21 +03:00
|
|
|
[millerson-overlay]
|
|
|
|
location = /usr/local/portage/millerson-overlay
|
|
|
|
sync-type = git
|
|
|
|
sync-uri = https://git.millerson.name/millerson.name/gentoo-overlay.git
|
|
|
|
auto-sync = true
|
|
|
|
clone-depth = 1
|
|
|
|
```
|
|
|
|
|
|
|
|
Please note that if you use existing repository location, you need to remove the existing repository first.
|