Difference between revisions of "News:Portage Git Sync Fix"

From Funtoo
Jump to navigation Jump to search
(Created page with "{{News |Summary=Portage Git Sync fix |News Format=Extended |News Category=General |Author=Oleg |Publication Status=Draft |Publication Date=2016/11/14 }} * upstream experiment...")
 
Line 4: Line 4:
|News Category=General
|News Category=General
|Author=Oleg
|Author=Oleg
|Publication Status=Draft
|Publication Status=Published
|Publication Date=2016/11/14
|Publication Date=2016/11/14
}}
}}

Revision as of 13:26, November 14, 2016

Portage Git Sync Fix

Portage Git Sync fix

By Oleg / November 14, 2016
  • upstream experimental changes in git.py module which added into portage and in portage ebuilds caused a regression, which result in missing objects in portage tree or other artifacts. We reverted this to older stable behavior. [1] Update steps are:
root # cd /usr/portage
root # git pull
root # emerge --oneshot --update portage

git pull only needed once, so that portage tree getting all objects and fixed portage ebuild. After updating portage, updating of portage tree should be good by emerge --sync as we all used to do. [1] https://bugs.gentoo.org/show_bug.cgi?id=552814