Commit graph

161 commits

Author SHA1 Message Date
Holger Weiss
e2ba9ba91f git-notify: Make the state file group writable
For shared repositories, the state file used by git-notify should
usually be group writable, so we now set the umask to 0002 by default.
This can be adjusted by setting the "notify.umask" configuration key or
by using the "-U" option on the command line.
2009-10-26 02:41:51 +01:00
Holger Weiss
90ab3e6042 git-notify: Remove an empty subroutine
The gitweb_url() subroutine was an unused and empty hangover.
2009-10-26 02:41:51 +01:00
Holger Weiss
4b58160b8c git-update-mirror: Remove a useless sed(1) call
The sed(1) command in question was a hangover which had no effect
anymore.
2009-10-25 19:47:44 +01:00
Holger Weiss
61f2cebae3 git-notify: Check the exit status of pipes
Properly check the exit status of all processes we execute and abort on
error.
2009-10-24 22:55:44 +02:00
Holger Weiss
85512d7f11 git-notify: Handle non-UTF-8 commits
Make sure that commit messages which use an encoding other than US-ASCII
or UTF-8 are handled correctly.  Also, assume that the diff contents use
the same encoding as the commit message.  This assumption may well be
wrong, but that's the best we can do.
2009-10-24 22:55:44 +02:00
Holger Weiss
af5e252846 git-notify: Don't generate duplicate notifications
Never notify on a given commit more than once, even if it's referenced
via multiple branch heads.  We make sure this won't happen simply by
maintaining a list of commits we notified about.  The file path used for
saving this list can be specified using the new "-t" option.  (The
contrib/hooks/post-receive-email script distributed with Git tries hard
to avoid such a list, but it doesn't get the necessary magic right.)
2009-10-24 22:55:44 +02:00
Holger Weiss
a6b3296897 git-nofity: Try to shorten Gitweb URLs
Instead of using the full SHA1 values of commit object names within
Gitweb URLs, try to abbreviate them to a shorter unique name.
2009-10-24 22:55:44 +02:00
Holger Weiss
aa5dfec917 git-notify: Move the Gitweb URL to the bottom
In commit notifications, specify the Gitweb URL (if any) at the bottom
of the ASCII "table" which summarizes the commit.  That looks better.
2009-10-24 22:55:43 +02:00
Holger Weiss
15920fb433 git-notify: Truncate summary after 50 characters
If the first line of a commit message is longer than 50 characters,
truncate it before adding the resulting string to the subject line of a
notification.  This makes sure the subject line won't get too long
(unless the commit author name is unusually long, which we don't check).
The Git User's Manual recommends keeping the first line of a commit
message shorter than that, anyway:

| Though not required, it's a good idea to begin the commit message with
| a single short (less than 50 character) line summarizing the change,
| followed by a blank line and then a more thorough description.  Tools
| that turn commits into email, for example, use the first line on the
| Subject line and the rest of the commit in the body.

[ http://www.kernel.org/pub/software/scm/git/docs/user-manual.html ]
2009-10-24 22:53:55 +02:00
Holger Weiss
a5fa304ce3 git-notify: Send notifications on ref changes, too
Do not only generate notifications on commits, but also if a branch head
or lightweight tag was created, removed, or modified.  Notifications on
branch head updates are omitted if one or more commit notification have
been generated and the branch head now references a descendant of the
originally referenced commit (which should be the usual case).
2009-10-24 11:44:33 +02:00
Holger Weiss
709d238041 git-notify: Call git-rev-list(1) via a subroutine
Add a subroutine which abstracts away executing git-rev-list(1) and
checking the result in order to avoid code duplication.
2009-10-24 11:44:29 +02:00
Holger Weiss
e31d34fc90 git-notify: Mention the committer where applicable
If the committer is not the author of the commit, mention the committer
in addition to the author.
2009-10-24 11:44:25 +02:00
Holger Weiss
56c46014d0 git-notify: New subroutine for column alignment
Most notifications include an ASCII "table" with two columns.  The
formatting of these columns is now handled by the new format_table()
subroutine, so that the alignment can easily be changed in the future.
2009-10-24 11:44:21 +02:00
Holger Weiss
db63fbfa03 git-notify: Ignore "empty" commits
Omit notifications regarding commits which don't change the tree
whatsoever.
2009-10-24 11:44:16 +02:00
Holger Weiss
5445b9769f git-notify: Remove unused tag notification code
The code which handles notifications regarding tags was unused, as only
objects listed by git-rev-list(1) are considered, and git-rev-list(1)
never spits out the sha1 of a tag object.
2009-10-24 11:44:10 +02:00
Holger Weiss
51771dc540 git-notify: Save author without trailing space
Adjust the regular expression which catches the commit author name so
that it doesn't include the space character which follows that name.
2009-10-24 11:44:00 +02:00
Holger Weiss
7f1844835d Import git-update-mirror and git-notify
Import the (self-written) git-update-mirror script, which updates clones
of Git repositories and then calls git-notify (in just the same way as a
post-receive hook would be called by Git).  The git-notify script is
imported from git://source.winehq.org/git/tools.git (commit: 03d66f34)
and generates notifications on repository changes.  We'll use these
scripts for generating our commit e-mails.
2009-10-24 11:42:52 +02:00
Thomas Guyot-Sionnest
c3150e6708 Change default for SFSNAP_DEST 2009-09-26 18:04:34 -04:00
Thomas Guyot-Sionnest
415d5f5bbe Correcting name and email address 2009-09-26 15:46:11 -04:00
Thomas Guyot-Sionnest
5b801b81a9 Enhancements to tools/sfsnapshotgit 2009-09-26 15:18:01 -04:00
nagiosplugins
9b550c5a96 Add sfsnapshotgit 2009-09-25 09:34:37 +00:00
Thomas Guyot-Sionnest
d5ea0d19fa Fix logging of STDERR in tinderbox tests phase 2009-03-18 03:34:39 -04:00
Thomas Guyot-Sionnest
1f12b2329d Build extra-opts in tinderbox so they can be tested 2009-01-19 00:11:59 -05:00
Thomas Guyot-Sionnest
3169745fa2 git2svn: Use --add-author-from with "git set-tree" 2009-01-06 00:49:16 -05:00
Thomas Guyot-Sionnest
c74e49f365 tinderbox_build: Add --enable-libtap configure option 2009-01-06 00:39:57 -05:00
Thomas Guyot-Sionnest
1c62d78750 tinderbox_build: Clarify comment 2009-01-06 00:39:18 -05:00
Ton Voon
d2f56c4e86 Updated to latest due to SF policy changes 2008-12-02 17:24:33 +00:00
Thomas Guyot-Sionnest
538b97cea6 Revert inclusion of libtap into nagiosplugins
(except for the NEWS file)

This reverts the following commits (latest first): f3e0909, 9f16b54, be8df51, f31cd40, 5270c7d, a25083f, f1bfe40, c503d85 and 6c476db
2008-11-28 03:22:39 -05:00
Thomas Guyot-Sionnest
d40abb2504 tinderbox: Don't alter SunOS path if we're building off a repository tree
SunOS make will work only out of snapshots and releases.
2008-11-27 06:27:47 -05:00
Thomas Guyot-Sionnest
bd7a70eef1 tools/distclean: No need to bailout on distclean failures 2008-11-24 02:08:39 -05:00
Thomas Guyot-Sionnest
b505870842 Revert "tinderbox: Comment out additional PATH conponent added for SunOS builds"
This reverts commit 088452683c.
2008-11-24 01:45:17 -05:00
Thomas Guyot-Sionnest
088452683c tinderbox: Comment out additional PATH conponent added for SunOS builds 2008-11-23 17:52:09 -05:00
Thomas Guyot-Sionnest
6fbd14fea5 Removing CVS/SVN tags and replacing with git-based versioning
For contrib/, full tags have been imported from subversion


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c
2008-11-23 05:38:47 +00:00
Ton Voon
e77ddaf6db Helper script to upload tarballs to SF and create md5sum
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2081 f882894a-f735-0410-b71e-b25c423dba1c
2008-11-14 20:38:26 +00:00
Ton Voon
c4c897ea96 Fix for tar on Solaris
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2074 f882894a-f735-0410-b71e-b25c423dba1c
2008-11-08 01:03:39 +00:00
Ton Voon
ab4deccff3 Updated tinderbox server
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2060 f882894a-f735-0410-b71e-b25c423dba1c
2008-10-21 09:11:48 +00:00
Ton Voon
6a8240dd78 Fix regexp of version number of snapshot
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2041 f882894a-f735-0410-b71e-b25c423dba1c
2008-08-21 15:15:54 +00:00
Ton Voon
5270c7d960 Renamed altered tap file to nagios-plugins
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2039 f882894a-f735-0410-b71e-b25c423dba1c
2008-08-21 15:12:11 +00:00
Thomas Guyot-Sionnest
01969557b7 Set -D_FORTIFY_SOURCE=2, and added a comment with link to explaination of this flag.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2028 f882894a-f735-0410-b71e-b25c423dba1c
2008-08-05 11:14:40 +00:00
Thomas Guyot-Sionnest
9b94f99b2c Add -D_FORTIFY_SOURCE
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2024 f882894a-f735-0410-b71e-b25c423dba1c
2008-07-10 10:03:49 +00:00
Ton Voon
a25083faf9 Removed libtap configuration for the moment, as tinderbox builds
are breaking


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2020 f882894a-f735-0410-b71e-b25c423dba1c
2008-07-08 10:09:11 +00:00
Ton Voon
f5e7e7eb40 Fixed bug in tools/setup if docbook was run
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2015 f882894a-f735-0410-b71e-b25c423dba1c
2008-06-30 14:32:53 +00:00
Ton Voon
6c476db6dc Adding libtap into distribution to help run C based tests
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2013 f882894a-f735-0410-b71e-b25c423dba1c
2008-06-26 22:00:08 +00:00
Ton Voon
f00e6a9676 Fix where PERL5LIB is blank
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1936 f882894a-f735-0410-b71e-b25c423dba1c
2008-02-28 12:54:49 +00:00
Thomas Guyot-Sionnest
34fdd021f9 make test-debug generate lots of false errors in tinderbox. Turning off until we find a solution (so al least we can watch the tinderbox for breakages again)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1904 f882894a-f735-0410-b71e-b25c423dba1c
2008-01-09 04:27:52 +00:00
Ton Voon
151531173b Run tinderbox builds in a test debug mode using "make test-debug"
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1866 f882894a-f735-0410-b71e-b25c423dba1c
2007-12-12 01:27:48 +00:00
Thomas Guyot-Sionnest
1ac40064c5 Adding test for base64 lib
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1818 f882894a-f735-0410-b71e-b25c423dba1c
2007-11-09 22:01:33 +00:00
Ton Voon
cf0dee616a Automatically update website with --help output. Cosmetic
fixes for some help output


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1810 f882894a-f735-0410-b71e-b25c423dba1c
2007-10-25 20:43:04 +00:00
Holger Weiss
e91e92e163 Remove "-Wtraditional" from our development GCC flags. We use ANSI C.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1778 f882894a-f735-0410-b71e-b25c423dba1c
2007-09-15 11:34:48 +00:00
Ton Voon
0708e6fa81 Adding in optional Nagios::Plugin perl module (and
dependencies) compilation and installation


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1777 f882894a-f735-0410-b71e-b25c423dba1c
2007-09-13 11:36:57 +00:00
Holger Weiss
ff8bf04d3a If the TMPDIR environment variable is set, use that instead of "/tmp" as
the installation directory.


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1767 f882894a-f735-0410-b71e-b25c423dba1c
2007-07-27 15:49:01 +00:00
Ton Voon
ff50baf6de Updated to use svn instead of cvs
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1760 f882894a-f735-0410-b71e-b25c423dba1c
2007-07-24 00:35:16 +00:00
Thomas Guyot-Sionnest
26a7d1c1bc Making Solaris happy
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1705 f882894a-f735-0410-b71e-b25c423dba1c
2007-05-02 10:11:58 +00:00
Ton Voon
b9b27ab255 Test installs into temporary directories
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1701 f882894a-f735-0410-b71e-b25c423dba1c
2007-04-25 22:21:35 +00:00
Ton Voon
fe856aa957 Sync with gnulib - lots of extraneous code removed in preference to GNU code
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1580 f882894a-f735-0410-b71e-b25c423dba1c
2007-01-24 22:47:25 +00:00
Thomas Guyot-Sionnest
d2a434d4db Adding my distclean script
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1558 f882894a-f735-0410-b71e-b25c423dba1c
2007-01-04 11:18:41 +00:00
Ton Voon
4c50478efc Interpret the snapshot datestamp as GMT
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1465 f882894a-f735-0410-b71e-b25c423dba1c
2006-08-03 08:14:09 +00:00
Ton Voon
4240aba33f Add instructions for manually sending Tinderbox build logs
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1442 f882894a-f735-0410-b71e-b25c423dba1c
2006-07-05 08:55:49 +00:00
Ton Voon
b2363e2914 Fixed two build problems re: libtool and pst3
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1415 f882894a-f735-0410-b71e-b25c423dba1c
2006-06-07 07:18:12 +00:00
Ton Voon
6e4589195a Bug in Makefile.am creation
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1396 f882894a-f735-0410-b71e-b25c423dba1c
2006-05-18 23:17:40 +00:00
Ton Voon
4fbc195b83 Fixes from coreutils sync: some files now required and removed generateable files
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1395 f882894a-f735-0410-b71e-b25c423dba1c
2006-05-18 23:09:03 +00:00
Ton Voon
a8cd7705e7 Synchronise with coreutils 2.95. Gettext now synced with coreutils,
so no longer development platform requirement


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1394 f882894a-f735-0410-b71e-b25c423dba1c
2006-05-18 22:05:43 +00:00
Ton Voon
4a864fb5ab Changed snapshot generator due to cvs changes on SF
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1390 f882894a-f735-0410-b71e-b25c423dba1c
2006-05-15 13:07:19 +00:00
Ton Voon
5778b1890e Patch to workaround SFnot having libtool installed
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1334 f882894a-f735-0410-b71e-b25c423dba1c
2006-03-21 12:56:59 +00:00
Ton Voon
dc35902e30 Using libtool to get runpath for tap library
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1325 f882894a-f735-0410-b71e-b25c423dba1c
2006-03-16 17:31:11 +00:00
Ton Voon
c8a9bf228f Have to use own id for cvs checkout. Change compile server because
old one not working consistently


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1302 f882894a-f735-0410-b71e-b25c423dba1c
2006-01-21 21:46:38 +00:00
Ton Voon
2af811c0a6 Create a permanent link to HEAD snapshot
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1288 f882894a-f735-0410-b71e-b25c423dba1c
2005-11-18 12:56:08 +00:00
Ton Voon
9d6f48dd41 Adding new tinderbox build script
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1272 f882894a-f735-0410-b71e-b25c423dba1c
2005-11-03 15:21:31 +00:00
Ton Voon
ffb5464021 Support for coreutils lib. Configure tests via m4 scripts from coreutils
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1029 f882894a-f735-0410-b71e-b25c423dba1c
2004-12-15 20:54:38 +00:00
Ton Voon
a140bb0981 eval not working - instructions now in comments
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@964 f882894a-f735-0410-b71e-b25c423dba1c
2004-12-01 20:43:07 +00:00
Ton Voon
2acbb0a6e7 Removing build directory after creating distribution
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@936 f882894a-f735-0410-b71e-b25c423dba1c
2004-11-24 21:34:56 +00:00
Ton Voon
855fac729d Use copy of tools for consistency if building on different platforms from
shared source


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@900 f882894a-f735-0410-b71e-b25c423dba1c
2004-11-18 00:27:46 +00:00
Ton Voon
c58b5f02ac Tool to pull newer coreutil libs into nagiosplug's lib directory
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@896 f882894a-f735-0410-b71e-b25c423dba1c
2004-11-12 00:51:13 +00:00
Ton Voon
2243e52612 Change of compile server and cleanups
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@880 f882894a-f735-0410-b71e-b25c423dba1c
2004-06-26 16:39:02 +00:00
Ton Voon
d158e47189 Remove need to alter configure.in. Using different compile farms for
SF to do the compiling


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@879 f882894a-f735-0410-b71e-b25c423dba1c
2004-06-26 05:13:25 +00:00
Ton Voon
82ffcf87b6 Need to export PATH for sfsnapshot to get correct GNU toolchain
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@747 f882894a-f735-0410-b71e-b25c423dba1c
2003-10-15 19:27:56 +00:00
Ton Voon
a0e099de2b Hide error message if docbook not available
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@733 f882894a-f735-0410-b71e-b25c423dba1c
2003-09-17 09:25:02 +00:00
Karl DeBisschop
0d6e500dea here-doc format was not correct
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@729 f882894a-f735-0410-b71e-b25c423dba1c
2003-09-16 11:36:51 +00:00
Ton Voon
c2a4a3a67f Fixed building snapshots - cvs update ignores new directories.
Also do not need to run make


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@681 f882894a-f735-0410-b71e-b25c423dba1c
2003-08-11 19:43:36 +00:00
Karl DeBisschop
cbf702f51f a little shell script to make it a little easier to produce pedantic compiler warnings
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@675 f882894a-f735-0410-b71e-b25c423dba1c
2003-08-09 13:37:57 +00:00
Karl DeBisschop
af0032e16a make must be run before make dist to creat language files
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@653 f882894a-f735-0410-b71e-b25c423dba1c
2003-08-07 01:23:30 +00:00
Karl DeBisschop
53e8fe9903 move autopoint to start of gnu toolchain setup
use --force-missing instead on manually copying files
 (manual process was broken on RedHat, and we should expect automake to do its job right anyway)


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@614 f882894a-f735-0410-b71e-b25c423dba1c
2003-07-29 05:03:49 +00:00
Karl DeBisschop
899dc17bee checkins for internationalization
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@599 f882894a-f735-0410-b71e-b25c423dba1c
2003-07-26 04:17:18 +00:00
Karl DeBisschop
33a6787f51 checkins for internationalization
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@598 f882894a-f735-0410-b71e-b25c423dba1c
2003-07-26 04:17:17 +00:00
Ton Voon
1ca485eb82 Changing $() to `` to be compatible with Solaris' sh
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@584 f882894a-f735-0410-b71e-b25c423dba1c
2003-07-03 15:00:16 +00:00
Karl DeBisschop
c767ee0645 mv GNU toolchain check into tools/setup
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@583 f882894a-f735-0410-b71e-b25c423dba1c
2003-07-03 03:23:14 +00:00
Ton Voon
c0333c05e7 Fixed so goes to correct web area
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@565 f882894a-f735-0410-b71e-b25c423dba1c
2003-06-29 01:36:12 +00:00
Ton Voon
6500b8782f New tool to run on shell.sf.net to update the dev guidelines
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@564 f882894a-f735-0410-b71e-b25c423dba1c
2003-06-29 01:07:53 +00:00
Ton Voon
3bcd17e390 Fiddling as Solaris' which command is broken
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@559 f882894a-f735-0410-b71e-b25c423dba1c
2003-06-27 10:30:47 +00:00
Ton Voon
7d1106de29 Calls tools/setup and creates a README for the snapshot directory
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@507 f882894a-f735-0410-b71e-b25c423dba1c
2003-05-13 22:23:16 +00:00
Ton Voon
54921a5e45 The developer-guidelines.html file is now generated from the sgml file
by docbook2html at tools/setup time


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@506 f882894a-f735-0410-b71e-b25c423dba1c
2003-05-13 22:03:48 +00:00
Ton Voon
cea7506e69 PATH set in correct place and extra comments
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@457 f882894a-f735-0410-b71e-b25c423dba1c
2003-03-24 02:57:50 +00:00
Ton Voon
21c0dad0c5 Bug fixes
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@456 f882894a-f735-0410-b71e-b25c423dba1c
2003-03-24 02:44:17 +00:00
Ton Voon
75264bc16a Sends email if non-zero return code from command
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@455 f882894a-f735-0410-b71e-b25c423dba1c
2003-03-24 02:21:02 +00:00
Ton Voon
38ffa48b64 Error code depending on number of files generated
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@454 f882894a-f735-0410-b71e-b25c423dba1c
2003-03-24 02:19:22 +00:00
Ton Voon
c8ba525d6a Need to remove configure.in
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@383 f882894a-f735-0410-b71e-b25c423dba1c
2003-03-08 02:02:43 +00:00
Ton Voon
1f96af37e3 Have to run through whole automake procedure as datestamp in RELEASE variable
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@381 f882894a-f735-0410-b71e-b25c423dba1c
2003-03-08 01:48:13 +00:00
Ton Voon
27e9e50c45 Added automake parameters for config.sub and config.guess
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@380 f882894a-f735-0410-b71e-b25c423dba1c
2003-03-08 01:13:54 +00:00
Ton Voon
0cec93cd0f Fixed production OUT variable
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@379 f882894a-f735-0410-b71e-b25c423dba1c
2003-03-08 00:57:14 +00:00
Ton Voon
7e4aefaa0b Adds MD5SUM file, creates multiple branch snapshots and doesn't
rerun configure/automake/autoconf unnecessarily


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@378 f882894a-f735-0410-b71e-b25c423dba1c
2003-03-08 00:55:50 +00:00