portage/README.md

39 lines
874 B
Markdown
Raw Normal View History

2021-09-23 09:29:07 +02:00
# xwing-overlay
This is my personal overlay
2021-09-23 09:30:14 +02:00
2021-09-23 09:29:07 +02:00
Stuf I need, stuff I test…
2021-09-23 09:33:31 +02:00
The preferred way to sync this repository is using rsync (either manual or layman install). The rsync version has the advantage to be cleanned from distfiles and specific files not needed by portage, and it comes with portage metadata. Its updated every 30 minutes from git, so its perfectly fine considering my own commit rate.
2021-09-23 09:29:07 +02:00
## Install
### Manually
```
$ cat <<EOF > /etc/portage/repos.conf/xwing.conf
[xwing]
priority = 50
location = /var/db/repos/xwing
sync-type = rsync
sync-uri = rsync://gentoo.xwing.info/xwing-overlay
auto-sync = yes
EOF
```
### With layman
```
$ layman -a xwing
```
### Clone
2021-09-23 09:30:14 +02:00
You can clone the repository, **BUT**:
2021-09-23 09:29:07 +02:00
* it comes with the binary distfiles (LFS) you do not need
* it has no metadata
```
$ git clone https://git.xwing.info/casta/portage.git
```