aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2012-09-07 09:09:39 -0400
committerCliff Brake <cbrake@bec-systems.com>2012-09-07 09:09:39 -0400
commit489665db9163b1f5bae26803e30f2b40c49125ea (patch)
treee31dbf14394c29a448af7d0cff5669c82385306c /tools
parenta94e78479793722bc97b8771158d1acee3f55413 (diff)
downloadopenembedded-admin-489665db9163b1f5bae26803e30f2b40c49125ea.tar.gz
updates
Diffstat (limited to 'tools')
-rw-r--r--tools/weekly-changelog.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/weekly-changelog.js b/tools/weekly-changelog.js
index 71e1625..ad69f37 100644
--- a/tools/weekly-changelog.js
+++ b/tools/weekly-changelog.js
@@ -1,6 +1,6 @@
// script to collect the weekly changelog in a git repo
-var testing = true;
+var testing = false;
var email_to = '';
var email_bcc = 'cbrake@bec-systems.com,';
@@ -29,7 +29,7 @@ String.prototype.format = function() {
var format_report = function(projects, weekly_data) {
var ret = ''
// report header
- ret += "Changelog for " + dateutil.last_week_text() + ". Projects included in this report:\n\n";
+ ret += "Changelog " + dateutil.last_week_text() + ". Projects included in this report:\n\n";
var project;
for (project in projects) {
ret += project + ": " + projects[project] + "\n";