From 6ca1b0d46fa3ece0a8b24bad49ef83da531576a0 Mon Sep 17 00:00:00 2001 From: Justin M. Forbes Date: Mar 21 2024 20:29:52 +0000 Subject: Update the anonymous commithook for the new kerneltest update Signed-off-by: Justin M. Forbes --- diff --git a/config.example b/config.example index 9bebc79..86847f0 100644 --- a/config.example +++ b/config.example @@ -31,7 +31,7 @@ submit=none case $submit in anonymous) commit=y - commithook="curl -H 'Expect:' -F "user=anonymous" -F "test_result=@$logfile\;type=text/x-log" https://apps.fedoraproject.org/kerneltest/upload/anonymous" + commithook="curl -H 'Expect:' -F "user=anonymous" -F "test_result=@$logfile" https://kerneltest.fedoraproject.org/upload/anonymous" ;; authenticated) commit=y