Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 216430 Details for
Bug 300922
Gentoo Prefix can't store .py[co] files in binpkgs.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
--exclude=*.pyc --exclude=*.pyo
portage_binpkg.patch (text/plain), 545 bytes, created by
Jeremy Olexa (darkside) (RETIRED)
on 2010-01-13 23:20:21 UTC
(
hide
)
Description:
--exclude=*.pyc --exclude=*.pyo
Filename:
MIME Type:
Creator:
Jeremy Olexa (darkside) (RETIRED)
Created:
2010-01-13 23:20:21 UTC
Size:
545 bytes
patch
obsolete
>--- pym/portage/__init__.py.orig 2010-01-13 17:03:49.371745000 -0600 >+++ pym/portage/__init__.py 2010-01-13 17:18:38.228443000 -0600 >@@ -8912,7 +8912,7 @@ > > writemsg_stdout(_(">>> Extracting %s\n") % mypkg) > retval = portage.process.spawn_bash( >- "bzip2 -dqc -- '%s' | tar -xp -C '%s' -f -" % (mytbz2, pkgloc), >+ "bzip2 -dqc -- '%s' | tar --exclude=*.pyc --exclude=*.pyo -xp -C '%s' -f -" % (mytbz2, pkgloc), > env=mysettings.environ()) > if retval != os.EX_OK: > writemsg(_("!!! Error Extracting '%s'\n") % mytbz2, noiselevel=-1)
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 300922
:
216429
|
216430