Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703370 - sys-kernel/dracut-9999 README needs changed to README.md
Summary: sys-kernel/dracut-9999 README needs changed to README.md
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-12-19 14:59 UTC by Simon Alman
Modified: 2019-12-30 18:06 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Alman 2019-12-19 14:59:37 UTC
A single DOCS reference to README need to be updated to README.md for the 9999 ebuild as per the contents shown in: https://github.com/dracutdevs/dracut

Reproducible: Always

Steps to Reproduce:
1.emerge '=sys-kernel/dracut-9999'
2.build fails with:
``` FileNotFoundError: [Errno 2] No such file or directory: b'README' ```
Actual Results:  
"FileNotFoundError: [Errno 2] No such file or directory: b'README'"

Expected Results:  
Successful install ...
Comment 1 Larry the Git Cow gentoo-dev 2019-12-30 18:06:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3d086c31f06c3348b005903f75406de8b88f74

commit 8c3d086c31f06c3348b005903f75406de8b88f74
Author:     Daniel Cordero <gentoo@xxoo.ws>
AuthorDate: 2019-12-26 11:44:37 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2019-12-30 18:05:35 +0000

    sys-kernel/dracut: fix path to the readme in live ebuild
    
    Upstream commit ce0344d32 renamed the README file to README.md, causing the ebuild to not find one of the DOCS.
    
    Modify the ebuild DOCS list with the new filename.
    
    Closes: https://bugs.gentoo.org/703370
    Closes: https://github.com/gentoo/gentoo/pull/14125
    Signed-off-by: Daniel Cordero <gentoo@xxoo.ws>
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-kernel/dracut/dracut-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)