add /Everything/ to REPOSITORY_VARIATION
with Pungi 4, the public repos are product-y, we need to add /Everything/ to the path between the release and the arch. Again pushing without review to get the tests working.
This commit is contained in:
parent
81f2463234
commit
4cb0a99ec3
@ -43,7 +43,7 @@ sub run {
|
|||||||
|
|
||||||
# REPOSITORY_VARIATION should be set to repository URL without version and architecture
|
# REPOSITORY_VARIATION should be set to repository URL without version and architecture
|
||||||
# appended (it will be appended automatically)
|
# appended (it will be appended automatically)
|
||||||
$repourl = get_var("REPOSITORY_VARIATION")."/".lc(get_var("VERSION"))."/".get_var("ARCH")."/os";
|
$repourl = get_var("REPOSITORY_VARIATION")."/".lc(get_var("VERSION"))."/Everything/".get_var("ARCH")."/os";
|
||||||
type_string " inst.repo=".$repourl;
|
type_string " inst.repo=".$repourl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ sub run {
|
|||||||
|
|
||||||
my $repourl = "";
|
my $repourl = "";
|
||||||
|
|
||||||
$repourl = get_var("REPOSITORY_VARIATION")."/".lc(get_var("VERSION"))."/".get_var("ARCH")."/os";
|
$repourl = get_var("REPOSITORY_VARIATION")."/".lc(get_var("VERSION"))."/Everything/".get_var("ARCH")."/os";
|
||||||
|
|
||||||
# check that the repo was used
|
# check that the repo was used
|
||||||
$self->root_console;
|
$self->root_console;
|
||||||
|
Loading…
Reference in New Issue
Block a user