[Pkg-wmaker-commits] [wmfrog] 01/05: Imported Upstream version 0.3.1+git20161115

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Nov 17 11:23:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmfrog.

commit f30864205c24c45e52e25a9ba662dec34bc33dbe
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Thu Nov 17 06:05:30 2016 -0500

    Imported Upstream version 0.3.1+git20161115
---
 Src/weather.pl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Src/weather.pl b/Src/weather.pl
index 712919b..8f64fa4 100755
--- a/Src/weather.pl
+++ b/Src/weather.pl
@@ -27,7 +27,7 @@
 #       faster, however this might get broken if NOAA change their
 #       webpage layout in wich case you should choose ftp.
 
-$mode="http"; # html || ftp
+$mode="ftp"; # html || ftp
 
 $debug = 0; # turn On/Off debugging
 
@@ -54,6 +54,8 @@ mkdir $tmpfolder;
 
 $html = "http://weather.noaa.gov/cgi-bin/mgetmetar.pl?cccc=${station}";
 $ftp  = "ftp://weather.noaa.gov/data/observations/metar/stations/${station}.TXT";
+$ftp  = "ftp://tgftp.nws.noaa.gov/data/observations/metar/stations/${station}.TXT";
+
 $url  = $html;
 
 if ( $mode eq "ftp" )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmfrog.git



More information about the Pkg-wmaker-commits mailing list