This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 138d167 bin/build-rpm-package: add component, as we want to pull in repositories for specific package categoeries (main, nightly, LTS). new 94fa509 bin/build-rpm-package: add comment to remind to autogenerate mock files. 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, 2 insertions(+) -- 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 94fa50969f3635c52bf0c29c350c86988ee1d37c Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Mar 23 01:49:14 2015 +0100 bin/build-rpm-package: add comment to remind to autogenerate mock files. --- bin/build-rpm-package | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 7dbd952..eea1821 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -127,6 +127,8 @@ get_extra_repository () { # Always use -r. ret="-r " if [ -n "${RPM_MOCK_CONFIG_DIR}" ]; then + # FIXME: these files should probably be autogenerated to lessen maintenance load. + # Add config base dir if specified. ret="${ret} ${RPM_MOCK_CONFIG_DIR}" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git