aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-13 12:53:15 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-13 12:53:15 +0200
commit17c948206120bb935d953aea6c2e0e99e116e693 (patch)
treea68f5473c03e40468023a4554353b9e883bbca7c /cgi-bin
parentpkgcheck2html: Make empty line reports fatal (diff)
downloadqa-scripts-17c948206120bb935d953aea6c2e0e99e116e693.tar.gz
qa-scripts-17c948206120bb935d953aea6c2e0e99e116e693.tar.bz2
qa-scripts-17c948206120bb935d953aea6c2e0e99e116e693.zip
get-git-file: warn about sync delay on 404
Diffstat (limited to 'cgi-bin')
-rwxr-xr-xcgi-bin/get-git-file.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/get-git-file.sh b/cgi-bin/get-git-file.sh
index 56eecaa..5e9fd0d 100755
--- a/cgi-bin/get-git-file.sh
+++ b/cgi-bin/get-git-file.sh
@@ -39,7 +39,7 @@ main() {
if [[ ! ${tree[*]} ]]; then
echo "Status: 404 Not Found"
echo
- echo "404 Not Found"
+ echo "404 Not Found (if the report was just published, you may need to wait a minute or two for sync)"
exit 0
fi
fi