Age | Commit message (Collapse) | Author | Files | Lines |
|
Put the code for creating the test instance into a separate hook file in
order to make the other files less convoluted.
|
|
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this
repository.
|
|
... just to be on the safe side.
|
|
If multiple snapshot branches were updates, build snapshots from _all_
of them.
|
|
Use better variables names.
|
|
Before:
-S Enable compatibility with SourceForge's gitweb URLs
After:
-G Don't append .git extension to repository names in gitweb URLs
The new option behaves like the old one, this change should just clarify
that this is not specific to SourceForge.
|
|
Add links to our repository web interface to the commit notifications.
|
|
We use cgit, not Gitweb.
TODO: Make this configurable.
|
|
Fix a bug that will only be triggered if the output of whoami(1) is
empty.
|
|
Our Git hooks modify files in the home directory of the "plugins" user.
|
|
Send emails from Git Repository <git@nagios-plugins.org>. We should
turn this into a proper command line option.
|
|
GitHub uses the refs/pull namespace for pull requests.
|
|
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts,
and configuration files.
|