Closed
Bug 1202962
Opened 10 years ago
Closed 10 years ago
Unrecognized escape sequences
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Infrastructure & Operations
RelOps: Puppet
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: arich, Assigned: dividehex)
Details
Attachments
(1 file, 1 obsolete file)
|
4.78 KB,
patch
|
dustin
:
review+
dividehex
:
checked-in+
|
Details | Diff | Splinter Review |
We've had a few more of these crop up. We want to make sure to check puppet logs when making changes so that we don't keep introducing these issues.
Unrecognised escape sequence '\b' in file /etc/puppet/production/modules/runner/manifests/settings.pp at line 19
Unrecognised escape sequence '\ ' in file /etc/puppet/production/modules/gui/manifests/appearance.pp at line 14
Unrecognised escape sequence '\ ' in file /etc/puppet/production/modules/gui/manifests/appearance.pp at line 15
Unrecognised escape sequence '\R' in file /etc/puppet/production/modules/needs_reboot/manifests/init.pp at line 53
| Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(mcornmesser)
Flags: needinfo?(jwatkins)
| Reporter | ||
Comment 1•10 years ago
|
||
And one more:
Unrecognised escape sequence '\h' in file /etc/puppet/production/modules/packages/manifests/mozilla/mozilla_build.pp at line 44
| Assignee | ||
Comment 2•10 years ago
|
||
Changes double quote to single quote. Puppet should not be interrupting those backslashes as escape sequences.
Flags: needinfo?(jwatkins)
Attachment #8658823 -
Flags: review?(arich)
| Reporter | ||
Updated•10 years ago
|
Attachment #8658823 -
Flags: review?(arich) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Fixes various strings. Untested
Assignee: relops → jwatkins
Attachment #8658823 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Flags: needinfo?(mcornmesser)
Attachment #8658834 -
Flags: review?(dustin)
Updated•10 years ago
|
Attachment #8658834 -
Flags: review?(dustin) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8658834 [details] [diff] [review]
bug1202962-1.patch
remote: https://hg.mozilla.org/build/puppet/rev/56a15775d64d
remote: https://hg.mozilla.org/build/puppet/rev/c7c38582c4de
Attachment #8658834 -
Flags: checked-in+
| Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•