[GRASS-SVN] r74412 - grass/branches/releasebranch_7_6/scripts/g.extension

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 21 20:05:07 PDT 2019


Author: annakrat
Date: 2019-04-21 20:05:07 -0700 (Sun, 21 Apr 2019)
New Revision: 74412

Modified:
   grass/branches/releasebranch_7_6/scripts/g.extension/g.extension.py
Log:
g.extension: fix bitbucket download, assumes master branch, see #3478 (merge from trunk, r74376)

Modified: grass/branches/releasebranch_7_6/scripts/g.extension/g.extension.py
===================================================================
--- grass/branches/releasebranch_7_6/scripts/g.extension/g.extension.py	2019-04-21 22:31:15 UTC (rev 74411)
+++ grass/branches/releasebranch_7_6/scripts/g.extension/g.extension.py	2019-04-22 03:05:07 UTC (rev 74412)
@@ -1535,7 +1535,7 @@
         'ignored_suffixes': ['.zip', '.tar.gz', '.gz', '.bz2'],
         'possible_starts': ['', 'https://', 'http://'],
         'url_start': 'https://',
-        'url_end': '/get/default.zip',
+        'url_end': '/get/master.zip',
     },
 }
 



More information about the grass-commit mailing list