This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from fc13f5f bin/build-rpm-package: append .cfg extension to MOCK_BASE if necessary. new c5b5112 bin/build-rpm-package: a typo'd regex character class is unlikely to match 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 c5b511201837be705a8356c93c4da49cae7e070b Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Apr 1 10:44:31 2015 +0200 bin/build-rpm-package: a typo'd regex character class is unlikely to match --- 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 fd3b401..4c45159 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -265,7 +265,7 @@ create_mock_config () { # MOCK_BASE CUSTOM_REPO COMPONENT TARGET fi # distribution - version - arch - TMP_REGEX='^([[:alpha:]]+)-[[:alnum:]_]+-[[:alnum]_]+\.cfg$' + TMP_REGEX='^([[:alpha:]]+)-[[:alnum:]_]+-[[:alnum:]_]+\.cfg$' if [[ ! "${MOCK_BASE}" =~ ${TMP_REGEX} ]]; then echo "Error: MOCK_BASE parameter not well formed. Must be: 'distro-version-arch.cfg'." >&2 exit -1 -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git