Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 665736 Details for
Bug 888517
pungi missing checksums in .treeinfo on ppc64
[?]
New
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.rh83 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]
fix checksum generation on ppc64
0001-Generate-checksums-on-ppc64.patch (text/plain), 913 bytes, created by
David Aquilina
on 2012-12-18 19:57:25 UTC
(
hide
)
Description:
fix checksum generation on ppc64
Filename:
MIME Type:
Creator:
David Aquilina
Created:
2012-12-18 19:57:25 UTC
Size:
913 bytes
patch
obsolete
>From 4f92d2a3d329730a672e86cb34cb7a3fee1f6ddf Mon Sep 17 00:00:00 2001 >From: David W. Aquilina <dwa@redhat.com> >Date: Tue, 18 Dec 2012 13:40:26 -0500 >Subject: [PATCH] Generate checksums on ppc64 > >--- > src/pypungi/__init__.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/src/pypungi/__init__.py b/src/pypungi/__init__.py >index 3d77101..42e0495 100644 >--- a/src/pypungi/__init__.py >+++ b/src/pypungi/__init__.py >@@ -959,7 +959,7 @@ class Pungi(pypungi.PungiBase): > os.path.walk(os.path.join(self.topdir, 'images'), getsum, self.topdir + '/') > > # Capture PPC images >- if self.config.get('pungi', 'arch') == 'ppc': >+ if self.config.get('pungi', 'arch') == 'ppc64': > os.path.walk(os.path.join(self.topdir, 'ppc'), getsum, self.topdir + '/') > > # Get a checksum of repomd.xml since it has within it sums for other files >-- >1.7.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 888517
: 665736