better now

This commit is contained in:
Jeffrey Paul
2014-01-28 06:00:43 +01:00
parent 3c9e5fe87c
commit 82dbe944cf
4 changed files with 125 additions and 35 deletions

View File

@@ -1,8 +1,18 @@
YYYYMMDD := $(shell date +%Y%m%d)
default: gen
gen:
clean:
rm -f *.bz2 *.qcow2
gen: clean
vagrant destroy -f
vagrant up
vagrant ssh -- cat saucy64.qcow2 | pv > .tmp.qcow2
mv .tmp.qcow2 saucy64-$(YYYYMMDD).qcow2
rsync -azvP saucy64-$(YYYYMMDD).qcow2 \
root@nue1d0.datavibe.net:/storage/images/
sync:
rsync -avP ./make.sh root@nue1d0.datavibe.net:/storage/buildimage/make.sh
rsync -avP ./*.sh \
root@nue1d0.datavibe.net:/storage/buildimage/