Skip to content

Commit 6fcce02

Browse files
committed
Add example how to use the daily build repository
Signed-off-by: nook24 <[email protected]>
1 parent 01fe3eb commit 6fcce02

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/download.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ CI suite build status: <a href="https://github.com/naemon/naemon/actions"><img s
137137
### openSuse Build Service
138138
There are daily builds available for recent platforms at the [obs home:naemon:daily project](https://build.opensuse.org/project/show/home:naemon:daily)
139139

140+
To enable a daily build repository, you need to replace `/home:/naemon/` with `/home:/naemon:/daily/` in the repository URL.
141+
142+
#### Daily Ubuntu
143+
```bash
144+
curl -s -o /etc/apt/trusted.gpg.d/naemon.asc "https://build.opensuse.org/projects/home:naemon/signing_keys/download?kind=gpg"
145+
echo "deb [signed-by=/etc/apt/trusted.gpg.d/naemon.asc] http://download.opensuse.org/repositories/home:/naemon:/daily/xUbuntu_$(lsb_release -rs)/ ./" >> /etc/apt/sources.list.d/naemon-daily.list
146+
```
147+
140148
### Binary packages
141149
We build nightly packages for several versions of CentOS/RedHat, Debian, SLES, and Ubuntu. First [install the ConSol testing repository](http://labs.consol.de/repo/testing/), and then install the `naemon` package with your package manager.
142150

0 commit comments

Comments
 (0)