Pārlūkot izejas kodu

fix: interpolate the repository URL in the download message

clanker 1 nedēļu atpakaļ
vecāks
revīzija
10a03b745c
2 mainītis faili ar 584 papildinājumiem un 985 dzēšanām
  1. 583 984
      installer/install-usm.sh
  2. 1 1
      src/cli/Deploy.vala

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 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) {

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels