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

X2Go dev team git-admin at x2go.org
Fri Dec 6 13:10:58 CET 2013


The branch, master has been updated
       via  4e64b36196cd8e7388fe2ad45b6ae7c518102dc3 (commit)
      from  3fd1dc346f2b9310ecbdeed2c696121d05dfdc2b (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 4e64b36196cd8e7388fe2ad45b6ae7c518102dc3
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Dec 6 13:10:16 2013 +0100

    ignore Source0: in spec file

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

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 804f52b..7d477c2 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -181,7 +181,7 @@ build_packages() {
 	fi
 	sed -i $PROJECT.spec -e "s/%{?dist}/.$IS_RELEASE.git$DATE.$GITREV.$COMPONENT%{?dist}/"
 
-	cat $PROJECT.spec | egrep "^Source[0-9]+:.*" | awk '{ print $2 }' | while read source_file; do
+	cat $PROJECT.spec | egrep "^Source[1-9]+:.*" | awk '{ print $2 }' | while read source_file; do
 		find $PROJECT/rpm/$source_file -maxdepth 0 1> /dev/null && cp $PROJECT/rpm/$source_file . && continue
 		find $PROJECT/$source_file -maxdepth 0 1> /dev/null && cp $PROJECT/$source_file .
 	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).




More information about the x2go-commits mailing list