SF.net SVN: nagiosplug:[2041] nagiosplug/trunk/tools/tinderbox_build

[email protected]
Newsgroups gmane.network.nagios.plugins.cvs
Message-ID <[email protected]>
Revision: 2041
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2041&view=rev
Author:   tonvoon
Date:     2008-08-21 15:15:54 +0000 (Thu, 21 Aug 2008)

Log Message:
-----------
Fix regexp of version number of snapshot

Modified Paths:
--------------
    nagiosplug/trunk/tools/tinderbox_build

Modified: nagiosplug/trunk/tools/tinderbox_build
===================================================================
--- nagiosplug/trunk/tools/tinderbox_build	2008-08-21 15:12:57 UTC (rev 2040)
+++ nagiosplug/trunk/tools/tinderbox_build	2008-08-21 15:15:54 UTC (rev 2041)
@@ -82,7 +82,7 @@
 	if (-e (my $file = "nagios-plugins.spec")) {
 		open F, $file;
 		while (<F>) {
-			if (/^Version: HEAD-(\d\d\d\d)(\d\d)(\d\d)(\d\d)(\d\d)$/) {
+			if (/^Version: trunk-(\d\d\d\d)(\d\d)(\d\d)(\d\d)(\d\d)$/) {
 				$StartTime = timegm(0, $5, $4, $3, ($2 - 1), ($1 - 1900));
 				last;
 			}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.