Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102281 - [PATCH] Digest Error Msg Cleanup
Summary: [PATCH] Digest Error Msg Cleanup
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-12 12:44 UTC by Doug Goldstein (RETIRED)
Modified: 2005-08-13 13:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
digest-msg.patch (digest-msg.patch,497 bytes, patch)
2005-08-12 12:45 UTC, Doug Goldstein (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Doug Goldstein (RETIRED) gentoo-dev 2005-08-12 12:44:55 UTC
Patch to change the need to digest error msg to be a little easier and nicer.


--- /usr/lib/portage/pym/portage.py.old 2005-07-19 16:29:27.000000000 -0400
+++ portage.py  2005-08-10 01:54:32.000000000 -0400
@@ -2240,7 +2240,7 @@
                                        print "--- No package manifest
found:",manifestfn
                        if not os.path.exists(digestfn):
                                print "!!! No package digest file found:",digestfn
-                               print "!!! Type \"ebuild foo.ebuild digest\" to
generate it."
+                               print "!!! Type \"emerge
--digest",mysettings["PN"],"\" to generate it."
                                return 0

        mydigests=digestParseFile(digestfn)
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2005-08-12 12:45:41 UTC
Created attachment 65780 [details, diff]
digest-msg.patch

Digest Message Patch
Comment 2 Brian Harring (RETIRED) gentoo-dev 2005-08-13 13:17:29 UTC
oops, never in cvs...
invalid, doesn't account for N repos