diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-08-05 15:38:31 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-08-05 15:38:31 +0000 |
commit | e975f89e185613f1d35dbb1badf8fc3a1f29fc09 (patch) | |
tree | a23864637281d9ff37c7bb9e3bb26ed0d1b33b60 | |
parent | 597212d17a9f4b0a8aff7a2cb875408094f9a01f (diff) |
BUILD : 1.7.19 (1258) BUGS : NOTES : Quick fix to src/bin/am to make it work (sort of) again...
git-svn-id: svn://svn.anope.org/anope/trunk@1259 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@977 5417fbe8-f217-4b02-8779-1006273d7864
-rwxr-xr-x | src/bin/am | 3 | ||||
-rw-r--r-- | version.log | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/bin/am b/src/bin/am index fe4b75551..3ee455c29 100755 --- a/src/bin/am +++ b/src/bin/am @@ -329,7 +329,8 @@ sub do_put() { $ctrlfile = "$dst/$fhint"; # Grab the current revision number. Clunky way, I know! - $ver_revision=`$wget -qO - $svnrev`; +# $ver_revision=`$wget -qO - $svnrev`; + $ver_revision=`svnversion . | cut -d 'M' -f 1`; chomp($ver_revision); unless ($ver_revision =~ /^\d+/ and $ver_revision > 0) diff --git a/version.log b/version.log index d7aaa7431..002ce19c8 100644 --- a/version.log +++ b/version.log @@ -14,6 +14,10 @@ VERSION_BUILD="1258" # $Log$ # # BUILD : 1.7.19 (1258) +# BUGS : +# NOTES : Quick fix to src/bin/am to make it work (sort of) again... +# +# BUILD : 1.7.19 (1258) # BUGS : 750 # NOTES : Fixed CA_AUTODEOP not working anymore (since 1.7.9 or so probably) # |