blob: 0b3dc75d3b4ca3f4752d5df095694c5bca66ebdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Arch Linux package for the Nagios Server NRPE plugin (installed on the
monitoring machine).
To updated version:
- Check http://sourceforge.net/projects/nagios/files/
http://sourceforge.net/projects/nagios/files/nrpe-2.x/
for new version.
- Update PKGBUILD pkgver
- Run `makepkg -g` and copy MD5 sum to PKGBUILD
- Run `makepkg`
- Run `mksrcinfo`
- `git commit`
- `git release`, which does:
$ mksrcinfo
$ git tag-release
$ git push origin --tags # github
$ git push aur # aur4
|