You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2012/04/10 21:15:20 UTC

[25/50] git commit: uncommented script

uncommented script


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/commit/d7b91a0e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/tree/d7b91a0e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/diff/d7b91a0e

Branch: refs/heads/master
Commit: d7b91a0ebb0d6b84cfe14688eac0dc4e716443ec
Parents: 0a840f5
Author: Steven Gill <st...@gmail.com>
Authored: Mon Feb 6 16:01:15 2012 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Feb 6 16:01:15 2012 -0800

----------------------------------------------------------------------
 coho |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/blob/d7b91a0e/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index 16e167a..2cd15b5 100755
--- a/coho
+++ b/coho
@@ -60,7 +60,7 @@ function executeCommands(callback) {
     	console.log('All done');
     }
 }
-/*
+
 queueCommand("rm -rf temp && mkdir temp && cd temp && mkdir repositories && mkdir release");
 queueCommand("cd temp/release && mkdir lib && cd lib && mkdir ios && mkdir android && mkdir blackberry && mkdir windows && mkdir webos && mkdir symbian && mkdir bada");
 
@@ -123,7 +123,7 @@ if (oldVer != undefined){
 	queueCommand("echo 'bada' >> temp/release/changelog")
 	queueCommand("cd " + tempRepoDir + "/"+badadir+" && git shortlog --no-merges "+oldVer+".."+VERSION+" >> ../../release/changelog")
 }
-*/
+
 executeCommands(function(){
 	exec("cd temp/ && zip -r phonegap-"+VERSION+".zip release/ && say DONE", function(e, stdout, stderr) {
 	});