This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 9fc0f43 bin/createsusetagsrepo: fix Here Document usage. new 089c4e8 bin/createsusetagsrepo: actually pull in the other parameters. Oops. 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/createsusetagsrepo | 2 ++ 1 file changed, 2 insertions(+) -- 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 089c4e837647c1e2cba1dea02f208147921b5d5f Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Oct 30 02:16:54 2016 +0100 bin/createsusetagsrepo: actually pull in the other parameters. Oops. --- bin/createsusetagsrepo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/createsusetagsrepo b/bin/createsusetagsrepo index a92dde2..329ac1f 100755 --- a/bin/createsusetagsrepo +++ b/bin/createsusetagsrepo @@ -79,6 +79,8 @@ create_directory () { set -e repo_top_dir="${1}" +distro="${2}" +component="${3}" test -z "${repo_top_dir}" && usage test -z "${distro}" && usage -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git