From: W. Trevor King Date: Mon, 3 Sep 2012 14:01:32 +0000 (-0400) Subject: command:serve-storage: rename server_version to BE-storage-server/. X-Git-Tag: 1.1.0~95 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=98ec99a2be788bdbad1c3fc09e46cca192007eb0;p=be.git command:serve-storage: rename server_version to BE-storage-server/. This catches the server version up with: commit 0336db8d4052a319f1d959a33fc847814551e3f8 Author: W. Trevor King Date: Wed Aug 29 23:55:37 2012 -0400 command:serve-storage: rename `be serve` -> `be serve-storage`. --- diff --git a/libbe/command/serve_storage.py b/libbe/command/serve_storage.py index 966c932..70f8fff 100644 --- a/libbe/command/serve_storage.py +++ b/libbe/command/serve_storage.py @@ -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__(