From: Dirk Koopman Date: Thu, 19 Jun 2014 22:02:18 +0000 (+0100) Subject: try to make Version.pm autoupdate X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=4b94818ce60ca5727ceb77b0b5d752d5f5324680;p=spider.git try to make Version.pm autoupdate --- diff --git a/Changes b/Changes index 4b4f3da4..9266f43b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ 19Jun14======================================================================= 1. Fix EOF detection of incoming nodes. +2. Attempt to autogenerate Version.pm with *correct* values (instead of the + the git id of the previous commit). Oh, and do it on every commit or pull. 17Jun14======================================================================= 1. Add CTY2405 prefix changes 2. Arrange for all file searching routines based on sh/dx or sh/log to be diff --git a/perl/Version.pm b/perl/Version.pm deleted file mode 100644 index 42a44847..00000000 --- a/perl/Version.pm +++ /dev/null @@ -1,16 +0,0 @@ -# -# Version information for DXSpider -# -# DO NOT ALTER THIS FILE. It is generated automatically -# and will be overwritten -# - -package main; - -use vars qw($version $build $gitversion); - -$version = '1.57'; -$build = '30'; -$gitversion = 'a76624e'; - -1; diff --git a/perl/issue.pl b/perl/issue.pl index ea0c083f..49bc62fd 100755 --- a/perl/issue.pl +++ b/perl/issue.pl @@ -40,3 +40,5 @@ use vars qw(\$version \$build \$gitversion); 1; ); + +exit(0);