linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] git web interface was changed to cgit
@ 2014-04-02 22:26 Mauro Carvalho Chehab
  2014-04-03  0:56 ` David Härdeman
  2014-04-03 12:16 ` Enrico
  0 siblings, 2 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2014-04-02 22:26 UTC (permalink / raw)
  To: LMML

Hi all,

I changed today our git web interface from gitweb to cgit, due to seveal
reasons:
	- cgit is faster;
	- cgit has a page cache. That helps to reduce the CPU usage while
	  handling the pages;
	- cgit is more powerful and have more options;
	- gitweb is not used anymore on most projects;
	- gitweb is not as well maintained as cgit.

I changed from the default .css file to a customized one, as our site uses
black as the background for most things. That's said, I'm not a web designer.

I'm pretty sure that this could be improved a lot, but we lack time and
manpower to do it. So, if someone with web design experience could take
a look at the current cgit.css file and send us a new version or 
suggestions to improve it, be welcomed!

Please ping me if you fin any problems on it.

-- 

Regards,
Mauro

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] git web interface was changed to cgit
  2014-04-02 22:26 [ANNOUNCE] git web interface was changed to cgit Mauro Carvalho Chehab
@ 2014-04-03  0:56 ` David Härdeman
  2014-04-03  1:41   ` Mauro Carvalho Chehab
  2014-04-03 12:16 ` Enrico
  1 sibling, 1 reply; 5+ messages in thread
From: David Härdeman @ 2014-04-03  0:56 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: LMML

On Wed, Apr 02, 2014 at 07:26:51PM -0300, Mauro Carvalho Chehab wrote:
>I changed today our git web interface from gitweb to cgit, due to seveal
>reasons:
...
>Please ping me if you fin any problems on it.

Hi,

one small thing I've noticed is that the repo links from
http://linuxtv.org/cvs.php are broken now.

Regards,
David


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] git web interface was changed to cgit
  2014-04-03  0:56 ` David Härdeman
@ 2014-04-03  1:41   ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2014-04-03  1:41 UTC (permalink / raw)
  To: David Härdeman; +Cc: LMML

Em Thu, 03 Apr 2014 02:56:41 +0200
David Härdeman <david@hardeman.nu> escreveu:

> On Wed, Apr 02, 2014 at 07:26:51PM -0300, Mauro Carvalho Chehab wrote:
> >I changed today our git web interface from gitweb to cgit, due to seveal
> >reasons:
> ...
> >Please ping me if you fin any problems on it.
> 
> Hi,
> 
> one small thing I've noticed is that the repo links from
> http://linuxtv.org/cvs.php are broken now.

Thanks for noticing!

I added a rewrite rule. This way, the old URLs will still work.

Regards,
Mauro

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] git web interface was changed to cgit
  2014-04-02 22:26 [ANNOUNCE] git web interface was changed to cgit Mauro Carvalho Chehab
  2014-04-03  0:56 ` David Härdeman
@ 2014-04-03 12:16 ` Enrico
  2014-04-03 13:02   ` Mauro Carvalho Chehab
  1 sibling, 1 reply; 5+ messages in thread
From: Enrico @ 2014-04-03 12:16 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: LMML

On Thu, Apr 3, 2014 at 12:26 AM, Mauro Carvalho Chehab
<m.chehab@samsung.com> wrote:
> Hi all,
>
> I changed today our git web interface from gitweb to cgit, due to seveal
> reasons:
> ...
> Please ping me if you fin any problems on it.

http://git.linuxtv.org/cgit.cgi/media_build.git/tree/README

the first time i opened that link i got an internal server error, then
it shows an "empty" file (many lines, all empty).

It seems to happen for every file, even in other repos:

http://git.linuxtv.org/cgit.cgi/linux.git/tree/README

Enrico

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] git web interface was changed to cgit
  2014-04-03 12:16 ` Enrico
@ 2014-04-03 13:02   ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2014-04-03 13:02 UTC (permalink / raw)
  To: Enrico; +Cc: LMML

Em Thu, 03 Apr 2014 14:16:51 +0200
Enrico <ebutera@users.berlios.de> escreveu:

> On Thu, Apr 3, 2014 at 12:26 AM, Mauro Carvalho Chehab
> <m.chehab@samsung.com> wrote:
> > Hi all,
> >
> > I changed today our git web interface from gitweb to cgit, due to seveal
> > reasons:
> > ...
> > Please ping me if you fin any problems on it.
> 
> http://git.linuxtv.org/cgit.cgi/media_build.git/tree/README
> 
> the first time i opened that link i got an internal server error, then
> it shows an "empty" file (many lines, all empty).
> 
> It seems to happen for every file, even in other repos:
> 
> http://git.linuxtv.org/cgit.cgi/linux.git/tree/README

Fixed. A highlight filter was missing.

Regards,
Mauro

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-04-03 13:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-02 22:26 [ANNOUNCE] git web interface was changed to cgit Mauro Carvalho Chehab
2014-04-03  0:56 ` David Härdeman
2014-04-03  1:41   ` Mauro Carvalho Chehab
2014-04-03 12:16 ` Enrico
2014-04-03 13:02   ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).