From: Jonathan Nieder <jrnieder@gmail.com>
To: Jakub Narebski <jnareb@gmail.com>
Cc: git@vger.kernel.org, Drew Northup <drew.northup@maine.edu>,
John 'Warthog9' Hawley <warthog9@kernel.org>,
Petr Baudis <pasky@suse.cz>
Subject: Re: [PATCH] gitweb: Use GITWEB_CONFIG_SYSTEM even if GITWEB_CONFIG does exist
Date: Sat, 14 May 2011 16:06:30 -0500 [thread overview]
Message-ID: <20110514210603.GA11502@elie> (raw)
In-Reply-To: <201105142137.16541.jnareb@gmail.com>
Jakub Narebski wrote:
> If per-instance configuration file exists, then system-wide
> configuration was _not used at all_. This is quite untypical and
> suprising behavior.
I agree. How to avoid breaking existing installations, though? (I'm
especially worried because distro packages tend to ship their own
/etc/gitweb.conf, so the admin might not even know about what's
there.) For example, depending on the content of /etc/gitweb.conf,
this has the potential to break "git instaweb".
It could be simpler to document that users should put
do $GITWEB_CONFIG_SYSTEM;
at the start of gitweb_config.conf to reuse options from the system
configuration file and override them. But that's not very satisfying,
since I don't see a nice way to move to a better behavior after that
without breaking some existing installations. (It would be possible
to check for a new ./gitweb-config-in-addition-to-what-was-in-etc.conf
file but that doesn't seem so nice.)
If this were a command-line tool, I would be happy as long as there is
some way to prevent reading /etc/gitweb.conf through the environment.
For a webapp I don't know how easy it is to set environment variables
typically. So thoughts from people in that corner of the world would
be interesting.
next prev parent reply other threads:[~2011-05-14 21:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-14 19:37 [PATCH] gitweb: Use GITWEB_CONFIG_SYSTEM even if GITWEB_CONFIG does exist Jakub Narebski
2011-05-14 21:06 ` Jonathan Nieder [this message]
2011-05-15 9:53 ` Jakub Narebski
2011-05-16 9:53 ` [PATCHv2] " Jakub Narebski
2011-05-17 5:32 ` Junio C Hamano
2011-05-17 15:19 ` Drew Northup
2011-05-17 17:28 ` Junio C Hamano
2011-05-16 12:10 ` [PATCH] " Drew Northup
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=20110514210603.GA11502@elie \
--to=jrnieder@gmail.com \
--cc=drew.northup@maine.edu \
--cc=git@vger.kernel.org \
--cc=jnareb@gmail.com \
--cc=pasky@suse.cz \
--cc=warthog9@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.