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

X2Go dev team git-admin at x2go.org
Sat Nov 30 01:40:42 CET 2013


The branch, master has been updated
       via  3523e5db95a3a45e2143026ce47492b3108316f4 (commit)
      from  232fbdd6f8bc62ad3a33c2909ec246548cf0e796 (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 3523e5db95a3a45e2143026ce47492b3108316f4
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Nov 30 01:40:10 2013 +0100

    fix distro codenames

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

Summary of changes:
 bin/build-rpm-package        |    4 ++--
 home/.buildscripts/x2go.conf |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

The diff of changes is:
diff --git a/bin/build-rpm-package b/bin/build-rpm-package
index f2d704a..d40d849 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -24,8 +24,8 @@ RPMEMAIL="firstname.lastname at mydomain.org"
 RPMFULLNAME="Firstname Lastname"
 GPG_KEY=
 DISTS_SUPPORTED="fedora epel"
-FEDORA_DISTROS="fe18 fe19 fe20 rawhide"
-EPEL_DISTROS="sl6"
+FEDORA_DISTROS="18 19 20 rawhide"
+EPEL_DISTROS="5 6"
 RPM_BUILDS_FOR="\
 fedora: $FEDORA_DISTROS\n\
 epel: $EPEL_DISTROS\n\
diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf
index 6a47aca..3387c25 100644
--- a/home/.buildscripts/x2go.conf
+++ b/home/.buildscripts/x2go.conf
@@ -16,8 +16,8 @@ RPMFULLNAME="X2go Git Administrator"
 GPG_KEY="F4A7678C9C6B0B2B"
 DISTS_SUPPORTED="fedora epel"
 RPM_BUILDS_FOR="\
-fedora: fe18 fe19 fe20 rawhide\n\
-epel: sl6\n"
+fedora: 18 19 20 rawhide\n\
+epel: 5 6\n"
 RPM_REPOS_BASE=/srv/sites/x2go.org/packages/
 
 COMPONENT_MAIN="main"


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