This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 84fe386 build-nsis-package.sh: don't preserve ownership for debian/changelog file (fails on shared directories.) new ecb5ef9 bin/gitcreate: use new scripts for creating the git repository. 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/gitcreate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Alioth's /srv/git/code.x2go.org/buildscripts.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 ecb5ef9f259533ed9829f438010e6d9ada2e7c3f Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Mar 9 04:04:45 2015 +0100 bin/gitcreate: use new scripts for creating the git repository. --- bin/gitcreate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/gitcreate b/bin/gitcreate index 07528c3..166e091 100755 --- a/bin/gitcreate +++ b/bin/gitcreate @@ -13,8 +13,8 @@ for pkg in "${@}"; do subdir="$(dirname ${pkg})/" pkg="$(basename ${pkg})" - ssh -l"${GIT_USER}" "${GIT_HOSTNAME}" "cd ~/git && ./setup-repository ${subdir}${pkg} '${pkg} upstream project'" - ssh -l"${GIT_USER}" "${GIT_HOSTNAME}" "cd ~/git && ./update-repository-posixacls ${subdir}${pkg}" + ssh -l"${GIT_USER}" "${GIT_HOSTNAME}" "cd ~/git && _misc_/setup-repository ${subdir}${pkg} '${pkg} upstream project'" + ssh -l"${GIT_USER}" "${GIT_HOSTNAME}" "cd ~/git && _misc_/update-repository-posixacls ${subdir}${pkg}" POP="0" if [ -d "${pkg}" ]; then -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git