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 2014/05/14 02:09:32 UTC

[03/27] git commit: CB-5816 make build really quiet

CB-5816 make build really quiet


Project: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/commit/650e29ef
Tree: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/tree/650e29ef
Diff: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/diff/650e29ef

Branch: refs/heads/3.5.x
Commit: 650e29ef409922efb74303e5e125bd057be2e209
Parents: 9a4209c
Author: braas <br...@steckelfisch.nl>
Authored: Wed Mar 12 10:01:02 2014 +0100
Committer: braas <br...@steckelfisch.nl>
Committed: Wed Mar 12 10:01:02 2014 +0100

----------------------------------------------------------------------
 bin/templates/project/cordova/build | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/650e29ef/bin/templates/project/cordova/build
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/build b/bin/templates/project/cordova/build
index 9b49762..9e85301 100755
--- a/bin/templates/project/cordova/build
+++ b/bin/templates/project/cordova/build
@@ -20,9 +20,7 @@
 */
 
 
-console.log("Build is not implemented");
-if (process.getuid) {
-  console.log('Current uid: ' + process.getuid());
-}
+// Build is not implemented
+
 process.exit(1);