Skip to content

Commit

Permalink
stable-rc: fix other repo list
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeny Sadadia authored and JenySadadia committed Aug 8, 2024
1 parent f1619d7 commit 7775100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kcidb/templates/stable_rc_revision_description.txt.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ REVISION
'kernel/git/stable/linux-stable-rc.git' %}
{# List of other repo's URLs #}
{% set other_repos = revision.repo_branch_checkouts.keys() |
reject('==', stable_rc_repo) | list %}
reject('==', stable_rc_repo) | reject("none") | list %}
Checked out from
{{- "\n " +
(([stable_rc_repo] + (revision.repo_branch_checkouts[stable_rc_repo] | list)) |
Expand Down

0 comments on commit 7775100

Please sign in to comment.