Bug 1412037 - Prevent geckodriver from being published. r?jgraham draft
authorAndreas Tolfsen <ato@sny.no>
Mon, 30 Oct 2017 16:07:06 +0000
changeset 688754 3a17761358d587554dea5fe6566acae12082650e
parent 688749 1077986806eb7010486afd9ae9b93334537e5da9
child 738153 16e3c947531dbd5e4f60f69c25e22f01a966b5fb
push id86839
push userbmo:ato@sny.no
push dateMon, 30 Oct 2017 16:09:57 +0000
reviewersjgraham
bugs1412037
milestone58.0a1
Bug 1412037 - Prevent geckodriver from being published. r?jgraham This prevents the geckodriver crate from being published to a package registry like crates.io by mistake. MozReview-Commit-ID: 7Qc9vaPhdJh
testing/geckodriver/Cargo.toml
--- a/testing/geckodriver/Cargo.toml
+++ b/testing/geckodriver/Cargo.toml
@@ -2,16 +2,17 @@
 name = "geckodriver"
 version = "0.19.1"
 authors = ["Mozilla <tools-marionette@lists.mozilla.org>"]
 description = "Proxy for using WebDriver clients to interact with Gecko-based browsers."
 keywords = ["webdriver", "w3c", "httpd", "mozilla", "firefox"]
 repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver"
 readme = "README.md"
 license = "MPL-2.0"
+publish = false
 
 [dependencies]
 chrono = "^0.2"
 clap = { version = "^2.19", default-features = false, features = ["suggestions", "wrap_help"] }
 hyper = "0.10"
 lazy_static = "0.1"
 log = "0.3"
 mozprofile = "0.3.0"