This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 3406e0d bin/build-rpm-package: update copyright header. new 2fdb5a3 bin/createsusetagsrepo: add debugging option. new 378e83a bin/createsusetagsrepo: upate copyright header. The 2 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 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 2fdb5a3b6157b22caa63e9f44d5789fbdac1063c Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Sep 5 01:09:27 2019 +0200 bin/createsusetagsrepo: add debugging option. We've been using it like this for ages anyway. --- bin/createsusetagsrepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/createsusetagsrepo b/bin/createsusetagsrepo index ddd3050..9e79683 100755 --- a/bin/createsusetagsrepo +++ b/bin/createsusetagsrepo @@ -216,7 +216,7 @@ sign_metadata () { test -e 'content.key' || gpg -a --output 'content.key' --export "${gpg_key}" } -set -e +set -ex repo_top_dir="${1}" distro="${2}" -- 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 378e83ac4a0a1f01ef0b966e80ff6210736d6522 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Sep 5 01:10:55 2019 +0200 bin/createsusetagsrepo: upate copyright header. --- bin/createsusetagsrepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/createsusetagsrepo b/bin/createsusetagsrepo index 9e79683..093a233 100755 --- a/bin/createsusetagsrepo +++ b/bin/createsusetagsrepo @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2016 by Mihai Moldovan <ionic@ionic.de> +# Copyright (C) 2016-2019 by Mihai Moldovan <ionic@ionic.de> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git