On Mon, Jul 13, 2015 at 02:09:09PM +0200, 'Klaus Aehlig' via ganeti-devel wrote:
...which happend to be added by accident by
merge 6d9446fafbbb90b64b6. Remove it now.

Signed-off-by: Klaus Aehlig <[email protected]>
---
tools/ssl-update | 21 ---------------------
1 file changed, 21 deletions(-)
delete mode 100755 tools/ssl-update

diff --git a/tools/ssl-update b/tools/ssl-update
deleted file mode 100755
index 04485c2..0000000
--- a/tools/ssl-update
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/python
-# This file is automatically generated, do not edit!
-# Edit ganeti.tools.ssl_update instead.
-
-"""Bootstrap script for L{ganeti.tools.ssl_update}"""
-
-# pylint: disable=C0103
-# C0103: Invalid name
-
-import sys
-import ganeti.tools.ssl_update as main
-
-# Temporarily alias commands until bash completion
-# generator is changed
-if hasattr(main, "commands"):
-  commands = main.commands # pylint: disable=E1101
-if hasattr(main, "aliases"):
-  aliases = main.aliases # pylint: disable=E1101
-
-if __name__ == "__main__":
-  sys.exit(main.Main())
--
2.4.3.573.g4eafbef


LGTM, thanks for spotting it, it was indeed an accident

Reply via email to