aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/ui
diff options
context:
space:
mode:
authorMatthew Fernandez <matthew.fernandez@gmail.com>2017-11-02 22:13:18 -0700
committerMatthew Fernandez <matthew.fernandez@gmail.com>2017-11-07 20:45:10 -0800
commit320908419788ca67f81cb869bed7249dab1be8a4 (patch)
treedff1a7d12784fa9cf689452f0a122c14c3c63550 /libbe/ui
parentf68ab95164dc5ba4ca198e25b7401b06d690e699 (diff)
downloadbugseverywhere-320908419788ca67f81cb869bed7249dab1be8a4.tar.gz
remove serve-storage and HTTP storage driver
This functionality is now better fulfilled by using an off-the-shelf network file system technology to share the BE object directory. This has the advantage of a more comprehensive and integrated security model as well.
Diffstat (limited to 'libbe/ui')
-rw-r--r--libbe/ui/command_line.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbe/ui/command_line.py b/libbe/ui/command_line.py
index 614366d..5d4d80a 100644
--- a/libbe/ui/command_line.py
+++ b/libbe/ui/command_line.py
@@ -379,8 +379,7 @@ def main():
ui.setup_command(command)
if command.name in [
- 'new', 'comment', 'commit', 'html', 'import-xml', 'serve-storage',
- 'serve-commands']:
+ 'new', 'comment', 'commit', 'html', 'import-xml', 'serve-commands']:
paginate = 'never'
else:
paginate = 'auto'