Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40441 Details for
Bug 65396
collision-protect: invalid cwd on unmerge
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
portage.py--collision-protect_restore_cwd.patch
portage.py--collision-protect_restore_cwd.patch (text/plain), 556 bytes, created by
TGL
on 2004-09-26 05:39:04 UTC
(
hide
)
Description:
portage.py--collision-protect_restore_cwd.patch
Filename:
MIME Type:
Creator:
TGL
Created:
2004-09-26 05:39:04 UTC
Size:
556 bytes
patch
obsolete
>--- pym/portage.py.rc3 2004-09-26 14:11:44.559725256 +0200 >+++ pym/portage.py 2004-09-26 14:20:50.727695104 +0200 >@@ -5922,6 +5922,7 @@ > myfilelist = listdir(srcroot, recursive=1, filesonly=1) > > # the linkcheck only works if we are in srcroot >+ mycwd=os.getcwd() > os.chdir(srcroot) > mysymlinks = filter(os.path.islink, listdir(srcroot, recursive=1, filesonly=0)) > >@@ -5979,6 +5980,8 @@ > self.delete() > self.unlockdb() > sys.exit(1) >+ try: os.chdir(mycwd) >+ except: pass > > > # get old contents info for later unmerging
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 65396
: 40441