* Status of GIT for Fedora 10 + gitweb's look
@ 2009-03-20 16:18 Aaron Gray
2009-03-20 16:21 ` J.H.
2009-03-20 17:31 ` Todd Zullinger
0 siblings, 2 replies; 4+ messages in thread
From: Aaron Gray @ 2009-03-20 16:18 UTC (permalink / raw)
To: Git Mailing List
I tried installing Git on F10 and got the following :-
[root@localhost ~]# rpm -Uvh git-1.6.2.1-1.fc9.i386.rpm
error: Failed dependencies:
perl-Git = 1.6.2.1-1.fc9 is needed by git-1.6.2.1-1.fc9.i386
git = 1.6.0.6-3.fc10 is needed by (installed)
perl-Git-1.6.0.6-3.fc10.i386
git = 1.6.0.6-3.fc10 is needed by (installed)
git-svn-1.6.0.6-3.fc10.i386
git = 1.6.0.6-3.fc10 is needed by (installed)
git-daemon-1.6.0.6-3.fc10.i386
git = 1.6.0.6-3.fc10 is needed by (installed)
gitweb-1.6.0.6-3.fc10.i386
Can I install from source I could only find F9 SRPMS.
What I am really after knowing is gitweb on the latest version 1.6.2.1
anything like the nice HTML layout on http://git.kernel.org/ or do I have to
do the html formatting myself in the perl code ?
Many thanks in advance,
Aaron
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Status of GIT for Fedora 10 + gitweb's look 2009-03-20 16:18 Status of GIT for Fedora 10 + gitweb's look Aaron Gray @ 2009-03-20 16:21 ` J.H. [not found] ` <9719867c0903200928y68981153w7728f3d1136a9713@mail.gmail.com> 2009-03-20 17:31 ` Todd Zullinger 1 sibling, 1 reply; 4+ messages in thread From: J.H. @ 2009-03-20 16:21 UTC (permalink / raw) To: Aaron Gray; +Cc: Git Mailing List If your on Fedora 10 to get gitweb installed all you should have to do is: yum install gitweb and you will be off and running. - John 'Warthog9' Hawley Aaron Gray wrote: > I tried installing Git on F10 and got the following :- > > [root@localhost ~]# rpm -Uvh git-1.6.2.1-1.fc9.i386.rpm > error: Failed dependencies: > perl-Git = 1.6.2.1-1.fc9 is needed by git-1.6.2.1-1.fc9.i386 > git = 1.6.0.6-3.fc10 is needed by (installed) > perl-Git-1.6.0.6-3.fc10.i386 > git = 1.6.0.6-3.fc10 is needed by (installed) > git-svn-1.6.0.6-3.fc10.i386 > git = 1.6.0.6-3.fc10 is needed by (installed) > git-daemon-1.6.0.6-3.fc10.i386 > git = 1.6.0.6-3.fc10 is needed by (installed) > gitweb-1.6.0.6-3.fc10.i386 > > > Can I install from source I could only find F9 SRPMS. > > What I am really after knowing is gitweb on the latest version 1.6.2.1 > anything like the nice HTML layout on http://git.kernel.org/ or do I > have to do the html formatting myself in the perl code ? > > Many thanks in advance, > > Aaron > > -- > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <9719867c0903200928y68981153w7728f3d1136a9713@mail.gmail.com>]
[parent not found: <49C3C522.7070004@eaglescrag.net>]
[parent not found: <9719867c0903201023x2edb6c72s5ba5d5d78e97e56e@mail.gmail.com>]
[parent not found: <49C3D252.4070009@eaglescrag.net>]
* Re: Status of GIT for Fedora 10 + gitweb's look [not found] ` <49C3D252.4070009@eaglescrag.net> @ 2009-03-20 18:02 ` Aaron Gray 0 siblings, 0 replies; 4+ messages in thread From: Aaron Gray @ 2009-03-20 18:02 UTC (permalink / raw) To: Git Mailing List, J.H. Got it :- http://www.somegitserver.com/git/gitweb.cgi This should work straight out of the bag with Fedora. Aaron > - John 'Warthog9' Hawley > > Aaron Gray wrote: >> On Fri, Mar 20, 2009 at 4:32 PM, J.H. <warthog19@eaglescrag.net >> <mailto:warthog19@eaglescrag.net>> wrote: >> >> Considering that the version running on kernel.org >> <http://kernel.org/> is >> >> 1) a Forked copy and >> 2) Based on code thats over 3 years old >> >> My guess is that your missing a style sheet or a link in your apache >> config for gitweb. The latest version should look more or less the >> same as what's up on git.kernel.org <http://git.kernel.org/>. Take >> a look in your browser and see if it can give you any hints as to >> what the error is, what it can't download, etc. >> >> Your right its not picking up the CSS ! >> I have :- >> /var/www/cgi-bin/ >> gitweb.cgi >> gitweb.css >> I am wondering whether its a configuration problem, permissions and >> SELinux is in premissive mode. It looks like it may be Apache >> configuration. I tried a test hello.cgi, and hello.css and Apache does >> not seem to be reading '.css' file from cgi-bin. >> I'll go over to the Apache group if noone can help me here. >> Cheers, >> Aaron >> >> - John 'Warthog9' Hawley >> >> Aaron Gray wrote: >> >> On Fri, Mar 20, 2009 at 4:21 PM, J.H. <warthog19@eaglescrag.net >> <mailto:warthog19@eaglescrag.net> >> <mailto:warthog19@eaglescrag.net >> <mailto:warthog19@eaglescrag.net>>> wrote: >> >> If your on Fedora 10 to get gitweb installed all you should >> have to >> do is: >> >> yum install gitweb >> >> and you will be off and running. >> >> Its all running. It installed 1.6.0.6-1 I wanted to get >> 1.6.2.1-1 only for the reason of gitweb. >> gitweb appears as text rather than nice html tables. Does the >> latest version look like http://git.kernel.org/ or do I have to >> do my own HTML formatting ? >> Cheers, >> Aaron >> - John 'Warthog9' Hawley >> >> Aaron Gray wrote: >> >> I tried installing Git on F10 and got the following :- >> >> [root@localhost ~]# rpm -Uvh git-1.6.2.1-1.fc9.i386.rpm >> error: Failed dependencies: >> perl-Git = 1.6.2.1-1.fc9 is needed by >> git-1.6.2.1-1.fc9.i386 >> git = 1.6.0.6-3.fc10 is needed by (installed) >> perl-Git-1.6.0.6-3.fc10.i386 >> git = 1.6.0.6-3.fc10 is needed by (installed) >> git-svn-1.6.0.6-3.fc10.i386 >> git = 1.6.0.6-3.fc10 is needed by (installed) >> git-daemon-1.6.0.6-3.fc10.i386 >> git = 1.6.0.6-3.fc10 is needed by (installed) >> gitweb-1.6.0.6-3.fc10.i386 >> >> >> Can I install from source I could only find F9 SRPMS. >> >> What I am really after knowing is gitweb on the latest >> version >> 1.6.2.1 anything like the nice HTML layout on >> http://git.kernel.org/ or do I have to do the html >> formatting >> myself in the perl code ? >> >> Many thanks in advance, >> >> Aaron >> >> -- To unsubscribe from this list: send the line >> "unsubscribe git" in >> the body of a message to majordomo@vger.kernel.org >> <mailto:majordomo@vger.kernel.org> >> <mailto:majordomo@vger.kernel.org >> <mailto:majordomo@vger.kernel.org>> >> >> More majordomo info at >> http://vger.kernel.org/majordomo-info.html >> >> ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Status of GIT for Fedora 10 + gitweb's look 2009-03-20 16:18 Status of GIT for Fedora 10 + gitweb's look Aaron Gray 2009-03-20 16:21 ` J.H. @ 2009-03-20 17:31 ` Todd Zullinger 1 sibling, 0 replies; 4+ messages in thread From: Todd Zullinger @ 2009-03-20 17:31 UTC (permalink / raw) To: Aaron Gray; +Cc: Git Mailing List [-- Attachment #1: Type: text/plain, Size: 1188 bytes --] Aaron Gray wrote: > What I am really after knowing is gitweb on the latest version > 1.6.2.1 anything like the nice HTML layout on http://git.kernel.org/ > or do I have to do the html formatting myself in the perl code ? The gitweb included in the 1.6.0.6 packages for F-10 should look mostly the same as the gitweb used on kernel.org. As JH mentioned, you can install that with 'yum install gitweb'. If you need to modify them, the options and css should let you do what you need without editing the perl script. If you do want to use 1.6.2.1, the rawhide packages should rebuild for F-10 just fine (do note that the rawhide packages finally caught up and moved the git-* binaries out of $PATH, something that isn't done in the stock F-10 packages). The fedora rawhide git packages are at: http://mirrors.kernel.org/fedora/development/source/SRPMS/git-1.6.2-1.fc11.src.rpm -- Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When life gives you lemons, make lemonade, pee in it, and serve it to the people that piss you off. -- Jack Handy, Deep Thoughts [-- Attachment #2: Type: application/pgp-signature, Size: 542 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-03-20 18:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-20 16:18 Status of GIT for Fedora 10 + gitweb's look Aaron Gray
2009-03-20 16:21 ` J.H.
[not found] ` <9719867c0903200928y68981153w7728f3d1136a9713@mail.gmail.com>
[not found] ` <49C3C522.7070004@eaglescrag.net>
[not found] ` <9719867c0903201023x2edb6c72s5ba5d5d78e97e56e@mail.gmail.com>
[not found] ` <49C3D252.4070009@eaglescrag.net>
2009-03-20 18:02 ` Aaron Gray
2009-03-20 17:31 ` Todd Zullinger
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox