Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DA6E10180 for ; Mon, 10 Mar 2014 18:04:51 +0000 (UTC) Received: (qmail 31823 invoked by uid 500); 10 Mar 2014 18:04:50 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 31752 invoked by uid 500); 10 Mar 2014 18:04:49 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 31745 invoked by uid 99); 10 Mar 2014 18:04:49 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2014 18:04:49 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1B45393D50F; Mon, 10 Mar 2014 18:04:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: maxw@apache.org To: commits@cordova.apache.org Message-Id: <72e7c7bbaa28454ab9e251dae0e2d936@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Made desktop Chrome tests use the correct repo. Date: Mon, 10 Mar 2014 18:04:49 +0000 (UTC) Repository: cordova-medic Updated Branches: refs/heads/master 67c6874ec -> 9e1783aa7 Made desktop Chrome tests use the correct repo. The Chrome tests now live in mobile-chrome-apps repo. Also removed the chrome-cordova repo from the repo list. Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/9e1783aa Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/9e1783aa Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/9e1783aa Branch: refs/heads/master Commit: 9e1783aa7f037ed97f4f026d30fe3667b4d0797b Parents: 67c6874 Author: Max Woghiren Authored: Mon Mar 10 14:04:39 2014 -0400 Committer: Max Woghiren Committed: Mon Mar 10 14:04:39 2014 -0400 ---------------------------------------------------------------------- master.cfg | 6 +++--- repos.json | 7 ------- 2 files changed, 3 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/9e1783aa/master.cfg ---------------------------------------------------------------------- diff --git a/master.cfg b/master.cfg index d4b387f..3a96ee6 100644 --- a/master.cfg +++ b/master.cfg @@ -350,10 +350,10 @@ if build_chrome : factory_chrome_desktop.addStep(ShellCommand(command=[shellCmd,shellRunParam,"git clone -b " + branches['TESTMASTER'] + " " + repos['TESTMASTER']+" medic"],workdir='build',haltOnFailure=True, description='Get Medic', descriptionDone='Get Medic')) # --production switch is used to speed up installation + fruitstrap dev dependency is not supported on Windows factory_chrome_desktop.addStep(ShellCommand(command=["npm","install","--production"], workdir='build/medic',haltOnFailure=True,description='Install Medic',descriptionDone='Install Medic')) - factory_chrome_desktop.addStep(ShellCommand(command=["rm","-rf","chrome-cordova"],workdir='build',haltOnFailure=True, description='Clean Chromespec',descriptionDone='Clean Chromespec')) - factory_chrome_desktop.addStep(ShellCommand(command=["git","clone",repos['CHROME-CORDOVA']],workdir='build',haltOnFailure=True, description='Fetch Chromespec',descriptionDone='Fetch Chromespec')) + factory_chrome_desktop.addStep(ShellCommand(command=["rm","-rf","mobile-chrome-apps"],workdir='build',haltOnFailure=True, description='Clean Chromespec',descriptionDone='Clean Chromespec')) + factory_chrome_desktop.addStep(ShellCommand(command=["git","clone",repos['CCA']],workdir='build',haltOnFailure=True, description='Fetch Chromespec',descriptionDone='Fetch Chromespec')) factory_chrome_desktop.addStep(ShellCommand(command=["npm","install"],workdir='build/medic/runner',haltOnFailure=True, description='Install Runner',descriptionDone='Install Runner')) - factory_chrome_desktop.addStep(ShellCommand(command=["node","medic/runner/testrunner.js","--cmd=medic/runner/runchrome.sh","--path=chrome-cordova/chrome-apps-api-tests","--args=chrome-cordova/chrome-apps-api-tests"],workdir='build',haltOnFailure=True, description='Run Chrome',descriptionDone='Run Chrome')) + factory_chrome_desktop.addStep(ShellCommand(command=["node","medic/runner/testrunner.js","--cmd=medic/runner/runchrome.sh","--path=mobile-chrome-apps/chrome-cordova/chrome-apps-api-tests","--args=mobile-chrome-apps/chrome-cordova/chrome-apps-api-tests"],workdir='build',haltOnFailure=True, description='Run Chrome',descriptionDone='Run Chrome')) c['builders'].append(BuilderConfig(name="ZChrome_Desktop",slavenames=["common-slave"], factory=factory_chrome_desktop)) factory_chrome_mobile = BuildFactory() http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/9e1783aa/repos.json ---------------------------------------------------------------------- diff --git a/repos.json b/repos.json index aba61bb..83bdb1b 100644 --- a/repos.json +++ b/repos.json @@ -124,13 +124,6 @@ "current" : "master" }, { - "title" : "CHROME-CORDOVA", - "repo" : "https://github.com/MobileChromeApps/chrome-cordova.git", - "category" : "CHROMESPEC", - "release" : "master", - "current" : "master" -}, -{ "title" : "TESTMASTER", "repo" : "https://git-wip-us.apache.org/repos/asf/cordova-medic.git", "category" : "TESTMASTER",