Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61594 Details for
Bug 96642
compile_output.log gets not cleaned up and leaves dead link
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch against GLIArchitectureTemplate.py
GLIArchitectureTemplate.py.diff (text/plain), 741 bytes, created by
Steven Mertens
on 2005-06-20 14:13:36 UTC
(
hide
)
Description:
patch against GLIArchitectureTemplate.py
Filename:
MIME Type:
Creator:
Steven Mertens
Created:
2005-06-20 14:13:36 UTC
Size:
741 bytes
patch
obsolete
>--- installer/src/GLIArchitectureTemplate.py 2005-06-17 03:22:52.000000000 +0200 >+++ installer-20050620-work/src/GLIArchitectureTemplate.py 2005-06-21 09:46:20.000000000 +0200 >@@ -32,6 +32,13 @@ > self._logger = GLILogger.Logger(self._client_configuration.get_log_file()) > self._compile_logfile = "/tmp/compile_output.log" > >+ # This will cleanup the logfile if it's a dead link (pointing >+ # to the chroot logfile when partitions aren't mounted, else >+ # no action needs to be taken >+ >+ if os.path.islink(self._compile_logfile) and not os.path.exists(self._compile_logfile): >+ os.unlink(self._compile_logfile) >+ > # cache the list of successfully mounted swap devices here > self._swap_devices = [] >
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 96642
: 61594