This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 59b3832 bin/build-rpm-package: reset ${l_ARCH} to an empty string in build_packages(). This will need some cleanup work. new 72f682a bin/build-rpm-package: fix override inclusion. 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 72f682adad3b0e230fa1405cfdaf58e38302b918 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Apr 3 04:21:30 2015 +0200 bin/build-rpm-package: fix override inclusion. --- 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 d36a352..adb0291 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -51,7 +51,7 @@ SLE_DOWNLOAD_URL="/srv/mirrors/non-public/sle/#VERSION#/rpms/" test -z "${1}" && { echo "usage: $(basename "${0}") [<subpath>/]<git-project> {main,main/<codename>,nightly,nightly/<codename>} [<git-checkout>]"; exit 1; } PREFIX="$(cut -d"-" -f1 <<< "$(basename "${0}")")" -test -f "${HOME}/.buildscripts/${PREFIX}.conf" && . "${HOME}/.buildscripts/${PREFIX.conf}" || { echo "${0} has no valid context prefix..." >&2; exit 1; } +test -f "${HOME}/.buildscripts/${PREFIX}.conf" && . "${HOME}/.buildscripts/${PREFIX}.conf" || { echo "${0} has no valid context prefix..." >&2; exit 1; } : ${NO_DELAY:="no"} : ${FORCE_BUILD:="no"} -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git