This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 5700080 bin/build-rpm-package: only create a new temporary mock config directory if not already existing. Fix replacement of releasever. new 79ce5a0 bin/build-rpm-package: fix gpgcheck regex. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 79ce5a0d5b415c21acd458cbcf3ba89996ab51aa Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Apr 1 12:30:10 2015 +0200 bin/build-rpm-package: fix gpgcheck regex. --- bin/build-rpm-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index c344dc9..d79fb02 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -357,7 +357,7 @@ create_mock_config () { # MOCK_BASE CUSTOM_REPO COMPONENT TARGET # Change some values like $releasever or gpgcheck. if [ "${FETCH_EXTRA_SECTION}" -eq "1" ] || [ "${FETCH_FULL_SECTION}" -eq "1" ]; then - TMP_REGEX='^[[:space:]]*gpgcheck[[:space:]]*=[[:space:]]*1[[:space:]]$' + TMP_REGEX='^[[:space:]]*gpgcheck[[:space:]]*=[[:space:]]*1[[:space:]]*$' if [[ "${line}" =~ ${TMP_REGEX} ]]; then line="${line/1/0/}" fi -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git