Bugzilla – Attachment 183675 Details for
Bug 341617
Yast2 PatchCD looks for file ./patches/content
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
proposed patch for pkg-bindings (may not be correct or complete)
patch (text/plain), 715 bytes, created by
Jan Kupec
on 2007-11-16 12:32:01 UTC
(
hide
)
Description:
proposed patch for pkg-bindings (may not be correct or complete)
Filename:
MIME Type:
Creator:
Jan Kupec
Created:
2007-11-16 12:32:01 UTC
Size:
715 bytes
patch
obsolete
>Index: Source.cc >=================================================================== >--- Source.cc (revision 42122) >+++ Source.cc (working copy) >@@ -1494,10 +1494,12 @@ > // the type is not specified or is wrong, autoprobe the type > if (repotype == zypp::repo::RepoType::NONE) > { >- y2milestone("Probing source type: '%s'", url.asString().c_str()); >+ zypp::Url probe_url(url_r); >+ probe_url.setPathName(path_r); >+ y2milestone("Probing source type: '%s'", probe_url.asString().c_str()); > > // autoprobe type of the repository >- repotype = ProbeWithCallbacks(url); >+ repotype = ProbeWithCallbacks(probe_url); > } > > y2milestone("Using source type: %s", repotype.asString().c_str());
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 341617
:
183334
|
183675
|
183725