summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Collapse)AuthorFilesLines
2013-10-06Move test site hooks into separate fileHolger Weiss3-55/+64
Put the code for creating the test instance into a separate hook file in order to make the other files less convoluted.
2013-10-04Add test instance of the web siteHolger Weiss2-13/+55
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this repository.
2013-10-04Set PATH for all individual Git hook snippetsHolger Weiss5-1/+10
... just to be on the safe side.
2013-10-0402-build-snapshots: Handle multiple branch updatesHolger Weiss1-1/+1
If multiple snapshot branches were updates, build snapshots from _all_ of them.
2013-10-0402-build-snapshots: Cosmetic changesHolger Weiss1-4/+4
Use better variables names.
2013-10-03git-notify: Replace "-S" with "-G"Holger Weiss2-5/+6
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.
2013-10-03Add cgit URLs to commit notificationsHolger Weiss1-1/+2
Add links to our repository web interface to the commit notifications.
2013-10-03git-notify: Replace Gitweb URLs with cgit URLsHolger Weiss1-6/+6
We use cgit, not Gitweb. TODO: Make this configurable.
2013-10-03plugins-hook: Fix non-issueHolger Weiss1-1/+1
Fix a bug that will only be triggered if the output of whoami(1) is empty.
2013-10-02Run Git hooks as "plugins" userHolger Weiss1-1/+3
Our Git hooks modify files in the home directory of the "plugins" user.
2013-09-29git-notify: Use another From: addressHolger Weiss1-1/+6
Send emails from Git Repository <git@nagios-plugins.org>. We should turn this into a proper command line option.
2013-09-29git-notify: Ignore GitHub pull requestsHolger Weiss1-2/+2
GitHub uses the refs/pull namespace for pull requests.
2013-09-29Import Nagios Plugins siteHolger Weiss7-0/+870
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.