Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 19333 Details for
Bug 31298
Hide the %$#%$ timestamp.x files under /usr/portage/
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for emerge program
emerge.patch (text/plain), 776 bytes, created by
James Bowlin
on 2003-10-16 14:50:21 UTC
(
hide
)
Description:
patch for emerge program
Filename:
MIME Type:
Creator:
James Bowlin
Created:
2003-10-16 14:50:21 UTC
Size:
776 bytes
patch
obsolete
>--- emerge.orig 2003-10-16 15:07:48.000000000 +0000 >+++ emerge 2003-10-16 15:05:20.000000000 +0000 >@@ -1743,7 +1743,7 @@ > mytimeout=int(portage.settings["RSYNC_TIMEOUT"]) > except: > pass >- mycommand="/usr/bin/rsync -rlptDvz --progress --stats --delete --delete-after --timeout="+str(mytimeout)+" --exclude='distfiles/*' --exclude='local/*' --exclude='packages/*' " >+ mycommand="/usr/bin/rsync -rlptDvz --progress --stats --delete --delete-after --timeout="+str(mytimeout)+" --exclude='distfiles/*' --exclude='local/*' --exclude='packages/*' --exclude='timestamp.x' " > if portage.settings.has_key("RSYNC_EXCLUDEFROM"): > if os.path.exists(portage.settings["RSYNC_EXCLUDEFROM"]): > mycommand=mycommand+" --exclude-from "+portage.settings["RSYNC_EXCLUDEFROM"]
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 31298
: 19333