Skip to content

Commit 3d5f620

Browse files
committed
fixup! WIP yum_repo_status: generate a table showing how much outdated 8.3 is from xs8
1 parent 9def82a commit 3d5f620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rpmwatcher/yum_repo_status

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main() -> int:
4646
("testing", ["testing"]),
4747
("ci", ["ci"]),
4848
("incoming", ["incoming"]),
49-
("ydi1", ["ydi1"]),
49+
#("ydi1", ["ydi1"]),
5050
("dtt1", ["dtt1"]),
5151
):
5252
with (tempfile.NamedTemporaryFile() as dnfconf,

0 commit comments

Comments
 (0)