This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 5efbf67 bin/sbuild-deb-package: fetch upstream branch before creating an archive. new 6226463 sbuild-deb-package: Make sure that a certain Git branch that we want to build from is obtained from origin. 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 | 1 + 1 file changed, 1 insertion(+) -- 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 6226463eab2149246ae422daba9c7e2debe5400c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 20 16:25:45 2017 +0200 sbuild-deb-package: Make sure that a certain Git branch that we want to build from is obtained from origin. --- bin/sbuild-deb-package | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package index 0235112..f976e8a 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -190,6 +190,7 @@ prepare_workspace() { cd "$(dirname "${PROJECT_DIR}")" && { git clone "git://${GIT_HOSTNAME}/${PROJECT_PATH}.git" cd "${PROJECT}" + git fetch origin "${CHECKOUT}" git checkout --force "${CHECKOUT}" || git checkout --force -b "${CHECKOUT}" git fetch origin upstream:upstream || true git fetch origin pristine-tar:pristine-tar || true -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git