mac: add -verbose to the hdiutil call, to figure out why it's failing on the buildslave

This commit is contained in:
Brian Warner 2008-08-29 13:52:43 -07:00
parent 037c9157dc
commit 6972e81581

View File

@ -11,7 +11,7 @@ build:
diskimage:
mv dist Allmydata-$(VERSION)
hdiutil create -ov -srcfolder Allmydata-$(VERSION) allmydata-rw.dmg
hdiutil create -verbose -ov -srcfolder Allmydata-$(VERSION) allmydata-rw.dmg
hdiutil convert -ov allmydata-rw.dmg -format UDRO -o allmydata-ro.dmg
hdiutil convert -ov allmydata-ro.dmg -format UDZO -o Allmydata-$(VERSION).dmg
hdiutil internet-enable -yes Allmydata-$(VERSION).dmg