source: drbl-hadoop-live/Makefile @ 152

Last change on this file since 152 was 152, checked in by jazz, 14 years ago
  • add create-hadoop-live-by-pkg, create-hadoop-live and hadoop-live-hook
    • create-hadoop-live-by-pkg will call create-hadoop-live then run hadoop-live-hook to generate drbl-hadoop Live CD.
  • modified Makefile
    • make drbl-hadoop
File size: 283 bytes
Line 
1all: clean
2  sudo ./test-live-helper.sh > build.log 2> error.log
3
4clean:
5  sudo lh clean --purge
6  sudo rm -rf config
7
8drbl-hadoop: clean
9  sudo ./create-hadoop-live-by-pkg -m http://free.nchc.org.tw/debian -s http://free.nchc.org.tw/debian-security -e unstable > build.log 2> error.log
Note: See TracBrowser for help on using the repository browser.