Changeset 1062 for opsi/server
- Timestamp:
- Aug 15, 2012, 4:58:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
opsi/server/dass-opsi-tools/usr/bin/opsi-client
r1061 r1062 10 10 __version__ = "1.0" 11 11 __email__ = "joerg.steffens@dass-it.de" 12 13 # ATTENTION: 14 # python-json-rpc has a problem with http-proxy support. 15 # In case of problems, make sure, the environment variables 16 # http_proxy / https_proxy 17 # are *not* set. 12 18 13 19 # … … 125 131 126 132 if __name__ == '__main__': 127 parser = argparse.ArgumentParser(description='Command line tool for OPSI configuration.' )133 parser = argparse.ArgumentParser(description='Command line tool for OPSI configuration.', epilog="WARNING: python-json-rpc is known to have problems with HTTP proxies. In case of problems, make sure, the environment variables http_proxy and/or https_proxy are *not* set." ) 128 134 parser.add_argument( '--debug', action='store_true', help="enable debugging output" ) 129 135 #parser.add_argument( '--verbose', type=bool, help="add debugging output" )
Note:
See TracChangeset
for help on using the changeset viewer.