ReferencePlatforms/Test/Win7: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


= MozillaBuild 1.4 =
= MozillaBuild 1.4 =
* In [https://bugzilla.mozilla.org/show_bug.cgi?id=549458#c28 bug 549458] we installed MozillaBuild 1.4 by doing this:
* In [https://bugzilla.mozilla.org/show_bug.cgi?id=549458#c28 bug 549458] we installed MozillaBuild 1.4
wget http://staging-stage.build.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/mozilla-build-1.4.zip -O mozilla-build.zip
* Checkout 'mozilla-build-1.4.zip' and 'python25win32dlls.zip' from the mofo repo. Read [https://bugzilla.mozilla.org/show_bug.cgi?id=549458#c28 this] comment to know where they are located.
wget http://staging-stage.build.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/python25win32dlls.zip -O python25win32dlls.zip
  unzip mozilla-build-1.4.zip -d C:\
  unzip mozilla-build.zip -d C:\
  unzip python25win32dlls.zip -d C:\mozilla-build\python25\Scripts
  unzip python25win32dlls.zip -d C:\mozilla-build\python25\Scripts
  rm mozilla-build.zip
  rm mozilla-build-1.4.zip
  rm python25win32dlls.zip
  rm python25win32dlls.zip


'''NOTE:''' These two files are stored permanently in the [https://bugzilla.mozilla.org/show_bug.cgi?id=549458#c28 ref-platforms repo]
'''NOTE:''' These two files are stored permanently in the [https://bugzilla.mozilla.org/show_bug.cgi?id=549458#c28 ref-platforms repo]

Revision as of 15:37, 15 July 2010

No full reference exists, but Alice says she followed the Vista instructions when creating this ref machine.

MozillaBuild 1.4

  • In bug 549458 we installed MozillaBuild 1.4
  • Checkout 'mozilla-build-1.4.zip' and 'python25win32dlls.zip' from the mofo repo. Read this comment to know where they are located.
unzip mozilla-build-1.4.zip -d C:\
unzip python25win32dlls.zip -d C:\mozilla-build\python25\Scripts
rm mozilla-build-1.4.zip
rm python25win32dlls.zip

NOTE: These two files are stored permanently in the ref-platforms repo