Confirmed users
3,990
edits
No edit summary |
No edit summary |
||
Line 296: | Line 296: | ||
NOTE: I don't know where the file got downloaded from. | NOTE: I don't know where the file got downloaded from. | ||
== Deployed correct _dumbwin32proc.py and ref_image_version.txt == | |||
In {{bug|794617}} we deployed manually the correct version of _dumbwin32proc.py since OPSI was failing to do the work. | |||
<pre> | |||
cd C:\mozilla-build\python25\Lib\site-packages\twisted\internet | |||
mv _dumbwin32proc.py _dumbwin32proc.py.bak | |||
C:\mozilla-build\wget\wget.exe http://hg.mozilla.org/build/opsi-package-sources/raw-file/e55c081cb8cf/twisted_dumbwin32proc/CLIENT_DATA/_dumbwin32proc.py | |||
</pre> | |||
We also added to C:\Documents and Settings\cltbld\Desktop\ref_image_version.txt to keep track of snapshots for talos-r3-xp-ref. |