view scripts/Docker/roundup_healthcheck @ 7642:0b03b4dd7089

build(docker): add file package to clear error when building xapian It looks like the error was non-fatal. The image I believe worked fine. But, clean up the noise.
author John Rouillard <rouilj@ieee.org>
date Sun, 24 Sep 2023 21:35:47 -0400
parents 7b9bddda9d2d
children cae50e4ba467
line wrap: on
line source

#! /bin/sh

# if there are multiple trackers, d=demo t=tracker ...
# returns last one for testing that server is up. Does not test
# each tracker.
tracker=$(ps -ef | sed -ne '/roundup-server/s/^.*\s\(\w*\)=.*$/\1/p')
wget -q -O /dev/null --no-verbose http://localhost:8080/${tracker:-demo}/

Roundup Issue Tracker: http://roundup-tracker.org/