Skip to content
Snippets Groups Projects
Commit 568bb884 authored by Karen Clark's avatar Karen Clark
Browse files

Hand-ported svn diff -r58037:58038...

Hand-ported svn diff -r58037:58038 svn+ssh://svn.lindenlab.com/svn/linden/branches/release-candidate by changing -megabytes value from 200 to 300. I think that is the only thing that had to happen.
parent 9318da22
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,7 @@ def package_finish(self):
# make sure we don't have stale files laying about
self.remove(sparsename, finalname)
self.run_command('hdiutil create "%(sparse)s" -volname "Second Life" -fs HFS+ -type SPARSE -megabytes 200' % {'sparse':sparsename})
self.run_command('hdiutil create "%(sparse)s" -volname "Second Life" -fs HFS+ -type SPARSE -megabytes 300' % {'sparse':sparsename})
# mount the image and get the name of the mount point and device node
hdi_output = self.run_command('hdiutil attach -private "' + sparsename + '"')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment