This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 115540d bin/build-rpm-package: force-enable repositories. new 037cc48 bin/build-rpm-package: remove stupid sedism. 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 | 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 037cc48c4aa5baf515ecbef0131fc752c614a78b Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Apr 1 12:39:03 2015 +0200 bin/build-rpm-package: remove stupid sedism. --- bin/build-rpm-package | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index ae7462d..24e2fee 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -359,12 +359,12 @@ create_mock_config () { # MOCK_BASE CUSTOM_REPO COMPONENT TARGET if [ "${FETCH_EXTRA_SECTION}" -eq "1" ] || [ "${FETCH_FULL_SECTION}" -eq "1" ]; then TMP_REGEX='^[[:space:]]*gpgcheck[[:space:]]*=[[:space:]]*1[[:space:]]*$' if [[ "${line}" =~ ${TMP_REGEX} ]]; then - line="${line/1/0/}" + line="${line/1/0}" fi TMP_REGEX='^[[:space:]]*enabled[[:space:]]*=[[:space:]]*0[[:space:]]*$' if [[ "${line}" =~ ${TMP_REGEX} ]]; then - line="${line/0/1/}" + line="${line/0/1}" fi case "${line}" in -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git