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

X2Go dev team git-admin at x2go.org
Fri Nov 29 14:59:54 CET 2013


The branch, master has been updated
       via  6b0330cdf0266066b22bf1bd85368ea2190fa44b (commit)
       via  ef442ff535e98c4858146c478d02d807fe5d538f (commit)
      from  379ab25b918909c8fc20727d1c7bd266c9b50ba2 (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 6b0330cdf0266066b22bf1bd85368ea2190fa44b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Nov 29 14:59:23 2013 +0100

    this script is for fedora/epel...

commit ef442ff535e98c4858146c478d02d807fe5d538f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Nov 29 14:59:03 2013 +0100

    typo fix

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

Summary of changes:
 bin/build-deb-package |    2 +-
 bin/build-rpm-package |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/bin/build-deb-package b/bin/build-deb-package
index dbb7a94..ce6be3f 100755
--- a/bin/build-deb-package
+++ b/bin/build-deb-package
@@ -126,7 +126,7 @@ prepare_workspace() {
 		test -f DEB_BUILDS_FOR || echo -e "$DEB_BUILDS_FOR" > DEB_BUILDS_FOR
 	elif echo "$DEBIAN_DISTROS" | grep $ARGV2_CODENAME >/dev/null; then
 		echo "debian: $ARGV2_CODENAME" > DEB_BUILDS_FOR
-	elif echo "$UBUNUT_DISTROS" | grep $ARGV2_CODENAME >/dev/null; then
+	elif echo "$UBUNTU_DISTROS" | grep $ARGV2_CODENAME >/dev/null; then
 		echo "ubuntu: $ARGV2_CODENAME" >/dev/null
 	fi
 	return 0
diff --git a/bin/build-rpm-package b/bin/build-rpm-package
index 87021a8..41f05d8 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -125,9 +125,9 @@ prepare_workspace() {
 	# by default we build for all current debian versions
 	if test -z $ARGV2_CODENAME; then
 		test -f RPM_BUILDS_FOR || echo -e "$RPM_BUILDS_FOR" > RPM_BUILDS_FOR
-	elif echo "$DEBIAN_DISTROS" | grep $ARGV2_CODENAME >/dev/null; then
+	elif echo "$FEDORA_DISTROS" | grep $ARGV2_CODENAME >/dev/null; then
 		echo "fedora: $ARGV2_CODENAME" > RPM_BUILDS_FOR
-	elif echo "$UBUNUT_DISTROS" | grep $ARGV2_CODENAME >/dev/null; then
+	elif echo "$EPEL_DISTROS" | grep $ARGV2_CODENAME >/dev/null; then
 		echo "epel: $ARGV2_CODENAME" >/dev/null
 	fi
 	return 0


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