Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482302 - anongit misses commits in gentoo-news repository
Summary: anongit misses commits in gentoo-news repository
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Infrastructure
URL: http://sources.gentoo.org/gitweb/?p=p...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-24 08:05 UTC by Ulrich Müller
Modified: 2015-03-10 20:47 UTC (History)
0 users

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 Ulrich Müller gentoo-dev 2013-08-24 08:05:28 UTC
If I pull from git+ssh://git@git.gentoo.org/proj/gentoo-news.git I get this (supposedly correct) commit as the head:

   commit 5d646105f21ab4462d220b65f4a17e4c73150409
   Author: Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org>
   Date:   Fri Aug 23 11:04:35 2013 +0200

Whereas git://anongit.gentoo.org/proj/gentoo-news.git misses the latest three commits, so I get this as the head:

   commit 599aeeacf88dbe805a8310ba1c4c9dd70aa2baf4
   Author: Zac Medico <zmedico@gentoo.org>
   Date:   Fri Jun 7 00:47:18 2013 -0700

Some for the gitweb, see URL.
Comment 1 Ulrich Müller gentoo-dev 2013-08-24 08:06:23 UTC
(In reply to Ulrich Müller from comment #0)
> Some for the gitweb, see URL.

s/Some/Same/
Comment 2 Alec Warner (RETIRED) archtester gentoo-dev Security 2013-08-28 07:03:37 UTC
gcvsd-rsync@motmot /var/gitroot/proj/gentoo-news.git $ /usr/bin/git remote update --prune
Fetching origin
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Could not fetch origin

According to logs on git.gentoo.org:

./config permission denied.

Making the gentoo-new's config readable by nobody fixes the problem. The question is how did it get broken (did a gitolite update do it?)

-A
Comment 3 Alec Warner (RETIRED) archtester gentoo-dev Security 2013-12-21 22:20:11 UTC
This has recurred (packages.gentoo.org is now behind.)

I need to take more time on Sunday (tomorrow) to figure out why.

-A
Comment 4 Alex Legler (RETIRED) archtester gentoo-dev Security 2015-03-10 20:47:16 UTC
This should be fixed with the new anongit setup. Reopen if it should occur again.