diff --git a/dist/salt/projects.sql b/dist/salt/projects.sql index 8350d6cb..03abdb0c 100644 --- a/dist/salt/projects.sql +++ b/dist/salt/projects.sql @@ -26,3 +26,14 @@ insert into project(name,path) select '15.5 source','/source/distribution/leap/1 insert into project(name,path) select '15.5 update','/update/leap/15.5'; insert into project(name,path) select '15.5 port','/ports/aarch64/distribution/leap/15.5'; +insert into project(name,path) select '15.6 ISO','/distribution/leap/15.6/iso'; +insert into project(name,path) select '15.6 repo','/distribution/leap/15.6/repo'; +insert into project(name,path) select '15.6 debug','/debug/distribution/leap/15.6/repo'; +insert into project(name,path) select '15.6 source','/source/distribution/leap/15.6/repo'; +insert into project(name,path) select '15.6 update','/update/leap/15.6'; +insert into project(name,path) select '15.6 port','/ports/aarch64/distribution/leap/15.6'; + +insert into project(name,path) select '16.0 ISO','/distribution/leap/16.0/installer/iso'; +insert into project(name,path) select '16.0 repo','/distribution/leap/16.0/repo'; +insert into project(name,path) select '16.0 debug','/debug/distribution/leap/16.0/repo'; +insert into project(name,path) select '16.0 source','/source/distribution/leap/16.0/repo'; diff --git a/templates/app/package/index.html.ep b/templates/app/package/index.html.ep index 95cf6ea0..c8eebb0a 100644 --- a/templates/app/package/index.html.ep +++ b/templates/app/package/index.html.ep @@ -73,6 +73,7 @@ input[type = text] {