This is an automated email from the git hooks/post-receive script.

jforbes pushed a commit to branch master
in repository kernel-tests.

The following commit(s) were added to refs/heads/master by this push:
     new 6ca1b0d  Update the anonymous commithook for the new kerneltest update
6ca1b0d is described below

commit 6ca1b0d46fa3ece0a8b24bad49ef83da531576a0
Author: Justin M. Forbes <jfor...@fedoraproject.org>
AuthorDate: Thu Mar 21 15:29:52 2024 -0500

    Update the anonymous commithook for the new kerneltest update
    
    Signed-off-by: Justin M. Forbes <jfor...@fedoraproject.org>
---
 config.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to