FreeBSD Bugzilla – Attachment 235227 Details for
Bug 265177
net/cloud-init: fails when attempting to use write_files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
reformat makepatch for current port
patch-cloudinit_util.py (text/plain), 412 bytes, created by
Andrey Fesenko
on 2022-07-12 21:50:56 UTC
(
hide
)
Description:
reformat makepatch for current port
Filename:
MIME Type:
Creator:
Andrey Fesenko
Created:
2022-07-12 21:50:56 UTC
Size:
412 bytes
patch
obsolete
>--- cloudinit/util.py.orig 2022-07-12 21:47:53 UTC >+++ cloudinit/util.py >@@ -1549,7 +1549,7 @@ def chownbyname(fname, user=None, group=None): > if user: > uid = pwd.getpwnam(user).pw_uid > if group: >- gid = grp.getgrnam(group).gr_gid >+ pass > except KeyError as e: > raise OSError("Unknown user or group: %s" % (e)) from e > chownbyid(fname, uid, gid)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
andrey
:
maintainer-approval-
Actions:
View
Attachments on
bug 265177
: 235227