Skip to content

Commit 6595212

Browse files
Pogrebnyak, SergeiPogrebnyak, Sergei
authored andcommitted
No fixes for now
1 parent 5974bb3 commit 6595212

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

init.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ repositories:
99
location: http://sdc.softwareag.com/dataservewebM100/repository/
1010
username: you@company.com
1111
password: yourpass
12-
fix:
13-
Empower:
14-
username: you@company.com
15-
password: yourpass
12+
# fix:
13+
# Empower:
14+
# username: you@company.com
15+
# password: yourpass
1616

1717
# local mirror repositories
1818

@@ -22,7 +22,7 @@ repositories:
2222
# username: Administrator
2323
# password: manage
2424
# fix:
25-
# products:
25+
# fixes:
2626
# location: http://docker.for.mac.localhost:8092/fix-fixes-10.1/repository/
2727
# username: Administrator
2828
# password: manage
@@ -35,6 +35,7 @@ repositories:
3535
# name: 101oct2017_SIC
3636
# username: latest
3737
# password: latest
38+
# fix:
3839
# fixes:
3940
# host: aquarius-dae.eur.ad.sag
4041
# name: GA_Fix_Repo

template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ alias: container
33
environments:
44
default:
55
repo.product: products
6-
repo.fix: fixes
6+
#repo.fix: fixes
77

88
layers:
99
runtime:
1010
productRepo: ${repo.product}
11-
fixRepo: ${repo.fix}
11+
#fixRepo: ${repo.fix}
1212
templates: msc-server
1313

1414
templates:
1515
msc-server:
16-
fixes: []
16+
#fixes: []
1717
products:
1818
MSC:
1919
default:

0 commit comments

Comments
 (0)