source: drbl-hadoop-live/Makefile @ 154

Last change on this file since 154 was 154, checked in by jazz, 14 years ago
  • fix two typos and verified the output iso includes cloudera's distribution for hadoop.
File size: 281 bytes
Line 
1all: clean
2  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
3
4test: clean
5  sudo ./test-live-helper.sh > build.log 2> error.log
6
7clean:
8  sudo lh clean --purge
9  sudo rm -rf config auto
Note: See TracBrowser for help on using the repository browser.