git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] lib-httpd: extend module location auto-detection
@ 2022-11-21  3:01 Eric Sunshine via GitGitGadget
  2022-11-21 19:13 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sunshine via GitGitGadget @ 2022-11-21  3:01 UTC (permalink / raw)
  To: git; +Cc: Eric Sunshine, Eric Sunshine

From: Eric Sunshine <sunshine@sunshineco.com>

Although it is possible to manually set LIB_HTTPD_PATH and
LIB_HTTPD_MODULE_PATH to point at the location of `httpd` and its
modules, doing so is cumbersome and easily forgotten. To address this,
0d344738dc (t/lib-http.sh: Restructure finding of default httpd
location, 2010-01-02) enhanced lib-httpd.sh to automatically detect the
location of `httpd` and its modules in order to facilitate out-of-the-
box testing on a wider range of platforms. Follow that lead by further
enhancing it to automatically detect the `httpd` modules on Void Linux,
as well.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
---
    lib-httpd: extend module location auto-detection
    
    Make httpd tests work out-of-the-box on Void Linux.

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1426%2Fsunshineco%2Fvoid-httpd-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1426/sunshineco/void-httpd-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1426

 t/lib-httpd.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/t/lib-httpd.sh b/t/lib-httpd.sh
index 1f6b9b08d1d..5be3ee44c25 100644
--- a/t/lib-httpd.sh
+++ b/t/lib-httpd.sh
@@ -65,7 +65,8 @@ done
 for DEFAULT_HTTPD_MODULE_PATH in '/usr/libexec/apache2' \
 				 '/usr/lib/apache2/modules' \
 				 '/usr/lib64/httpd/modules' \
-				 '/usr/lib/httpd/modules'
+				 '/usr/lib/httpd/modules' \
+				 '/usr/libexec/httpd'
 do
 	if test -d "$DEFAULT_HTTPD_MODULE_PATH"
 	then

base-commit: a0789512c5a4ae7da935cd2e419f253cb3cb4ce7
-- 
gitgitgadget

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] lib-httpd: extend module location auto-detection
  2022-11-21  3:01 [PATCH] lib-httpd: extend module location auto-detection Eric Sunshine via GitGitGadget
@ 2022-11-21 19:13 ` Jeff King
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2022-11-21 19:13 UTC (permalink / raw)
  To: Eric Sunshine via GitGitGadget; +Cc: git, Eric Sunshine

On Mon, Nov 21, 2022 at 03:01:35AM +0000, Eric Sunshine via GitGitGadget wrote:

> From: Eric Sunshine <sunshine@sunshineco.com>
> 
> Although it is possible to manually set LIB_HTTPD_PATH and
> LIB_HTTPD_MODULE_PATH to point at the location of `httpd` and its
> modules, doing so is cumbersome and easily forgotten. To address this,
> 0d344738dc (t/lib-http.sh: Restructure finding of default httpd
> location, 2010-01-02) enhanced lib-httpd.sh to automatically detect the
> location of `httpd` and its modules in order to facilitate out-of-the-
> box testing on a wider range of platforms. Follow that lead by further
> enhancing it to automatically detect the `httpd` modules on Void Linux,
> as well.

Yeah, this makes perfect sense. There is really no downside to checking
in more places. :)

-Peff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-21 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21  3:01 [PATCH] lib-httpd: extend module location auto-detection Eric Sunshine via GitGitGadget
2022-11-21 19:13 ` Jeff King

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).