libnetwork.lib: git.create_tarball(): add some debug messages
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
500d3b335e
commit
6962a1ac16
@ -14,6 +14,10 @@ Changes in version 1.12.5
|
|||||||
* lib/libnetwork.lib - Davide Madrisan:
|
* lib/libnetwork.lib - Davide Madrisan:
|
||||||
git.create_tarball(): fix typo.
|
git.create_tarball(): fix typo.
|
||||||
|
|
||||||
|
+ update
|
||||||
|
* lib/libnetwork.lib - Davide Madrisan:
|
||||||
|
git.create_tarball(): add some debug messages.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
Changes in version 1.12.4
|
Changes in version 1.12.4
|
||||||
|
@ -954,9 +954,12 @@ function git.create_tarball() {
|
|||||||
an error occurred while creating"": ${pck_tarball}.tar.bz2"; }
|
an error occurred while creating"": ${pck_tarball}.tar.bz2"; }
|
||||||
|
|
||||||
spec_source="${pck_tarball}.tar.bz2"
|
spec_source="${pck_tarball}.tar.bz2"
|
||||||
|
notify.debug "$FUNCNAME: spec_source = $spec_source"
|
||||||
spec_source_comment="\
|
spec_source_comment="\
|
||||||
## GITSOURCE $git_repository${git_branch:+ $git_branch}"
|
## GITSOURCE $git_repository${git_branch:+ $git_branch}"
|
||||||
|
notify.debug "$FUNCNAME: spec_source_comment = \"$spec_source_comment\""
|
||||||
pck_tarball="$destdir/${spec_source}"
|
pck_tarball="$destdir/${spec_source}"
|
||||||
|
notify.debug "$FUNCNAME: pck_tarball = $pck_tarball"
|
||||||
|
|
||||||
popd &>/dev/null
|
popd &>/dev/null
|
||||||
rm -fr $tmpgitdir
|
rm -fr $tmpgitdir
|
||||||
|
Loading…
Reference in New Issue
Block a user