Bug 1379482 - Update geckodriver repository address; r?jgraham draft
authorAndreas Tolfsen <ato@sny.no>
Mon, 10 Jul 2017 14:47:17 +0100
changeset 606213 12b644763cd65fa26de77121b6c67282fe19e4a7
parent 606212 8c09ccb83024b38b2b9414ae549eb68f64928908
child 606214 9781946e3a78526023a57a251ea61cc77cb3c6a9
push id67641
push userbmo:ato@sny.no
push dateMon, 10 Jul 2017 17:24:19 +0000
reviewersjgraham
bugs1379482
milestone56.0a1
Bug 1379482 - Update geckodriver repository address; r?jgraham The canonical geckodriver source code no longer lives on GitHub, but in mozilla-central's testing/geckodriver directory. Linking through searchfox.org because it provides a better UI than hg.mozilla.org. MozReview-Commit-ID: LmnviuC7Z9Y
testing/geckodriver/Cargo.toml
--- a/testing/geckodriver/Cargo.toml
+++ b/testing/geckodriver/Cargo.toml
@@ -2,17 +2,17 @@
 name = "geckodriver"
 version = "0.17.0"
 authors = [
   "James Graham <james@hoppipolla.co.uk>",
   "Andreas Tolfsen <ato@mozilla.com>",
 ]
 description = "Proxy for using WebDriver clients to interact with Gecko-based browsers."
 keywords = ["webdriver", "w3c", "httpd", "mozilla", "firefox"]
-repository = "https://github.com/mozilla/geckodriver"
+repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver"
 readme = "README.md"
 license = "MPL-2.0"
 
 [dependencies]
 chrono = "^0.2"
 clap = {version = "^2.19", default-features = false, features = ["suggestions", "wrap_help"]}
 hyper = "0.10"
 lazy_static = "0.1"