[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 3 commits: Add missing trailing fullstop.

Mattia Rizzolo gitlab at salsa.debian.org
Wed Mar 25 12:45:57 GMT 2020



Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
f3b659d1 by Chris Lamb at 2020-03-25T12:07:16+00:00
Add missing trailing fullstop.

- - - - -
e95f6baf by Chris Lamb at 2020-03-25T12:07:48+00:00
Improve the message in the rescheduler to suggest certificates might have expired.

My certificate was being presented but it was expired, something that took a
little while to notice. Hopefully this saves me (or someone else) next time.

- - - - -
2f2b54ae by Mattia Rizzolo at 2020-03-25T13:45:40+01:00
Merge branch 'improve-rescheduler-authentication-message' of salsa.debian.org:lamby/jenkins.debian.net

MR: https://salsa.debian.org/qa/jenkins.debian.net/-/merge_requests/59
Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- bin/cgi-bin/schedule


Changes:

=====================================
bin/cgi-bin/schedule
=====================================
@@ -146,7 +146,9 @@ except KeyError:
     print('Status: 496 SSL Certificate Required')
     print('Content-Type: text/plain; charset="utf-8"')
     print()
-    print('You need to authenticate with a Debian SSO certificate to use this service')
+    print('You need to authenticate with a Debian SSO certificate to use this service.')
+    print()
+    print('(If you believe you are authenticated, your certificate may have expired.)')
 else:
     try:
         form = cgi.FieldStorage()



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/e3624cd3fbbffb8dbf480116a6abacbbd31ed5bd...2f2b54ae073c5ecf17c7757013f6af615c64cf93

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/e3624cd3fbbffb8dbf480116a6abacbbd31ed5bd...2f2b54ae073c5ecf17c7757013f6af615c64cf93
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200325/58c2d840/attachment.html>


More information about the Qa-jenkins-scm mailing list