2021-02-19 20:55:19 +01:00
|
|
|
Gentoo overlay: GJDWebserver
|
|
|
|
|
2024-05-24 10:01:10 +02:00
|
|
|
This is a personal overlay I use for my computers and my Pine64 PinePhone Pro.
|
|
|
|
|
2024-05-20 21:29:52 +02:00
|
|
|
|
|
|
|
**Binaryhost**
|
2024-05-24 10:01:10 +02:00
|
|
|
|
2024-05-20 21:29:52 +02:00
|
|
|
For the PinePhone Pro I've created a binaryhost: https://distfiles.gjdwebserver.nl/
|
|
|
|
|
|
|
|
More information on this you can find on my blog: https://blog.gjdwebserver.nl/ords/f?p=107:HOME:::::ARTICLE:gjdwebserver-binaryhost-packages
|
2021-08-17 11:56:02 +02:00
|
|
|
|
2021-02-19 20:55:19 +01:00
|
|
|
|
2021-02-19 20:57:51 +01:00
|
|
|
**Setup**
|
2021-02-19 21:00:12 +01:00
|
|
|
|
2021-02-19 20:55:19 +01:00
|
|
|
Add the following content to /etc/portage/repos.conf/gjdwebserver.conf
|
|
|
|
|
2021-02-19 21:00:12 +01:00
|
|
|
```
|
2021-02-19 20:55:19 +01:00
|
|
|
[gjdwebserver]
|
|
|
|
location = /var/db/repos/gjdwebserver
|
|
|
|
sync-type = git
|
2022-01-01 18:04:48 +01:00
|
|
|
sync-uri = https://git.gjdwebserver.nl/gjdwebserver/gjdwebserver-overlay
|
2021-02-19 20:55:19 +01:00
|
|
|
auto-sync = yes
|
2021-02-19 21:00:12 +01:00
|
|
|
```
|
2024-05-20 21:29:52 +02:00
|
|
|
|
|
|
|
Or run eselect repository add gjdwebserver git https://git.gjdwebserver.nl/gjdwebserver/gjdwebserver-overlay.git
|