dependency_collector: replace bazaar with breezy
This commit is contained in:
parent
e1ba143d88
commit
467a45421f
@ -161,7 +161,7 @@ class DependencyCollector
|
|||||||
elsif strategy <= FossilDownloadStrategy
|
elsif strategy <= FossilDownloadStrategy
|
||||||
Dependency.new("fossil", tags)
|
Dependency.new("fossil", tags)
|
||||||
elsif strategy <= BazaarDownloadStrategy
|
elsif strategy <= BazaarDownloadStrategy
|
||||||
Dependency.new("bazaar", tags)
|
Dependency.new("breezy", tags)
|
||||||
elsif strategy <= CVSDownloadStrategy
|
elsif strategy <= CVSDownloadStrategy
|
||||||
cvs_dep_if_needed(tags)
|
cvs_dep_if_needed(tags)
|
||||||
elsif strategy < AbstractDownloadStrategy
|
elsif strategy < AbstractDownloadStrategy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user