The branch, master has been updated via 48254e13bde407b99999fd5cde3a496121c5a6f5 (commit) from 676aa8f1dfb089ed18358502b588b79b8e1dc5a6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 48254e13bde407b99999fd5cde3a496121c5a6f5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 30 02:27:42 2013 +0100 fix SSH call for createrepo ----------------------------------------------------------------------- Summary of changes: bin/build-rpm-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/bin/build-rpm-package b/bin/build-rpm-package index e80a38e..8728222 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -252,7 +252,7 @@ upload_packages() { cd "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH" scp *.rpm $REPOS_SERVER:$RPM_REPOS_BASE/$l_DIST/$l_CODENAME/$l_ARCH/rpms/ || true - ssh $REPOS_SERVER cd $RPM_REPOS_BASE/$l_DIST/$l_CODENAME/$l_ARCH/ && createrepo . + ssh $REPOS_SERVER "cd $RPM_REPOS_BASE/$l_DIST/$l_CODENAME/$l_ARCH/ && createrepo ." } done hooks/post-receive -- buildscripts.git (X2Go packaging scripts) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "buildscripts.git" (X2Go packaging scripts).