build: replace 4.13 with 4.15

as well as artful with bionic, and reset KREL/PKGREL accordingly
This commit is contained in:
Fabian Grünbichler 2018-03-09 14:22:07 +01:00
parent fbecbc3be2
commit 1e99f45be0
5 changed files with 13 additions and 13 deletions

View file

@ -8,7 +8,7 @@ die "no directory to scan" if !$dir;
die "no such directory" if ! -d $dir;
die "strange directory name" if $dir !~ m|^(.*/)?(4.13.\d+\-\d+\-pve)(/+)?$|;
die "strange directory name" if $dir !~ m|^(.*/)?(4.15.\d+\-\d+\-pve)(/+)?$|;
my $apiver = $2;