Some verbosity

This commit is contained in:
Alejandro R. Mosteo
2018-01-30 21:21:40 +01:00
parent 92fdee04cc
commit 8265beffb4
+2 -1
View File
@@ -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;