Skip to content

Commit

Permalink
[watcher] Disable watcher, just a lot of merge conflics maybe we can …
Browse files Browse the repository at this point in the history
…take another work around
  • Loading branch information
alejandro committed Mar 28, 2012
1 parent ba920c6 commit 3fae9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -917,11 +917,11 @@ var app_start = function (repo_id, callback) {
var watcher_user = config.opt.watcher.user +':' +config.opt.watcher.password;
var domain = config.opt.api_dom;
var table = config.opt.limits_table_file;
if (lib.insert_code(configData.apphome,app.start,watcher_user,table,domain))) {
/*if (lib.insert_code(configData.apphome,app.start,watcher_user,table,domain))) {
console.log(new Date,'\t',configData.app.home,'\tWatcher code inserted...');
} else {
console.log(new Date,'\t',configData.app.home,'\tFailed to insert Watcher code ');
}
}*/

fs.writeFileSync(path.join(configData.apprwfolder, '.nodester', 'config.json'), JSON.stringify(configData), encoding = 'utf8'); // TODO Change to ASYNC
lib.tear_down_unionfs_chroot(configData.chroot_base, configData.apphome, configData.apprwfolder, configData.appchroot, function (resp) {
Expand Down

0 comments on commit 3fae9c4

Please sign in to comment.