From: Marius Mauch <genone@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] Multi hash support in portage - status
Date: Thu, 24 Nov 2005 01:32:59 +0100 [thread overview]
Message-ID: <20051124013259.35568441@sven.genone.homeip.net> (raw)
In-Reply-To: <20051124010432.33eecead@sven.genone.homeip.net>
[-- Attachment #1.1: Type: text/plain, Size: 635 bytes --]
On Thu, 24 Nov 2005 01:04:32 +0100
Marius Mauch <genone@gentoo.org> wrote:
> Ok I have three modifications that are pending to go into portage:
> - The first simply enables creation of SHA1 checksums (and others if
> implemented like with the second mod), if you want to try it yourself
> see the attached patch.
Bah, really have to port my old Outlook mods so I don't keep forgetting
the attachments all the time.
Marius
--
Public Key at http://www.genone.de/info/gpg-key.pub
In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: sha1-enable.diff --]
[-- Type: text/x-patch; name=sha1-enable.diff, Size: 537 bytes --]
Index: pym/portage.py
===================================================================
--- pym/portage.py (revision 2316)
+++ pym/portage.py (working copy)
@@ -2095,11 +2095,6 @@
myline += " "+mysum
myline += " "+myarchive
myline += " "+str(mysize)
- if sumName != "MD5":
- # XXXXXXXXXXXXXXXX This cannot be used!
- # Older portage make very dumb assumptions about the formats.
- # We need a lead-in period before we break everything.
- continue
mylines.append(myline)
return mylines
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2005-11-24 0:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-24 0:04 [gentoo-dev] Multi hash support in portage - status Marius Mauch
2005-11-24 0:32 ` Marius Mauch [this message]
2005-11-24 0:49 ` Jason Stubbs
2005-11-24 1:07 ` Marius Mauch
2005-11-24 11:57 ` Jason Stubbs
2005-11-24 14:01 ` Chris Gianelloni
2005-11-24 6:33 ` Marc Hildebrand
2005-11-24 10:38 ` Marius Mauch
2005-11-24 13:56 ` Grant Goodyear
2005-11-24 13:58 ` Chris Gianelloni
2005-11-26 2:12 ` Marius Mauch
2005-11-26 3:11 ` Jason Stubbs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051124013259.35568441@sven.genone.homeip.net \
--to=genone@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox