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 861368 Details for
Bug 1063283
internal_dev_setup option is not used in all places
[?]
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]
initial patch
0002-internal_dev_setup-option-used-consistently.patch (text/plain), 1.03 KB, created by
Tomas Kopecek
on 2014-02-10 12:03:12 UTC
(
hide
)
Description:
initial patch
Filename:
MIME Type:
Creator:
Tomas Kopecek
Created:
2014-02-10 12:03:12 UTC
Size:
1.03 KB
patch
obsolete
>From 08ed3cb5fc701bf9d03c72f61abc3ca7d1335dc5 Mon Sep 17 00:00:00 2001 >From: Tomas Kopecek <tkopecek@redhat.com> >Date: Mon, 10 Feb 2014 13:00:00 +0100 >Subject: [PATCH 2/2] internal_dev_setup option used consistently > >--- > py/mockbuild/backend.py | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/py/mockbuild/backend.py b/py/mockbuild/backend.py >index e8682e6..daea29b 100644 >--- a/py/mockbuild/backend.py >+++ b/py/mockbuild/backend.py >@@ -425,8 +425,7 @@ class Root(object): > fo.write(self.chroot_file_contents[key]) > fo.close() > >- if self.internal_dev_setup: >- self._setupDev() >+ self._setupDev() > > # yum stuff > try: >@@ -460,6 +459,9 @@ class Root(object): > > decorate(traceLog()) > def _setupDev(self, interactive=False): >+ if not self.internal_dev_setup: >+ self._state_log.info("Skipping device setup due to config") >+ return > self.start("device setup") > try: > # files in /dev >-- >1.8.5.3 >
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 1063283
: 861368