[X2Go-Commits] buildscripts.git - master (branch) updated: c6ed92e066c2ae89d2ccd1820d2a7567f51d2c5f

X2Go dev team git-admin at x2go.org
Sun Dec 8 01:11:06 CET 2013


The branch, master has been updated
       via  c6ed92e066c2ae89d2ccd1820d2a7567f51d2c5f (commit)
      from  eaf982183ba0fffd7646e7d079a9f897e1de1fc7 (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 c6ed92e066c2ae89d2ccd1820d2a7567f51d2c5f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Dec 8 01:10:24 2013 +0100

    fix for last commit

-----------------------------------------------------------------------

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 c370460..7be279c 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -263,7 +263,7 @@ upload_packages() {
 
 					# copy rpms into repo
 					cd "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH"
-					scp *.rpm $REPOS_SERVER:$RPM_REPOS_BASE/$l_DIST/$COMPONENT/$l_CODENAME/$PROJECT/$l_ARCH/rpms/$PROJECT/ || true
+					scp *.rpm $REPOS_SERVER:$RPM_REPOS_BASE/$l_DIST/$COMPONENT/$l_CODENAME/$l_ARCH/rpms/$PROJECT/ || true
 
 					0</dev/null ssh $REPOS_SERVER "cd $RPM_REPOS_BASE/$l_DIST/$COMPONENT/$l_CODENAME/$l_ARCH/ && createrepo ."
 


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).




More information about the x2go-commits mailing list