Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 999612 Details for
Bug 1198723
[RFE] GPG support for Debian packages /repos
Home
New
Search
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.rh90 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]
apt-transport-spacewalk patch for signed repos
file_1198723.txt (text/plain), 1.04 KB, created by
schuler.philipp
on 2015-03-09 15:45:21 UTC
(
hide
)
Description:
apt-transport-spacewalk patch for signed repos
Filename:
MIME Type:
Creator:
schuler.philipp
Created:
2015-03-09 15:45:21 UTC
Size:
1.04 KB
patch
obsolete
>diff --git a/spacewalk b/spacewalk >index 86df2a2..d450a42 100755 >--- a/spacewalk >+++ b/spacewalk >@@ -191,12 +191,13 @@ class spacewalk_method(pkg_acquire_method): > > def __transform_document(self, document): > """Transform url given by apt to real spacewalk url""" >- document = document.replace('dists/channels:/main/', >- 'dists/channels:/' + self.base_channel + '/', 1) >- document = re.sub('/binary-[\d\w]*/', '/repodata/', document, 1) >- document = document.replace('dists/channels:/', '/XMLRPC/GET-REQ/', 1) >- return document >+ document = document.replace('dists/', '/XMLRPC/GET-REQ/', 1) >+ document = re.sub('/binary-[\d\w]*/', '/', document, 1) >+ document = re.sub('/(Release|Release.gz)',r'/repodata/\1', document, 1) >+ # point i18n to wrong path so we dont get traceback mails when not having i18n in repodata >+ document = document.replace('repodata/i18n', '/i18n', 1) > >+ return document > > def fetch(self, msg): > """ >(END)
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 1198723
:
999611
| 999612 |
999613
|
999617
|
1301897
|
1301909
|
1301915