use pvetest repository for beta release

This commit is contained in:
Dietmar Maurer 2015-06-16 12:27:35 +02:00
parent 4380a27391
commit ae08c24165
2 changed files with 5 additions and 2 deletions

View File

@ -106,7 +106,8 @@ __PACKAGE__->register_method ({
foreach my $k (qw(version release repoid)) {
$res->{$k} = $vi->{$k};
}
$res->{version} = "4.0Beta";
return $res;
}});

View File

@ -1 +1,3 @@
deb https://enterprise.proxmox.com/debian jessie pve-enterprise
# changed to pvetest, because this is a beta release
deb http://download.proxmox.com/debian jessie pvetest
#deb https://enterprise.proxmox.com/debian jessie pve-enterprise