Commit 2c0eb9fa authored by Dietmar Maurer's avatar Dietmar Maurer

aplinfo: changed directory for lxc images

parent fabceae9
...@@ -62,7 +62,7 @@ sub read_aplinfo_from_fh { ...@@ -62,7 +62,7 @@ sub read_aplinfo_from_fh {
if ($rec =~ s/^Description:\s*([^\n]*)(\n\s+.*)*$//si) { if ($rec =~ s/^Description:\s*([^\n]*)(\n\s+.*)*$//si) {
$res->{headline} = $1; $res->{headline} = $1;
my $long = $2; my $long = $2 || '';
$long =~ s/\n\s+/ /g; $long =~ s/\n\s+/ /g;
$long =~ s/^\s+//g; $long =~ s/^\s+//g;
$long =~ s/\s+$//g; $long =~ s/\s+$//g;
...@@ -240,7 +240,7 @@ sub download_aplinfo { ...@@ -240,7 +240,7 @@ sub download_aplinfo {
sub get_apl_sources { sub get_apl_sources {
my $urls = []; my $urls = [];
push @$urls, "http://download.proxmox.com/appliances"; push @$urls, "http://download.proxmox.com/images";
push @$urls, "http://releases.turnkeylinux.org/pve"; push @$urls, "http://releases.turnkeylinux.org/pve";
return $urls; return $urls;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment