Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 907713 Details for
Bug 1108265
mockchain.py sets up default config with group id instead of user id
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
getuid patch
0001-mockchain-set-up-config-defaults-using-os.getuid.patch (text/plain), 734 bytes, created by
Robert Hamrick
on 2014-06-11 15:53:06 UTC
(
hide
)
Description:
getuid patch
Filename:
MIME Type:
Creator:
Robert Hamrick
Created:
2014-06-11 15:53:06 UTC
Size:
734 bytes
patch
obsolete
>From 54a481b4c9693e4abcd0983e353c781d8c3f8381 Mon Sep 17 00:00:00 2001 >From: Robert Hamrick <rhamrick@pixar.com> >Date: Wed, 11 Jun 2014 08:50:50 -0700 >Subject: [PATCH 1/1] mockchain: set up config defaults using os.getuid > >--- > py/mockchain.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/py/mockchain.py b/py/mockchain.py >index c937ee5..33fbb7f 100755 >--- a/py/mockchain.py >+++ b/py/mockchain.py >@@ -201,7 +201,7 @@ def main(args): > > global config_opts > >- config_opts = mockbuild.util.setup_default_config_opts(os.getgid(), __VERSION__, PKGPYTHONDIR) >+ config_opts = mockbuild.util.setup_default_config_opts(os.getuid(), __VERSION__, PKGPYTHONDIR) > > opts, args = parse_args(args) > >-- >1.8.0 >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1108265
: 907713