K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / lib / python2.7 / dist-packages / landscape /
server ip : 104.21.89.46

your ip : 172.70.100.48

H O M E


Filename/usr/lib/python2.7/dist-packages/landscape/__init__.py
Size1.45 kb
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:56
Last modified28-Mar-2014 22:55
Last accessed06-Jul-2025 10:56
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
DEBIAN_REVISION = "-0ubuntu3"
UPSTREAM_VERSION = "14.01"
VERSION = "%s%s" % (UPSTREAM_VERSION, DEBIAN_REVISION)

# The "server-api" field of outgoing messages will be set to this value, and
# used by the server message system to lookup the correct MessageAPI adapter
# for handling the messages sent by the client. Bump it when the schema of any
# of the messages sent by the client changes in a backward-incompatible way.
#
# Changelog:
#
# 3.2:
# * Add new "eucalyptus-info" and "eucalyptus-info-error" messages.
#
SERVER_API = "3.2"

# XXX This is needed for backward compatibility in the server code importing
# the API variable. We should eventually replace it in the server code.
API = SERVER_API

# The "client-api" field of outgoing messages will be set to this value, and
# used by the server to know which schema do the message types accepted by the
# client support. Bump it when the schema of an accepted message type changes
# and update the changelog below as needed.
#
# Changelog:
#
# 3.3:
# * Add "binaries" field to "change-packages"
# * Add "policy" field to "change-packages"
# * Add new "change-package-locks" client accepted message type.
#
# 3.4:
# * Add "hold" field to "change-packages"
# * Add "remove-hold" field to "change-packages"
#
# 3.5:
# * Support per-exchange authentication tokens
#
# 3.6:
# * Handle scopes in resynchronize requests
#
# 3.7:
# * Server returns 402 Payment Required if the computer has no valid license.
#
CLIENT_API = "3.7"