Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 577790 - echangelog: error due missing skel.ChangeLog in gentoo repository
Summary: echangelog: error due missing skel.ChangeLog in gentoo repository
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2016-03-19 21:38 UTC by Alexandr Tiurin
Modified: 2016-03-19 23:12 UTC (History)
1 user (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 Alexandr Tiurin 2016-03-19 21:38:24 UTC
An issue with echengelog 

# echangelog init
WARNING: 'portageq portdir' is deprecated. Use the get_repo_path command instead. eg: 'portageq get_repo_path / gentoo' instead.
Can't open /usr/portage/skel.ChangeLog for input: No such file or directory

# ls /usr/portage/skel.* -1
/usr/portage/skel.ebuild
/usr/portage/skel.metadata.xml


skel.Changelog not found in https://github.com/gentoo-mirror/gentoo



Reproducible: Always
Comment 1 Mike Gilbert gentoo-dev 2016-03-19 22:32:22 UTC
skel.ChangeLog was removed because we no longer have any use for it.

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6238e78c10402e0273f3e154a590a9f558f7a2

echangelog should probably be updated use a template from somewhere else.