Fix references to url
This commit is contained in:
parent
ef48a5e7d7
commit
d97daa7c1b
@ -713,7 +713,7 @@ class MercurialDownloadStrategy < VCSDownloadStrategy
|
|||||||
end
|
end
|
||||||
|
|
||||||
def clone_repo
|
def clone_repo
|
||||||
safe_system hgpath, "clone", url, cached_location
|
safe_system hgpath, "clone", @url, cached_location
|
||||||
end
|
end
|
||||||
|
|
||||||
def update
|
def update
|
||||||
@ -746,7 +746,7 @@ class BazaarDownloadStrategy < VCSDownloadStrategy
|
|||||||
|
|
||||||
def clone_repo
|
def clone_repo
|
||||||
# "lightweight" means history-less
|
# "lightweight" means history-less
|
||||||
safe_system bzrpath, "checkout", "--lightweight", url, cached_location
|
safe_system bzrpath, "checkout", "--lightweight", @url, cached_location
|
||||||
end
|
end
|
||||||
|
|
||||||
def update
|
def update
|
||||||
@ -774,7 +774,7 @@ class FossilDownloadStrategy < VCSDownloadStrategy
|
|||||||
end
|
end
|
||||||
|
|
||||||
def clone_repo
|
def clone_repo
|
||||||
safe_system fossilpath, "clone", url, cached_location
|
safe_system fossilpath, "clone", @url, cached_location
|
||||||
end
|
end
|
||||||
|
|
||||||
def update
|
def update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user