View Full Version : Phoronix Launches Phorogit Repository
phoronix
11-20-2007, 02:10 PM
Phoronix: Phoronix Launches Phorogit Repository
At Phoronix we are pleased to announce the creation of Phorogit. This site is a free software repository using the Git version control system.
http://www.phoronix.com/vr.php?view=NjIxMQ
Nice idea!
A few points:
- The 'recent commits' box in the overview page of a git repo is mangled in firefox; konqueror seems unaffected for some reason:
http://img223.imageshack.us/img223/6429/phorogitffoxrenderbugnp1.jpg (http://imageshack.us)
- Please please please use a monospace font for the commitdiffs (a la gitweb); it's very hard to compare lines when they don't align properly.
Thanks!
fhuberts
11-20-2007, 02:54 PM
Michael,
why are you not using the normal gitweb interface??? this one is rather confusing. standards, standards, standards :-)
Berniyh
11-20-2007, 03:18 PM
What's the URL to pull from?
git://phorogit.com/projects/fglrx-packaging.git won't work.
(Tried a few others as well.)
nochka85
11-20-2007, 03:27 PM
I don't understand the way to use it ????
Michael
11-20-2007, 03:30 PM
What's the URL to pull from?
git://phorogit.com/projects/fglrx-packaging.git won't work.
(Tried a few others as well.)
Oops.
Pull from:
http://phorogit.com/repo/fglrx-packaging.git
Michael
11-20-2007, 03:30 PM
I don't understand the way to use it ????
A "easy to use" method will be introduced shortly.
Michael
11-20-2007, 03:31 PM
Michael,
why are you not using the normal gitweb interface??? this one is rather confusing. standards, standards, standards :-)
The reasons why will be known soon enough :) There's some features that Phorogit has that gitweb currently doesn't have to offer for display, in the ways of virtualized build testing and other features. More along the lines of creating a "Web 2.0" version of gitweb.
Michael
11-20-2007, 03:32 PM
Nice idea!
A few points:
- The 'recent commits' box in the overview page of a git repo is mangled in firefox; konqueror seems unaffected for some reason:
http://img223.imageshack.us/img223/6429/phorogitffoxrenderbugnp1.jpg (http://imageshack.us)
- Please please please use a monospace font for the commitdiffs (a la gitweb); it's very hard to compare lines when they don't align properly.
Thanks!
Your first problem seems to do with font differences, I should be able to make that more conservative to fix.
- Monospace will be added shortly, I thought I added it but I guess I forgot to upload.
Berniyh
11-20-2007, 03:53 PM
The reasons why will be known soon enough :) There's some features that Phorogit has that gitweb currently doesn't have to offer for display, in the ways of virtualized build testing and other features. More along the lines of creating a "Web 2.0" version of gitweb.
Maybe you could offer gitweb in addition.
There are many pages, that offer gitweb and cgit and you can choose which one you prefer.
Also, if you use git via http it's not optimal, couldn't you make it available via a git url as well?
un1xer
11-21-2007, 05:06 AM
Is AMD/ATI paying you guys or is just plain fanboyism!?!? :)
Michael
11-21-2007, 08:41 AM
Is AMD/ATI paying you guys or is just plain fanboyism!?!? :)
No, AMD is not funding us. It's simply the fact of better enabling the Linux community. If NVIDIA wants a git repository, they can have one too!
un1xer
11-21-2007, 03:50 PM
Ok, point taken.
But you must understand the reason behind my question, i see far more space dedicated to AMD/ATI news or related stuff in Phoronix, it would be a shame to see an excellent and a supposed impartial site like this turn to either one of the gpu manufacturers.
I'm sorry if i didn't express myself in a more appropriate way.
Michael
11-21-2007, 03:53 PM
i see far more space dedicated to AMD/ATI news or related stuff in Phoronix,
That's simply because there is more to actively report on and that they are willing to send us new drivers early for benchmarking, etc. On the NVIDIA side, there's good and bad days whether they cooperate and let us know in advance new information, etc. I am more than willing to work with both companies and have been doing so.
At what part of the driver release will/does amd pull the updated scripts - http://www.phoronix.com/scan.php?page=article&item=735&num=4
just before the branch or just before the beta???
Michael
11-21-2007, 05:15 PM
AMD pulls before each beta release and then one final time about a week before the final release.
mal13
11-23-2007, 09:10 AM
So when do we get easy to use method?
I haven't used git before so i'm not-so-familiar w/ it.
Berniyh
11-24-2007, 10:12 AM
So when do we get easy to use method?
I haven't used git before so i'm not-so-familiar w/ it.
It's not really hard to use.
As long as you don't modify things in your local tree, there are really only these things, that you might need:
git clone http://phorogit.com/repo/fglrx-packaging.git fglrx-packaging
Clones the Phorogit tree to fglrx-packaging.
cd fglrx-packaging
git pull
Updates your local tree with the changes, that have been made in phorogit repository.
Right after clone it should said "Already up-to-date.".
cd fglrx-packaging
git log
View the log of the changes, that have been made.
That should be all that is needed to get started.
Berniyh
11-29-2007, 11:31 AM
Would there actually be interest for putting an ebuild
for gentoo in that repository, too?
Of course it would be useless, when it actually hits
portage, but during driver release and ebuild release in
portage it might be helpful to some people and it could
also be a nice way to have the latest ebuild using git,
until it's in the tree officially.
(Normally the ebuild changes a little bit from day to day.)
Actually I'm using git already for my local portage overlay.
Michael
11-29-2007, 01:04 PM
Would there actually be interest for putting an ebuild
for gentoo in that repository, too?
Of course it would be useless, when it actually hits
portage, but during driver release and ebuild release in
portage it might be helpful to some people and it could
also be a nice way to have the latest ebuild using git,
until it's in the tree officially.
(Normally the ebuild changes a little bit from day to day.)
Actually I'm using git already for my local portage overlay.
Sending you a PM...
vBulletin® v3.8.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.