The branch, master has been updated via a8e1e5c439589a13f59c195c9c6173eaaa2f425e (commit) from 198f551c481f3f4b9e0a01b21aee1fdf4257daa2 (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 a8e1e5c439589a13f59c195c9c6173eaaa2f425e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat May 25 14:51:51 2013 +0200 don't map special CODENAMEs to generic versions ----------------------------------------------------------------------- Summary of changes: bin/build-package | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/bin/build-package b/bin/build-package index 199b4ae..c510799 100755 --- a/bin/build-package +++ b/bin/build-package @@ -198,9 +198,9 @@ build_packages() { # translate the version name for Debian releases [ "x$l_CODENAME" = "xsid" ] && VERSION=unstable - [ "x$l_CODENAME" = "xjessie" ] && VERSION=testing - [ "x$l_CODENAME" = "xwheezy" ] && VERSION=stable - [ "x$l_CODENAME" = "xoldstable" ] && VERSION=oldstable + #[ "x$l_CODENAME" = "xjessie" ] && VERSION=testing + #[ "x$l_CODENAME" = "xwheezy" ] && VERSION=stable + #[ "x$l_CODENAME" = "xoldstable" ] && VERSION=oldstable # modify the section for non-main package builds [ "x$COMPONENT" != "xmain" ] && { 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).