< prev index next >

bots/hgbridge/src/main/java/org/openjdk/skara/bots/hgbridge/ExporterConfig.java

Print this page
@@ -166,11 +166,12 @@
          }
          return ret;
      }
  
      public Converter resolve(Path scratchPath) throws IOException {
-         var localRepo = Repository.materialize(scratchPath, configurationRepo.url(), configurationRef);
+         var localRepo = Repository.materialize(scratchPath, configurationRepo.url(),
+                                                configurationRef + ":hgbridge_config_" + configurationRepo.name());
  
          var replacements = parseMap(localRepo.root(), replacementsFile,
                                      field -> new Hash(field.name()),
                                      field -> field.value().stream()
                                                    .map(JSONValue::asString).collect(Collectors.toList()));
< prev index next >