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:
parent
0a648b670e
commit
ef06c3e486
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user