[MacRuby] #1215: Nightly builds are broken
MacRuby
ruby-noreply at macosforge.org
Mon Apr 4 10:20:08 PDT 2011
#1215: Nightly builds are broken
------------------------------------+---------------------------------------
Reporter: mrada@… | Owner: wsiegrist@…
Type: defect | Status: closed
Priority: blocker | Milestone:
Component: MacRuby | Resolution: fixed
Keywords: |
------------------------------------+---------------------------------------
Changes (by wsiegrist@…):
* status: assigned => closed
* resolution: => fixed
Comment:
Ah, I forgot to re-apply our patch to add jobs=4 and use /tmp/ instead of
~/tmp/. In case someone wants to upstream this:
{{{
diff --git a/rakelib/packager.rake b/rakelib/packager.rake
index 0c945ad..0991068 100644
--- a/rakelib/packager.rake
+++ b/rakelib/packager.rake
@@ -14,9 +14,9 @@ task :nightly do
end
end
puts "Building MacRuby"
- `rake`
+ `rake jobs=4`
puts "Preparing for packaging"
`rake install DESTDIR=#{build_destination}`
puts "Packaging MacRuby"
- `/Developer/usr/bin/packagemaker --doc
#{File.expand_path(File.dirname(__FILE__))}/../misc/release/macruby_nightly.pmdoc/
--out ~/tmp/macruby_nightly-#{Time.now.strftime("%Y-%m-%d")}.pkg --version
#{Time.now.strftime("%Y-%m-%d")}-nightly`
+ `/Developer/usr/bin/packagemaker --doc
#{File.expand_path(File.dirname(__FILE__))}/../misc/release/macruby_nightly.pmdoc/
--out /tmp/macruby_nightly-#{Time.now.strftime("%Y-%m-%d")}.pkg --version
#{Time.now.strftime("%Y-%m-%d")}-nightly`
end
}}}
... but otherwise the builder is fixed.
--
Ticket URL: <http://www.macruby.org/trac/ticket/1215#comment:2>
MacRuby <http://macruby.org/>
More information about the macruby-tickets
mailing list