Code: Select all
gopher portage # git clean -df
gopher portage # git checkout -- .
gopher portage # git fetch
gopher portage # git pull
... tons of changes ...
Automatic merge failed; fix conflicts and then commit the result.Code: Select all
....
new file: xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.ebuild
modified: xfce-extra/xfce4-gvfs-mount/Manifest
modified: xfce-extra/xfce4-linelight-plugin/Manifest
modified: xfce-extra/xfce4-modemlights-plugin/Manifest
modified: xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.3.ebuild
modified: xfce-extra/xfce4-volumed/Manifest
Unmerged paths:
(use "git add/rm <file>..." as appropriate to mark resolution)
deleted by us: metadata/dtd/repositories.dtd
both modified: metadata/timestamp.chkCode: Select all
............
A xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.ebuild
M xfce-extra/xfce4-gvfs-mount/Manifest
M xfce-extra/xfce4-linelight-plugin/Manifest
M xfce-extra/xfce4-modemlights-plugin/Manifest
M xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.3.ebuild
M xfce-extra/xfce4-volumed/Manifest
Pull is not possible because you have unmerged files.
Please, fix them up in the work tree, and then use 'git add/rm <file>'
as appropriate to mark resolution and make a commit.
!!! git pull error in /usr/portage
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
.='update pass' *='binary update' #='/var/db update' @='/var/db move'
s='/var/db SLOT move' %='binary move' S='binary SLOT move'
p='update /etc/portage/package.*'
/usr/portage/profiles/updates/3Q-2015...........................
q: Updating ebuild cache ...
q: Finished 38224 entries in 1.758487 seconds
* Main gentoo tree does not appear to have changed: exiting
* Use -a or set have_changed=: in a ! hook to override this check
* Time statistics:
24 seconds for syncing
25 seconds totalCode: Select all
gopher portage # cat /etc/portage/repos.conf/gentoo.conf
[DEFAULT]
main-repo = gentoo
[gentoo]
#location = /usr/portage
#sync-type = rsync
#sync-uri = rsync://rsync6.pl.gentoo.org/gentoo-portage
location = /usr/portage
sync-type = git
sync-uri = https://github.com/gentoo-mirror/gentoo
auto-sync = yes
sync-depth =1Code: Select all
gopher portage # git remote -v
origin https://github.com/gentoo-mirror/gentoo (fetch)
origin https://github.com/gentoo-mirror/gentoo (push)Code: Select all
gopher portage # git config -l
user.name=les kes
user.email=xxxxxxx@mail.com
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=https://github.com/gentoo-mirror/gentoo
remote.origin.fetch=+refs/heads/master:refs/remotes/origin/master
branch.master.remote=origin
branch.master.merge=refs/heads/master
merge.renamelimit=3467




