fabric8io / fabric8-generator

a jboss forge add on for the fabric8 upstream and SaaS generator wizards
Apache License 2.0
1 stars 12 forks source link

Import wizard with 2 repos of different stackid will result of same chestyackId #54

Open corinnekrych opened 7 years ago

corinnekrych commented 7 years ago

When determining which stack id an imported repo is from, we don't return it per git repo. therefore if you import one repo of type "vert.x" and a second repo (without pom. ie: java/centos type) => both will be of java/centos type. https://github.com/fabric8io/fabric8-generator/blob/master/src/main/java/io/fabric8/forge/generator/kubernetes/CreateBuildConfigStep.java#L431