소스 검색

fix: interpolate the repository URL in the download message

clanker 1 주 전
부모
커밋
10a03b745c
2개의 변경된 파일584개의 추가작업 그리고 985개의 파일을 삭제
  1. 583 984
      installer/install-usm.sh
  2. 1 1
      src/cli/Deploy.vala

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 583 - 984
installer/install-usm.sh


+ 1 - 1
src/cli/Deploy.vala

@@ -563,7 +563,7 @@ private int deploy_provision_repositories(Vector<string> overrides, string conte
                 var filename = path.substring(path.last_index_of("/") + 1);
                 var local = Path.build_filename(destination, filename);
                 try {
-                    printerr("Downloading repository descriptor from \"$path\"...\n");
+                    printerr(@"Downloading repository descriptor from \"$path\"...\n");
                     File.new_for_uri(path).copy(File.new_for_path(local), FileCopyFlags.OVERWRITE);
                 }
                 catch(Error e) {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.