This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 79ce5a0 bin/build-rpm-package: fix gpgcheck regex. new 115540d bin/build-rpm-package: force-enable repositories. 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/build-rpm-package | 5 +++++ 1 file changed, 5 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 115540dc06068205fc52b332c644a80c81a01d36 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Apr 1 12:34:54 2015 +0200 bin/build-rpm-package: force-enable repositories. --- bin/build-rpm-package | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index d79fb02..ae7462d 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -362,6 +362,11 @@ create_mock_config () { # MOCK_BASE CUSTOM_REPO COMPONENT TARGET line="${line/1/0/}" fi + TMP_REGEX='^[[:space:]]*enabled[[:space:]]*=[[:space:]]*0[[:space:]]*$' + if [[ "${line}" =~ ${TMP_REGEX} ]]; then + line="${line/0/1/}" + fi + case "${line}" in (*'$releasever'*) line="${line/'$releasever'/${VERSION}}" ;; -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git