Skip to content

Instantly share code, notes, and snippets.

@ajayk
Created September 14, 2011 11:11
Show Gist options
  • Save ajayk/1216327 to your computer and use it in GitHub Desktop.
Save ajayk/1216327 to your computer and use it in GitHub Desktop.
Index: Rakefile
===================================================================
--- Rakefile (revision 13855)
+++ Rakefile (working copy)
@@ -298,6 +298,18 @@
sdks.add 'third_party/gecko-6/win32',
'http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/6.0/sdk/xulrunner-6.0.en-US.win32.sdk.zip',
'66e4cee9e36b1785266e6567727d686e'
+
+ sdks.add 'third_party/gecko-6.0.2/linux',
+ 'http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/6.0.2/sdk/xulrunner-6.0.2.en-US.linux-i686.sdk.tar.bz2',
+ 'a277fd040a9f3eb1b28e3f5ccda94e15'
+
+ sdks.add 'third_party/gecko-6.0.2/linux64',
+ 'http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/6.0.2/sdk/xulrunner-6.0.2.en-US.linux-x86_64.sdk.tar.bz2',
+ '8aa0d7798b58c78cdc3ffa15533c61b6'
+
+ sdks.add 'third_party/gecko-6.0.2/win32',
+ 'http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/6.0.2/sdk/xulrunner-6.0.2.en-US.win32.sdk.zip',
+ '0505cfcc6316fadc3d35f196711e7624'
end
task :'selenium-server_zip' do
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment