canmove, Confirmed users
6,441
edits
| Line 5: | Line 5: | ||
* Commented out the SYMBOL_SERVER_* variables in mozilla/tools/tinderbox-configs/firefox/*/tinder-config.pl on the 'release' tag. | * Commented out the SYMBOL_SERVER_* variables in mozilla/tools/tinderbox-configs/firefox/*/tinder-config.pl on the 'release' tag. | ||
* Bootstrap has it's own special cvsmirror in /builds/cvsmirror.bootstrap/cvsroot. master.cfg was updated to reflect this. | * Bootstrap has it's own special cvsmirror in /builds/cvsmirror.bootstrap/cvsroot. master.cfg was updated to reflect this. | ||
* Some msys packages were upgraded on trunk. Here's how to do it: | |||
<ol style="margin-left: 4ex;"><li>Run this script:</li> | |||
#!/bin/sh | |||
files="http://easynews.dl.sourceforge.net/sourceforge/mingw/zlib-1.2.3-MSYS-1.0.11.tar.bz2 http://easynews.dl.sourceforge.net/sourceforge/mingw/openssl-0.9.8e-3-MSYS1.0.11.tar.bz2 http://easynews.dl.sourceforge.net/sourceforge/mingw/openssh-4.6p1-MSYS-1.0.11.tar.bz2 http://easynews.dl.sourceforge.net/sourceforge/mingw/minires-1.01-1-MSYS-1.0.11.tar.bz2" | |||
for file in $files; do | |||
wget $file | |||
done | |||
for file in *.tar.bz2; do | |||
tar -jvxf $file | |||
done | |||
<li>When that's done, make a backup of your existing msys insntallation, just in case.</li> | |||
<li>Copy usr/bin/* to your existing msys bin directory. You will have to overwrite some files.</li> | |||
</ol> | |||
== Problems & Solutions == | == Problems & Solutions == | ||