summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-07-25 10:48:09 +0200
committerBor Kraljič2011-07-25 10:48:09 +0200
commitaf5ea52b12a17d91e090233fd30b548180d6589f (patch)
tree50a26250c257b11f0cf782d4791e520067e5d27c
parente36e7b788d470823325b1d4710e0b243c8bbceb0 (diff)
scrapy: source $GRIMOIRE/hg_download.function before using hg_download
-rw-r--r--python-pypi/scrapy/DOWNLOAD1
-rw-r--r--python-pypi/scrapy/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/python-pypi/scrapy/DOWNLOAD b/python-pypi/scrapy/DOWNLOAD
index a11b9dced2..15542971b1 100644
--- a/python-pypi/scrapy/DOWNLOAD
+++ b/python-pypi/scrapy/DOWNLOAD
@@ -1,4 +1,5 @@
if [[ "$SCRAPY_SCM" == "y" ]]; then
+ . $GRIMOIRE/hg_download.function
hg_download
else
default_download
diff --git a/python-pypi/scrapy/HISTORY b/python-pypi/scrapy/HISTORY
index 3bbba7c846..2a1c3e5e65 100644
--- a/python-pypi/scrapy/HISTORY
+++ b/python-pypi/scrapy/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor@ver.si>
+ * DOWNLOAD: source $GRIMOIRE/hg_download.function before using hg_download
+
2011-05-31 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS, DETAILS: spell created
* DETAILS, DOWNLOAD, PREPARE: add scm version