[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2041] nagiosplug/trunk/tools/tinderbox_build
tonvoon at users.sourceforge.net
tonvoon at users.sourceforge.net
Thu Aug 21 17:15:55 CEST 2008
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.
More information about the Commits
mailing list