This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from cbea32f bin/nsis-builder.bat: update to NSIS 3.x. new e1c639b bin/ubuntu-codename-to-version.sh: add new "cosmic" codename. new 3440e19 bin/ubuntu-codename-to-version.sh: add new "disco" codename. new b5b2073 bin/ubuntu-codename-to-version.sh: add new "eoan" codename. The 3 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 e1c639b4c52d65ff60ce55346de3cf9bf283ea35 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jun 7 06:50:37 2019 +0200 bin/ubuntu-codename-to-version.sh: add new "cosmic" codename. --- 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 ebf5348..20b2b96 100755 --- a/bin/ubuntu-codename-to-version.sh +++ b/bin/ubuntu-codename-to-version.sh @@ -45,8 +45,9 @@ case "${codename}" in # we can't really do better here. ("devel") echo "9999";; - ("bionic") echo "18.04";; + ("cosmic") echo "18.10";; + ("bionic") echo "18.04";; ("artful") echo "17.10";; ("zesty") echo "17.04";; ("yakkety") echo "16.10";; -- Alioth's /home/x2go-admin/maintenancescripts/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 3440e197f727b7b61204ae98bd154699f2d34f15 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jun 7 06:52:14 2019 +0200 bin/ubuntu-codename-to-version.sh: add new "disco" codename. --- 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 20b2b96..3f02efe 100755 --- a/bin/ubuntu-codename-to-version.sh +++ b/bin/ubuntu-codename-to-version.sh @@ -45,8 +45,9 @@ case "${codename}" in # we can't really do better here. ("devel") echo "9999";; - ("cosmic") echo "18.10";; + ("disco") echo "19.04";; + ("cosmic") echo "18.10";; ("bionic") echo "18.04";; ("artful") echo "17.10";; ("zesty") echo "17.04";; -- Alioth's /home/x2go-admin/maintenancescripts/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 b5b20737c8dd7a5c6116f010e48fd10433e2b49f Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jun 7 06:52:51 2019 +0200 bin/ubuntu-codename-to-version.sh: add new "eoan" codename. --- 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 3f02efe..bf325dc 100755 --- a/bin/ubuntu-codename-to-version.sh +++ b/bin/ubuntu-codename-to-version.sh @@ -45,8 +45,9 @@ case "${codename}" in # we can't really do better here. ("devel") echo "9999";; - ("disco") echo "19.04";; + ("eoan") echo "19.10";; + ("disco") echo "19.04";; ("cosmic") echo "18.10";; ("bionic") echo "18.04";; ("artful") echo "17.10";; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git