Closed
Bug 746723
Opened 13 years ago
Closed 12 years ago
Deploy python 2.7 to windows machines
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
(Whiteboard: [buildslaves][opsi][simple])
Attachments
(1 file, 1 obsolete file)
2.76 KB,
patch
|
coop
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
We need it to fix balrog submissions.
I'm going to install Python 2.7.3 into d:\mozilla-build\python27 if there are no strong objections.
Assignee | ||
Comment 1•13 years ago
|
||
* The package installs python 2.7.3 without any other modules (like pywin32)
* The package is supposed to be used by build and test slaves
* It uses network installation type (msiexec /a), so there is no registry entries (easier to uninstall)
* The package hasn't been tested yet (but tested running "msiexec ...")
Do we need anything else to be installed as a part of this package? I know, that buildbot requires pywin32, twisted, simplejson, etc, but probably having them as separate packages would be better (easier to upgrade). Concerns, comments?
Attachment #616572 -
Flags: feedback?(coop)
Assignee | ||
Updated•13 years ago
|
Priority: -- → P2
Comment 2•13 years ago
|
||
Comment on attachment 616572 [details] [diff] [review]
Python 2.7 OPSI package
As an install, this looks fine.
Are we planning to make this the default?
Attachment #616572 -
Flags: feedback?(coop) → feedback+
Assignee | ||
Comment 3•13 years ago
|
||
I had to add ALLUSERS=1 to prevent the following error when installing the package as SYSTEM user (which probably doesn't have user directories and the corresponding registry entries):
DEBUG: Error 2103: Could not resolve path for shell folder 26.
Assignee | ||
Comment 4•13 years ago
|
||
Not to many changes here.
1) I had to use /i instead of /a because it didn't work as expected on winxp
2) Added ALLUSERS=1 to prevent installation failures
3) unins script uses msiexec because of 1)
I tested the OPSI package (installation and uninstallation) on a builder and an XP test machine.
Attachment #616572 -
Attachment is obsolete: true
Attachment #619979 -
Flags: review?(coop)
Updated•13 years ago
|
Attachment #619979 -
Flags: review?(coop) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Comment on attachment 619979 [details] [diff] [review]
Python 2.7 OPSI package
http://hg.mozilla.org/build/opsi-package-sources/rev/bdd41eb2c569
Attachment #619979 -
Flags: checked-in+
Assignee | ||
Comment 6•13 years ago
|
||
The package is being deploying to the *build* slaves only. I'll check the status tomorrow.
Assignee | ||
Comment 7•13 years ago
|
||
Filed Bug 750889 - please take a snapshot of win32-ix-ref
Assignee | ||
Comment 8•13 years ago
|
||
deployment is going fine for builders. talos-r3-xp-* are in progress now. Win7 needs manual installation.
Summary: Deploy python 2.7 to windows build machines → Deploy python 2.7 to windows machines
Assignee | ||
Comment 9•13 years ago
|
||
Filed Bug 751109 - please take a snapshot of talos-r3-xp-ref
Assignee | ||
Comment 10•13 years ago
|
||
W7 machines will be updated manually by running these commands:
wget http://dev-stage01.build.sjc1.mozilla.com/pub/mozilla.org/mozilla/libraries/win32/python-2.7.3.msi
msiexec /i python-2.7.3.msi /quiet /norestart /log python27_install.log TARGETDIR=c:\mozilla-build\python27 ALLUSERS=1
Assignee | ||
Comment 11•13 years ago
|
||
For win7 talos slaves I had to drop ALLUSERS=1 and install as cltbld:
wget http://dev-stage01.build.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/python-2.7.3.msi
msiexec /i python-2.7.3.msi /quiet /norestart /log python27_install.log TARGETDIR=c:\mozilla-build\python27
Assignee | ||
Comment 12•13 years ago
|
||
w64-ix:
# ssh Administrator@slave
c:\mozilla-build\wget\wget.exe http://dev-stage01.build.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/python-2.7.3.msi
msiexec /i python-2.7.3.msi /quiet /norestart /log python27_install.log TARGETDIR=c:\mozilla-build\python27 ALLUSERS=1
Assignee | ||
Comment 13•13 years ago
|
||
I just talked to Armen. It turns out that we need to deploy w64-ix files using GPO.
@MaRu:
What's the procedure to deploy this package? It sounds like we may need a transformation file to pass TARGETDIR.
Assignee | ||
Comment 14•13 years ago
|
||
All done here. I filed bug 755742 to track GPO deployment of the package.
Status: NEW → ASSIGNED
Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 15•12 years ago
|
||
Documented in here:
https://wiki.mozilla.org/ReferencePlatforms/Test/WinXP#Python_2.7
rail, would you please mind reviewing the documentation?
Thanks!
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 16•12 years ago
|
||
(In reply to Armen Zambrano G. [:armenzg] from comment #15)
> Documented in here:
> https://wiki.mozilla.org/ReferencePlatforms/Test/WinXP#Python_2.7
>
> rail, would you please mind reviewing the documentation?
> Thanks!
It looks good. I added the link where the file was downloaded from.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•