]> git.proxmox.com Git - pve-common.git/blobdiff - README.dev
RESTEnvironment->init_request: reset result_attributes
[pve-common.git] / README.dev
index 56a7bc7a1ce64de8551589d680ca36128b5f8993..f68c16900719ad2b5e02928cc7e7aa86c3b44a05 100644 (file)
 
 5. run: apt-get update
 6. run: apt-get dist-upgrade
-7. run: apt-get install proxmox-ve-3.10.0
+7. run: apt-get install proxmox-ve
 
 You should now have a working Proxmox VE installation.
 
 = Install build prerequisites for development environment =
 
-apt-get -y install build-essential git-core debhelper autotools-dev \
-autogen dh-autoreconf dkms doxygen check pkg-config groff quilt dpatch \
-automake autoconf libtool lintian libdevel-cycle-perl libjson-perl \
-libcommon-sense-perl liblinux-inotify2-perl libio-stringy-perl \
+apt-get -y install build-essential git-core git-email debhelper \
+autotools-dev autogen dh-autoreconf dkms doxygen check pkg-config \
+groff quilt dpatch automake autoconf libtool lintian libdevel-cycle-perl \
+libjson-perl libcommon-sense-perl liblinux-inotify2-perl libio-stringy-perl \
 libstring-shellquote-perl dh-systemd rpm2cpio libsqlite3-dev sqlite3 \
 libglib2.0-dev librrd-dev librrds-perl rrdcached libdigest-hmac-perl \
 libxml-parser-perl gdb libcrypt-openssl-random-perl \
@@ -166,7 +166,7 @@ __PACKAGE__->register_method ({
        type => 'string',
     },
     code => sub {
-       my ($conn, $resp, $param) = @_;
+       my ($param) = @_;
 
        return $param->{text};
     }