This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 1a4a51a home/.buildscripts/x2go.conf: add Saimaa ESR support. new 52e3bc3 bin/build-rpm-package: enable debuginfo package generation for *SuSE packages. 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 | 1 + 1 file changed, 1 insertion(+) -- Alioth's /home/x2go-admin/maintenancescripts/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 52e3bc31fc16ca864cd2a16eaea7058c60e0a944 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Dec 19 05:43:33 2017 +0100 bin/build-rpm-package: enable debuginfo package generation for *SuSE packages. --- bin/build-rpm-package | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 89a53e6..99d2a12 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -1141,6 +1141,7 @@ build_packages() { --arch "${l_ARCH}" \ --clean \ --stage="-bb" \ + --debug \ "${extra_obs_build_args[@]}" \ "${PKGDIST}/${l_DIST}/${l_CODENAME}/SRPM/rpmbuild/SOURCES/${PROJECT}.spec"; then # For information on why this weird -print0 | read -r -d '' construction works, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git