libnetwork.lib: do not run the git command in quiet mode

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-09-22 08:19:29 +02:00
parent 0a648b670e
commit ef06c3e486
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,5 @@
Changes in version 1.12.4
Sat Sep 22 2012 Davide Madrisan <davide.madrisan(a)gmail.com>
+ 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

View File

@ -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