command:serve-storage: rename server_version to BE-storage-server/<VERSION>.
authorW. Trevor King <wking@tremily.us>
Mon, 3 Sep 2012 14:01:32 +0000 (10:01 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 3 Sep 2012 14:03:00 +0000 (10:03 -0400)
This catches the server version up with:

  commit 0336db8d4052a319f1d959a33fc847814551e3f8
  Author: W. Trevor King <wking@tremily.us>
  Date:   Wed Aug 29 23:55:37 2012 -0400

    command:serve-storage: rename `be serve` -> `be serve-storage`.

libbe/command/serve_storage.py

index 966c9327260991d31c91c897ea7e785b145a3a29..70f8fffe26d780d89549aee1efb19159d97f1823 100644 (file)
@@ -71,7 +71,7 @@ class ServerApp (libbe.util.wsgi.WSGI_AppObject,
     The GET and HEAD requests are identical except that the HEAD
     request omits the actual content of the file.
     """
-    server_version = "BE-server/" + libbe.version.version()
+    server_version = 'BE-storage-server/' + libbe.version.version()
 
     def __init__(self, storage=None, notify=False, **kwargs):
         super(ServerApp, self).__init__(