Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 21538

Summary: repoman fails silently if files/ hasn't been cvs added
Product: Portage Development Reporter: Tom Payne (RETIRED) <twp>
Component: UnclassifiedAssignee: Nicholas Jones (RETIRED) <carpaski>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tom Payne (RETIRED) gentoo-dev 2003-05-23 06:56:09 UTC
Hi --

Repoman does not notice if you have failed to cvs add files. Instead, digests
are not committed to the repository and repoman does not warn you. This breaks
packages in portage because they end up having no digests.

Tom
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-05-29 04:15:26 UTC
You are certain about that? It doesn't quite make sense because if
a directory isn't added, the files inside can't be, and it should
be checking those.

I added a quick check into repoman that should cover it.
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2003-06-29 21:41:23 UTC
Should be working.