Skip to content

Commit

Permalink
add ubuntu precise
Browse files Browse the repository at this point in the history
  • Loading branch information
breu committed Jul 9, 2012
1 parent 5b87688 commit 657c422
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ NATTY = ubuntu-natty_x86_64_60G ubuntu-natty_x86_64_80G \
ONEIRIC = ubuntu-oneiric_x86_64_60G ubuntu-oneiric_x86_64_80G \
ubuntu-oneiric_x86_64_120G ubuntu-oneiric_x86_64_160G \
ubuntu-oneiric_x86_64_320G
PRECISE = ubuntu-precise_x86_64_60G ubuntu-precise_x86_64_80G \
ubuntu-precise_x86_64_120G ubuntu-precise_x86_64_160G \
ubuntu-precise_x86_64_320G
TARGETS = $(FEDORA15) $(FEDORA16) $(CENTOS) $(RHEL5) $(RHEL6) \
$(LUCID) $(MAVERICK) $(NATTY) $(ONEIRIC)
$(LUCID) $(MAVERICK) $(NATTY) $(ONEIRIC) $(PRECISE)

# (2) Add a global buil command for the target
all: $(TARGETS)
Expand All @@ -33,6 +36,7 @@ lucid: $(LUCID)
maverick: $(MAVERICK)
natty: $(NATTY)
oneiric: $(ONEIRIC)
precise: $(PRECISE)

# (3) Add specific upload and clean rules for the target
centos-upload: $(CENTOS)
Expand Down Expand Up @@ -84,6 +88,11 @@ oneiric-upload: $(ONEIRIC)
oneiric-clean:
@$(foreach var,$(ONEIRIC),make $(var)-clean;)

precise-upload: $(PRECISE)
@$(foreach var,$(PRECISE),make publish/$(var)-upload;)
precise-clean:
@$(foreach var,$(PRECISE),make $(var)-clean;)

#####
# DON'T CHANGE ANYTHING ELSE
#
Expand Down
5 changes: 5 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@ Ubuntu 11.10 (80GB) http://c250663.r63.cf1.rackcdn.com/ubuntu-oneiric_x86_64_80
Ubuntu 11.10 (120GB) http://c250663.r63.cf1.rackcdn.com/ubuntu-oneiric_x86_64_120G.qcow2
Ubuntu 11.10 (160GB) http://c250663.r63.cf1.rackcdn.com/ubuntu-oneiric_x86_64_160G.qcow2
Ubuntu 11.10 (320GB) http://c250663.r63.cf1.rackcdn.com/ubuntu-oneiric_x86_64_320G.qcow2
Ubuntu 12.04 (60GB) http://c250663.r63.cf1.rackcdn.com/ubuntu-precise_x86_64_60G.qcow2
Ubuntu 12.04 (80GB) http://c250663.r63.cf1.rackcdn.com/ubuntu-precise_x86_64_80G.qcow2
Ubuntu 12.04 (120GB) http://c250663.r63.cf1.rackcdn.com/ubuntu-precise_x86_64_120G.qcow2
Ubuntu 12.04 (160GB) http://c250663.r63.cf1.rackcdn.com/ubuntu-precise_x86_64_160G.qcow2
Ubuntu 12.04 (320GB) http://c250663.r63.cf1.rackcdn.com/ubuntu-precise_x86_64_320G.qcow2
ttylinux http://c250663.r63.cf1.rackcdn.com/ttylinux.tgz

0 comments on commit 657c422

Please sign in to comment.