File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ Release notes
66This file describes changes in recent versions of Modules. It primarily
77documents those changes that are of interest to users and admins.
88
9+ .. _5.7 release notes :
10+
11+ Modules 5.7.0 (not yet released)
12+ --------------------------------
13+
14+ * Script: improve :command: `mrel ` to always ask a Fedora Kerberos ticket.
15+
16+
917.. _5.6 release notes :
1018
1119Modules 5.6.1 (2025-11-25)
Original file line number Diff line number Diff line change @@ -153,11 +153,8 @@ if {![info exists env(MREL_FEDORA_USERNAME)]} {
153153}
154154set fedora_princ $env(MREL_FEDORA_USERNAME) @$fedora_realm
155155reportInfo " Fedora principal set to '$fedora_princ '"
156- if {[catch {exec klist} klist_out] || ![string match " *Default principal:\
157- $fedora_princ *" $klist_out ]} {
158- reportInfo " Running command: kinit $fedora_princ "
159- exec >@stdout kinit $fedora_princ
160- }
156+ reportInfo " Running command: kinit $fedora_princ "
157+ exec >@stdout kinit $fedora_princ
161158reportInfo " Kerberos ticket to $fedora_realm realm acquired"
162159
163160# get name of GitHub remote repository used to trigger CI
You can’t perform that action at this time.
0 commit comments