From: Brian Warner <warner@allmydata.com>
Date: Fri, 29 Aug 2008 22:06:14 +0000 (-0700)
Subject: mac/Makefile: more attempts to debug the buildslave failure
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/flags/%22file:/%22news.html?a=commitdiff_plain;h=8f2410cd30afb768bc14818f715f1694da698ab5;p=tahoe-lafs%2Ftahoe-lafs.git

mac/Makefile: more attempts to debug the buildslave failure
---

diff --git a/mac/Makefile b/mac/Makefile
index d18add63..1795a507 100644
--- a/mac/Makefile
+++ b/mac/Makefile
@@ -11,7 +11,7 @@ build:
 
 diskimage:
 	mv dist Allmydata-$(VERSION)
-	hdiutil create -verbose -ov -srcfolder Allmydata-$(VERSION) allmydata-rw.dmg
+	hdiutil create -verbose -skipunreadable -anyowners -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