aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2011-05-19 15:10:50 -0400
committerCliff Brake <cbrake@bec-systems.com>2011-05-19 15:10:50 -0400
commit15dba917e333f330e39495839f9c379ff3fc90d2 (patch)
tree7d3a19242a157865b52fe245366c933727fec385 /README
downloadopenembedded-admin-15dba917e333f330e39495839f9c379ff3fc90d2.tar.gz
initial commit of admin repos and tools
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..decc343
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+tools for administering the openembedded projects
+
+to set up:
+ - install node.js (tested with 0.4.5)
+ - install npm (tested with 1.0.3)
+ - cd tools
+ - npm install nodemailer (tested with 0.1.13)
+
+to use:
+ - git submodule foreach "git fetch" (pull down the latest repo data for each project)
+ - node ./tools/git-weekly-changelog.js (email out weekly changelog reports, based on origin/master in each project)
+
+