Some verbosity
This commit is contained in:
@@ -6,7 +6,8 @@ package body Alire.Repositories.Git is
|
||||
|
||||
overriding procedure Checkout (R : Repository; Id : Release_Id; Folder : String) is
|
||||
begin
|
||||
OS_Lib.Spawn ("git", "clone -n -q " & R.Image & " " & Folder);
|
||||
Log ("Checking out: " & R.Image);
|
||||
OS_Lib.Spawn ("git", "clone -n -q --progress " & R.Image & " " & Folder);
|
||||
|
||||
declare
|
||||
use Ada.Directories;
|
||||
|
||||
Reference in New Issue
Block a user