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 861354 Details for
Bug 1063275
Undeclared variable causing traceback
[?]
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]
patch
0001-declaring-variable.patch (text/plain), 1.03 KB, created by
Tomas Kopecek
on 2014-02-10 11:54:40 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Tomas Kopecek
Created:
2014-02-10 11:54:40 UTC
Size:
1.03 KB
patch
obsolete
>From 0e49c3cb630542879c5c1c11c9ac2bd71526cd9b Mon Sep 17 00:00:00 2001 >From: Tomas Kopecek <tkopecek@redhat.com> >Date: Mon, 10 Feb 2014 12:50:06 +0100 >Subject: [PATCH] declaring variable > >--- > py/mockbuild/backend.py | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/py/mockbuild/backend.py b/py/mockbuild/backend.py >index b2e5a0b..e8682e6 100644 >--- a/py/mockbuild/backend.py >+++ b/py/mockbuild/backend.py >@@ -812,6 +812,7 @@ class Root(object): > self._resetLogging() > self._callHooks("prechroot") > try: >+ chrootstate = None > self._setupDirs() > self._setupDev() > self._setupFiles() >@@ -825,7 +826,8 @@ class Root(object): > self.doChroot(args, shell=shell, cwd=options.cwd, printOutput=True) > finally: > self._umountall() >- self.finish(chrootstate) >+ if chrootstate is not None: >+ self.finish(chrootstate) > self._callHooks("postchroot") > self.unlockBuildRoot() > >-- >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 1063275
: 861354 |
878308