Re: [PATCH] gitweb: fill in gitweb configuration by Makefile
From: Luben Tuikov <hidden>
Date: 2016-06-15 22:42:35
--- Martin Waitz <tali@admingilde.org> wrote:quoted
This way, I can just copy gitweb.cgi into my web-server directory and voila it works, since the variable definition file would always be there. This way: - no need to run make to build "gitweb.cgi" or "gitweb.pl" whatever you call it,ok, but you have to call make anyway to build the rest of GIT, so this shouldn't be a big problem.quoted
- no need to pollute your tree with site defined variables,this is achieved by my patch, too.quoted
- simple copy (cp) would install a working version, instead of the current cp + patch with local settings method.this is achieved by my patch, too.
That's true, but the difference is that one needs to keep
a per-site-installation tree which keeps the configuration of
gitweb for that site (installation).
Since you're working on this, can you come up with an alternative way?
At this point I don't care either way, but _if_ there is an alternative
way, I'd rather we considered it. (Possibly using a symbol table file
("package") to only keep those variables?)
The bash-sed editing is kind of, you have to admit, hackish.
Luben