Hi everyone,
I'm facing the following issue when trying to upgrade my reviewboard 
installation.

Currently, the 3.0.24 container is running just fine.
After modifying podman's kube yaml file to use the 4.0.6-1 tag for the 
reviewboard container I get the following output via "podman logs 
reviewboard-rb_app":

mysql is up!                                                                
                                                                         
+ SETTINGS_LOCAL=/site/conf/settings_local.py
+ '[' -e /site/conf/settings_local.py ']'
+ rb-site upgrade --copy-media /site
Traceback (most recent call last):
  File "/venv/bin/rb-site", line 8, in <module>
    sys.exit(main())
  File "/venv/lib/python3.8/site-packages/reviewboard/cmdline/rbsite.py", 
line 2716, in main
    parsed_options = parse_options(sys.argv[1:])
  File "/venv/lib/python3.8/site-packages/reviewboard/cmdline/rbsite.py", 
line 2649, in parse_options
    command.add_options(subparser)
  File "/venv/lib/python3.8/site-packages/reviewboard/cmdline/rbsite.py", 
line 2466, in add_options
    'commands': self._get_commands_help(),
  File "/venv/lib/python3.8/site-packages/reviewboard/cmdline/rbsite.py", 
line 2535, in _get_commands_help
    commands_help.append(textwrap.fill(
  File "/usr/lib/python3.8/textwrap.py", line 391, in fill
    return w.fill(text)
  File "/usr/lib/python3.8/textwrap.py", line 363, in fill
    return "\n".join(self.wrap(text))
  File "/usr/lib/python3.8/textwrap.py", line 354, in wrap
    return self._wrap_chunks(chunks)
  File "/usr/lib/python3.8/textwrap.py", line 248, in _wrap_chunks
    raise ValueError("invalid width %r (must be > 0)" % self.width)
ValueError: invalid width -4 (must be > 0)

After that the container terminates.
What might be going on there?

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/7d79f7aa-4057-4b70-8b65-d13f33b5a818n%40googlegroups.com.

Reply via email to