libnetwork.lib: git.create_tarball(): add some debug messages

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-10-02 23:06:47 +02:00
parent 500d3b335e
commit 6962a1ac16
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,10 @@ Changes in version 1.12.5
* lib/libnetwork.lib - Davide Madrisan:
git.create_tarball(): fix typo.
+ update
* lib/libnetwork.lib - Davide Madrisan:
git.create_tarball(): add some debug messages.
-------------------------------------------------------------------------------
Changes in version 1.12.4

View File

@ -954,9 +954,12 @@ function git.create_tarball() {
an error occurred while creating"": ${pck_tarball}.tar.bz2"; }
spec_source="${pck_tarball}.tar.bz2"
notify.debug "$FUNCNAME: spec_source = $spec_source"
spec_source_comment="\
## GITSOURCE $git_repository${git_branch:+ $git_branch}"
notify.debug "$FUNCNAME: spec_source_comment = \"$spec_source_comment\""
pck_tarball="$destdir/${spec_source}"
notify.debug "$FUNCNAME: pck_tarball = $pck_tarball"
popd &>/dev/null
rm -fr $tmpgitdir