summaryrefslogtreecommitdiffstats
path: root/bin/build-snapshot
AgeCommit message (Collapse)AuthorFilesLines
2014-01-25"build-snapshot" -> "build-snapshots"Holger Weiss1-114/+0
The script can build the snapshots for multiple branches in one go (and does that by default).
2014-01-18bin/build-*: Replace "nagios-plugins"Holger Weiss1-3/+3
Replace "nagios-plugins" with "monitoring-plugins" in our build scripts.
2013-10-28build-snapshot: Don't remove current snapshotsHolger Weiss1-1/+1
Fix a bug that resulted in the deletion of current snapshots: While comparing the snapshot tarball filenames with the list of symbolic link targets, we failed to strip the directory components from the snapshot pathname.
2013-10-08build-snapshot: Don't forget to checkout branchHolger Weiss1-2/+6
Fix the issue that the build-snapshot script failed to checkout existing branches.
2013-10-08build-snapshot: Remove only unreferenced old filesHolger Weiss1-2/+24
Make sure that no symlink points to an old snapshot before cleaning it up. Also, don't check for dangling symlinks, as they should not occur anymore.
2013-10-03build-snapshot: Fix building non-"master" branchesHolger Weiss1-3/+5
Fix the problem that build-snapshot failed to checkout remote branches.
2013-10-03build-snapshot: Don't rebuild existing snapshotsHolger Weiss1-4/+7
Build snapshot only once if multiple branches point(ed) to the same commit.
2013-09-29Import Nagios Plugins siteHolger Weiss1-0/+83
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.