From ef06c3e486b618eb56cf31273de31a463ef236a9 Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Sat, 22 Sep 2012 08:19:29 +0200 Subject: [PATCH] libnetwork.lib: do not run the git command in quiet mode Signed-off-by: Davide Madrisan --- ChangeLog | 5 +++++ lib/libnetwork.lib.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aa0cd9b..3e390b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ Changes in version 1.12.4 +Sat Sep 22 2012 Davide Madrisan + update * lib/libapse.lib - Davide Madrisan: @@ -21,6 +22,10 @@ Changes in version 1.12.4 Add aupport for git branches in spec-create by adding the new options '--git-branch' and '--preserve-dot-git'. ++ update + * lib/libnetwork.lib - Madrisan: + Do not run the git command in quiet mode. + ------------------------------------------------------------------------------- Changes in version 1.12.3 diff --git a/lib/libnetwork.lib.in b/lib/libnetwork.lib.in index 096c838..cdcaa8a 100644 --- a/lib/libnetwork.lib.in +++ b/lib/libnetwork.lib.in @@ -924,7 +924,7 @@ function git.create_tarball() { notify.note \ "${NOTE}"$"cloning git repository""\ <$git_repository> ${git_branch:+($git_branch)}${NORM}""..." - git clone ${git_branch:+-b $git_branch} --quiet "$git_repository" + git clone ${git_branch:+-b $git_branch} "$git_repository" [ $? -eq 0 ] || { popd &>/dev/null rm -fr $tmpgitdir