This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 9162ee4 bin/sbuild-deb-package: create source tarballs with upstream version name, not the limited git branch name. new f18e283 bin/sbuild-deb-package: create source tarballs with DEBSRCPKG name, not project name (which might differ). The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/sbuild-deb-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit f18e2832b35a13a6c48fca080a376cefb0cdab91 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Aug 17 16:39:09 2018 +0200 bin/sbuild-deb-package: create source tarballs with DEBSRCPKG name, not project name (which might differ). --- bin/sbuild-deb-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package index e3d5f10..a4f0fa8 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -357,7 +357,7 @@ build_packages() { # Failures to do so are fatal now. git fetch origin "refs/heads/upstream/${upstream_git_branch}:refs/heads/upstream/${upstream_git_branch}" - git archive --prefix="${PROJECT}-${UPSTREAM_VERSION}/" -o "../${PROJECT}_${UPSTREAM_VERSION}.orig.tar.gz" "upstream/${upstream_git_branch}" && { + git archive --prefix="${DEBSRCPKG}-${UPSTREAM_VERSION}/" -o "../${DEBSRCPKG}_${UPSTREAM_VERSION}.orig.tar.gz" "upstream/${upstream_git_branch}" && { SA_OPTION='--debbuildopts=-sa' } || echo '1.0' > "debian/source/format" } -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git