From: Kay Sievers <kay.sievers@vrfy.org>
To: Komal Shah <komal_shah802003@yahoo.com>
Cc: git@vger.kernel.org
Subject: Re: gitweb : index.aux
Date: Mon, 29 Aug 2005 20:25:34 +0200 [thread overview]
Message-ID: <20050829182534.GA16808@vrfy.org> (raw)
In-Reply-To: <20050829093500.54242.qmail@web53602.mail.yahoo.com>
On Mon, Aug 29, 2005 at 02:35:00AM -0700, Komal Shah wrote:
> Kay,
>
> I am able to setup gitweb tree for my linux-omap tree internally, but
> for this I am using $project_list equals to $projectroot. I want to add
> more projects, but I don't know how write/generate index.aux file?
Yeah, this works only if all the trees are in one directory. The index file
is a simple list with the pathes url encoded. (It is exported by a cron job
running on kernel.org. We need it there cause the trees are in subdirs and
the mirrored trees don't have the original ownership, that is displayed in
gitweb.)
> Me don't know much about cgi-bin/perl :(
So let's do it in perl then. :) Just encode the pathes and put them into
the file (optionaly the owner comes after a space in the same line):
perl -e 'use CGI; print CGI::escape("/this/is/my/project") . "\n"'
%2Fthis%2Fis%2Fmy%2Fproject
Good luck,
Kay
prev parent reply other threads:[~2005-08-29 18:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-29 9:35 gitweb : index.aux Komal Shah
2005-08-29 16:44 ` Mariano Videla
2005-08-29 18:25 ` Kay Sievers [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050829182534.GA16808@vrfy.org \
--to=kay.sievers@vrfy.org \
--cc=git@vger.kernel.org \
--cc=komal_shah802003@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).