commit:     17c948206120bb935d953aea6c2e0e99e116e693
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 10:53:15 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 13 10:53:15 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=17c94820

get-git-file: warn about sync delay on 404

 cgi-bin/get-git-file.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to