We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9def82a commit 3d5f620Copy full SHA for 3d5f620
scripts/rpmwatcher/yum_repo_status
@@ -46,7 +46,7 @@ def main() -> int:
46
("testing", ["testing"]),
47
("ci", ["ci"]),
48
("incoming", ["incoming"]),
49
- ("ydi1", ["ydi1"]),
+ #("ydi1", ["ydi1"]),
50
("dtt1", ["dtt1"]),
51
):
52
with (tempfile.NamedTemporaryFile() as dnfconf,
0 commit comments