Closed
Bug 1128620
Opened 11 years ago
Closed 11 years ago
cloud-tools update on slaveapi failing
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Callek, Unassigned)
References
Details
Attachments
(1 file)
|
776 bytes,
patch
|
coop
:
review+
|
Details | Diff | Splinter Review |
This is probably just a simple puppet change, but:
(prod)[cltbld@slaveapi1.srv.releng.scl3.mozilla.com prod]$ tail /var/spool/mail/cltbld
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/home/cltbld>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=cltbld>
X-Cron-Env: <USER=cltbld>
Message-Id: <20150120155501.857606073B@slaveapi1.srv.releng.scl3.mozilla.com>
Date: Tue, 20 Jan 2015 07:55:01 -0800 (PST)
/bin/sh: git: command not found
was regressed by:
Bug 1105430
I'm not certain if we need to force re-clone cloud tools on slaveapi or not though.
Comment 1•11 years ago
|
||
I made the mistake of manually updating this today and broke all the things because of: https://bugzilla.mozilla.org/show_bug.cgi?id=1020512#c30
for what it's worth wrt git not being in the path:
(dev)[cltbld@slaveapi-dev1.srv.releng.scl3.mozilla.com aws]$ which git
/usr/local/bin/git
looks like we need to add '/usr/local' to PATH:
X-Cron-Env: <PATH=/usr/bin:/bin>
Comment 2•11 years ago
|
||
Cron tasks really shouldn't be relying on PATH, but should specify the fully-qualified pathname of the executable.
Comment 3•11 years ago
|
||
Attachment #8581428 -
Flags: review?(coop)
Updated•11 years ago
|
Attachment #8581428 -
Flags: review?(coop) → review+
Comment 4•11 years ago
|
||
resolved with http://hg.mozilla.org/build/puppet/rev/90668fc6e5b5
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•8 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•