aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: d366dd5ffd116c7f81db07a46e714f98126e5777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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:
 - node ./tools/weekly-changelog.js (email out weekly changelog reports, based on origin/master in each project)

to develop:
  - cd tools
    - npm install expresso
    - express (run unit tests)