Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 105401 Details for
Bug 160033
gensync (gentoolkit-dev) produces bad rsync URL
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix
gensync-rsync.patch (text/plain), 602 bytes, created by
Daniel Drake (RETIRED)
on 2007-01-04 10:42:06 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Daniel Drake (RETIRED)
Created:
2007-01-04 10:42:06 UTC
Size:
602 bytes
patch
obsolete
> >From: Daniel Drake <d.drake@mmm.com> > >Index: gentoolkit-dev-0.2.6.1/src/gensync/gensync >=================================================================== >--- gentoolkit-dev-0.2.6.1.orig/src/gensync/gensync >+++ gentoolkit-dev-0.2.6.1/src/gensync/gensync >@@ -105,7 +105,7 @@ class SyncSource: > self.overlay = value > def perform_sync(self): > """Syncs with upstream source.""" >- cmd = Config.rsync_command + self.url +"/* " + self.overlay >+ cmd = Config.rsync_command + self.url +"/ " + self.overlay > exitcode = portage.spawn(cmd, portage.settings, free=1) > > def dump(self,ous=sys.stdout):
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 160033
: 105401