lorax/Makefile

18 lines
362 B
Makefile
Raw Normal View History

2010-02-23 13:20:05 +00:00
PYTHON ?= /usr/bin/env python
all:
$(PYTHON) setup.py build
install:
2010-02-23 13:20:05 +00:00
$(PYTHON) setup.py install
clean:
-rm -rf build
2010-10-12 16:23:29 +00:00
2010-10-19 15:35:50 +00:00
testlocal:
2010-10-12 16:23:29 +00:00
/usr/bin/lorax -p FEDORA -v RAWHIDE -r 2010 -s /rawrepo /root/rawhide
2010-10-19 15:35:50 +00:00
test:
/usr/bin/lorax -p FEDORA -v RAWHIDE -r 2010 -s http://download.englab.brq.redhat.com/pub/fedora/linux/development/rawhide/x86_64/os/ /root/rawhide