| Server IP : 61.19.30.66 / Your IP : 216.73.216.15 Web Server : Apache/2.2.22 (Ubuntu) System : Linux klw 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014 x86_64 User : www-data ( 33) PHP Version : 5.3.10-1ubuntu3.48 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/share/pyshared/landscape/ |
Upload File : |
DEBIAN_REVISION = "-0ubuntu0.12.04" UPSTREAM_VERSION = "13.07.3" 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 CLIENT_API = "3.5"