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 226061 Details for
Bug 329471
sabayon-apply is blowing up with missing directories
[?]
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 to create all directories in Python mkdir -p
sabayon-mkdirs.patch (text/x-patch), 568 bytes, created by
Daniel Walsh
on 2007-10-12 19:57:59 UTC
(
hide
)
Description:
Patch to create all directories in Python mkdir -p
Filename:
MIME Type:
Creator:
Daniel Walsh
Created:
2007-10-12 19:57:59 UTC
Size:
568 bytes
patch
obsolete
>diff -up sabayon-2.20.1/lib/storage.py.selinux sabayon-2.20.1/lib/storage.py >--- sabayon-2.20.1/lib/storage.py.selinux 2007-09-19 20:19:29.000000000 -0400 >+++ sabayon-2.20.1/lib/storage.py 2007-10-12 15:43:14.000000000 -0400 >@@ -52,7 +52,7 @@ def copy_tree (dst_base, src_base, dst_n > > try: > dprint ("Making dir %s", os.path.join (dst_base, dst_name)) >- os.mkdir (os.path.join (dst_base, dst_name)) >+ os.makedirs (os.path.join (dst_base, dst_name)) > except OSError, err: > if err.errno != errno.EEXIST: > raise err
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 Raw
Actions:
View
Attachments on
bug 329471
:
225621
| 226061