summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-04-13 14:04:27 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-04-13 14:04:27 -0400
commit9a97ccd6216a3a1c370fd90d5beefbbad5560479 (patch)
tree3112b4743c9dff435010f32ee5602796960751e4 /src
parentf991b422804f7ffaf9f6a88bdfbcec02498c2fcc (diff)
downloadbcfg2-9a97ccd6216a3a1c370fd90d5beefbbad5560479.tar.gz
bcfg2-9a97ccd6216a3a1c370fd90d5beefbbad5560479.tar.bz2
bcfg2-9a97ccd6216a3a1c370fd90d5beefbbad5560479.zip
removed broken Revision stuff from bcfg2-info
Diffstat (limited to 'src')
-rwxr-xr-xsrc/sbin/bcfg2-info9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/sbin/bcfg2-info b/src/sbin/bcfg2-info
index 088ca9726..580de5248 100755
--- a/src/sbin/bcfg2-info
+++ b/src/sbin/bcfg2-info
@@ -1,7 +1,5 @@
#!/usr/bin/env python
-
"""This tool loads the Bcfg2 core into an interactive debugger."""
-__revision__ = '$Revision$'
from code import InteractiveConsole
import cmd
@@ -51,8 +49,7 @@ profile <command> <args> - Profile a single bcfg2-info command
quit - Exit the bcfg2-info command line
showentries <hostname> <type> - Show abstract configuration entries for a given host
showclient <client1> <client2> - Show metadata for given hosts
-update - Process pending file events
-version - Print version of this tool"""
+update - Process pending file events"""
BUILDDIR_USAGE = """Usage: builddir [-f] <hostname> <output dir>
@@ -197,10 +194,6 @@ class infoCore(cmd.Cmd, Bcfg2.Server.Core.Core):
"""Process pending filesystem events."""
self.fam.handle_events_in_interval(0.1)
- def do_version(self, _):
- """Print out code version."""
- print(__revision__)
-
def do_build(self, args):
"""Build client configuration."""
alist = args.split()