Closed
Bug 1258749
Opened 9 years ago
Closed 9 years ago
git path changed
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Infrastructure & Operations
RelOps: Puppet
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dividehex, Assigned: dividehex)
References
Details
Attachments
(1 file)
4.32 KB,
patch
|
dustin
:
review+
dividehex
:
checked-in+
|
Details | Diff | Splinter Review |
Since moving to a custom repo and a traditional git package (as opposed to the mozilla-git custom build), git is now located in /usr/bin. There are still a few full path references to the old path (/usr/loca/bin) throughout the puppet manifests. These need to be updated.
eg.
/var/lib/puppetmaster/ssl/scripts/git_common.sh: line 14: /usr/local/bin/git: No such file or directory
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8733433 -
Flags: review?(dustin)
Updated•9 years ago
|
Attachment #8733433 -
Flags: review?(dustin) → review+
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8733433 [details] [diff] [review]
bug1258749-1-update-git-paths.patch
remote: https://hg.mozilla.org/build/puppet/rev/4304f580348d
remote: https://hg.mozilla.org/build/puppet/rev/5d8f4085e1cd
Attachment #8733433 -
Flags: checked-in+
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•