https://bugzilla.wikimedia.org/show_bug.cgi?id=62871

Tim Landscheidt <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Tim Landscheidt <[email protected]> ---
It is already included in exec_environ (cf.
http://git.wikimedia.org/blob/operations%2Fpuppet.git/production/modules%2Ftoollabs%2Fmanifests%2Fexec_environ.pp#L283)
and, indeed, it is installed on all exec nodes:

| [tim@passepartout ~]$ pdsh -f 1 -w tools-exec-0[1-9].eqiad.wmflabs -w
tools-exec-1[0-3].eqiad.wmflabs 'if dpkg-query -s git-review > /dev/null 2>&1;
then echo Installed.; else echo Not installed.; fi'
| tools-exec-01: Installed.
| tools-exec-02: Installed.
| tools-exec-03: Installed.
| tools-exec-04: Installed.
| tools-exec-05: Installed.
| tools-exec-06: Installed.
| tools-exec-07: Installed.
| tools-exec-08: Installed.
| tools-exec-09: Installed.
| tools-exec-10: Installed.
| tools-exec-11: Installed.
| tools-exec-12: Installed.
| tools-exec-13: Installed.
| [tim@passepartout ~]$

I've had a look at your scripts and unfortunately they're too complicated to
make a quick assessment why "git review" is failing.  I do note however that
you are trying to execute it from within Python via subprocess.Popen(), so I
added a debug print of $PATH to maintenance1.py and maintenance4.py.  Please
ping me in #wikimedia-labs when you get another failure.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to