Difference between revisions of "Download/vzctl/nightly"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(created)
 
(fix links in yum repo)
Line 15: Line 15:
 
In order to use a nightly build, put the following to your /etc/yum.repos.d/openvz.repo:
 
In order to use a nightly build, put the following to your /etc/yum.repos.d/openvz.repo:
  
[vzctl-nightly]
+
<pre><nowiki>[vzctl-nightly]
name=OpenVZ vzctl nightly builds
+
name=OpenVZ vzctl nightly builds
baseurl=http://download.openvz.org/utils/nightlies/vzctl/current
+
baseurl=http://download.openvz.org/utils/nightlies/vzctl/current
enabled=1
+
enabled=1
gpgcheck=1
+
gpgcheck=1
gpgkey=http://download.openvz.org/RPM-GPG-Key-OpenVZ
+
gpgkey=http://download.openvz.org/RPM-GPG-Key-OpenVZ</nowiki></pre>

Revision as of 15:34, 27 December 2011

From time to time, we release nightly builds of vzctl.

It is important to understand that these builds are

  • built occasionally from the latest vzctl git;
  • might disappear at any time;
  • used for testing and review purposes;
  • are unstable and definitely not for general use.

Downloads

  • For latest vzctl nightly build, see [download:/utils/nightlies/vzctl/current/]
  • For other vzctl nightly builds, see [download:/utils/nightlies/vzctl/]

Yum setup

In order to use a nightly build, put the following to your /etc/yum.repos.d/openvz.repo:

[vzctl-nightly]
name=OpenVZ vzctl nightly builds
baseurl=http://download.openvz.org/utils/nightlies/vzctl/current
enabled=1
gpgcheck=1
gpgkey=http://download.openvz.org/RPM-GPG-Key-OpenVZ