Repository: cordova-medic
Updated Branches:
  refs/heads/master d5c43683f -> 67c6874ec


Removed direct cloning of chrome-cordova.

Now that chrome-cordova actually lives in the mobile-chrome-apps repo, we don't 
want to delete it and re-clone it from the chrome-cordova repo (which is now 
deprecated).

Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/67c6874e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/67c6874e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/67c6874e

Branch: refs/heads/master
Commit: 67c6874ec675567eae0639cb9f6aa0c3bf82db5c
Parents: d5c4368
Author: Max Woghiren <[email protected]>
Authored: Mon Mar 10 13:30:08 2014 -0400
Committer: Max Woghiren <[email protected]>
Committed: Mon Mar 10 13:30:08 2014 -0400

----------------------------------------------------------------------
 master.cfg | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/67c6874e/master.cfg
----------------------------------------------------------------------
diff --git a/master.cfg b/master.cfg
index 6f065a8..d4b387f 100644
--- a/master.cfg
+++ b/master.cfg
@@ -365,8 +365,6 @@ if build_chrome :
 
     
factory_chrome_mobile.addStep(ShellCommand(command=["rm","-rf","mobile-chrome-apps"],workdir='build',haltOnFailure=True,
 description='Clean cca',descriptionDone='Clean cca'))
     
factory_chrome_mobile.addStep(ShellCommand(command=["git","clone","--recurse-submodules",repos['CCA']],workdir='build',haltOnFailure=True,
 description='Fetch cca',descriptionDone='Fetch cca'))
-    
factory_chrome_mobile.addStep(ShellCommand(command=["rm","-rf","chrome-cordova"],workdir='build/mobile-chrome-apps',haltOnFailure=True,
 description='Clean chrome-cordova',descriptionDone='Clean chrome-cordova'))
-    
factory_chrome_mobile.addStep(ShellCommand(command=["git","clone",repos['CHROME-CORDOVA']],workdir='build/mobile-chrome-apps',haltOnFailure=True,
 description='Update chrome-cordova',descriptionDone='Update chrome-cordova'))
     
factory_chrome_mobile.addStep(ShellCommand(command=["npm","install"],workdir='build/mobile-chrome-apps',haltOnFailure=True,
 description='Install cca',descriptionDone='Install cca'))
     
factory_chrome_mobile.addStep(ShellCommand(command=["rm","-rf","ccatest"],workdir='build',haltOnFailure=True,
 description='Clean ccatest',descriptionDone='Clean ccatest'))
     
factory_chrome_mobile.addStep(ShellCommand(command=["mobile-chrome-apps/src/cca.js","init"],workdir='build',haltOnFailure=True,
 description='cca init',descriptionDone='cca init'))

Reply via email to