diff options
author | CoprDistGit <infra@openeuler.org> | 2025-03-12 13:30:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-03-12 13:30:50 +0000 |
commit | 865d3605ea94fe3e3daf90498a379a9aaed64504 (patch) | |
tree | f627f660b49e4fc55ec356685f32aeb0ce7e09a0 /print_queues.patch | |
parent | 0b81729ddc1135b3c85803e516b5925c9103bc3f (diff) |
automatic import of copr-backend
Diffstat (limited to 'print_queues.patch')
-rw-r--r-- | print_queues.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print_queues.patch b/print_queues.patch new file mode 100644 index 0000000..83d7fc8 --- /dev/null +++ b/print_queues.patch @@ -0,0 +1,12 @@ +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): |