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 <[email protected]> Authored: Mon Mar 10 14:04:39 2014 -0400 Committer: Max Woghiren <[email protected]> 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",
