This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 7e0c9f1 home/.buildscripts/x2go.conf: remove (most) deprecated OpenSuSE versions from default OpenSuSE build value. new a81454d bin/ubuntu-codename-to-version.sh: add new testing Ubuntu codename "zesty". The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/ubuntu-codename-to-version.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit a81454d45664e7fa3d374341a5c85fbc7b354b4f Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Oct 28 20:09:53 2016 +0200 bin/ubuntu-codename-to-version.sh: add new testing Ubuntu codename "zesty". --- bin/ubuntu-codename-to-version.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/ubuntu-codename-to-version.sh b/bin/ubuntu-codename-to-version.sh index f2884cf..54768f6 100755 --- a/bin/ubuntu-codename-to-version.sh +++ b/bin/ubuntu-codename-to-version.sh @@ -47,8 +47,9 @@ case "${codename}" in # we can't really do better here. ("devel") echo "9999";; - ("yakkety") echo "16.10";; + ("zesty") echo "17.04";; + ("yakkety") echo "16.10";; ("xenial") echo "16.04";; ("wily") echo "15.10";; ("vivid") echo "15.04";; -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git