diff options
author | CoprDistGit <infra@openeuler.org> | 2025-03-21 17:37:41 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-03-21 17:37:42 +0000 |
commit | 133ef9d4cb72a5081fab588e821eee4a178afc7e (patch) | |
tree | 76779ef5ca00cab259eb516c4c44eef0b3048cc9 /print_queues.patch | |
parent | c3bf05eae09a01b1153504b7e7de2b8c43a34eea (diff) |
automatic import of copr-backend
Diffstat (limited to 'print_queues.patch')
-rw-r--r-- | print_queues.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/print_queues.patch b/print_queues.patch deleted file mode 100644 index 83d7fc8..0000000 --- a/print_queues.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/run/print_queues.py b/run/print_queues.py -index 849f8f6a..f48d1157 100755 ---- a/run/print_queues.py -+++ b/run/print_queues.py -@@ -14,6 +14,7 @@ redis_config = { - 'host': opts['redis_host'], - 'port': opts['redis_port'], - 'db': opts['redis_db'], -+ 'password': opts['redis_pwd'], - } - - for i in range(0, NUM_QUEUES): |