From a46aff8723437757acadaa3e08cd11f5d9c59998 Mon Sep 17 00:00:00 2001 From: jripsl Date: Sun, 19 Feb 2017 14:29:41 +0100 Subject: [PATCH] Set 3.8 as stable. --- README.md | 4 ++-- sdc/install.sh | 2 +- sdt/doc/changelog | 3 ++- sdt/doc/rpm_install.md | 22 +++++++++++----------- 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 4350ab69..36a12ede 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,9 @@ This program is a command-line alternative to the ESGF web front-end. ## Version -* Stable: 3.7 +* Stable: 3.8 -* Testing: 3.8 +* Testing: 3.9 ## Dependency diff --git a/sdc/install.sh b/sdc/install.sh index 7b790753..9cdc0af3 100755 --- a/sdc/install.sh +++ b/sdc/install.sh @@ -797,7 +797,7 @@ post_install_msg= # used to display some info to the user after installation tmpdir=$( mktemp -d -p /tmp tmp.sdt.XXXXXXXXXX ) # use mktemp instead of hardcoded path in case different user install synda from source on a multi-user machine # st_url_prefix=http://sd-104052.dedibox.fr/synda/sdt/src -st_version=${g__version:-3.7} # default version if not specified by the user +st_version=${g__version:-3.8} # default version if not specified by the user st_package=sdt-${st_version} st_archive=${st_package}.tar.gz st_url="$st_url_prefix/${st_archive}" diff --git a/sdt/doc/changelog b/sdt/doc/changelog index 90b3471d..47a7f878 100644 --- a/sdt/doc/changelog +++ b/sdt/doc/changelog @@ -1,4 +1,5 @@ -- Version 3.8 - +- Version 3.9 - +- Version 3.8 - 20170219 - add 'info' action to 'synda certificate' command. - add security_dir_mode option. - add subfolder to the ESGF certificate path (named after the user UID). diff --git a/sdt/doc/rpm_install.md b/sdt/doc/rpm_install.md index 1daf50c1..1e1830a5 100644 --- a/sdt/doc/rpm_install.md +++ b/sdt/doc/rpm_install.md @@ -29,23 +29,23 @@ sudo yum install -y where <package-name> can be one of -* synda-3.7-1.x86_64_centos65.rpm -* synda-3.7-1.x86_64_centos67.rpm -* synda-3.7-1.x86_64_centos71.rpm -* synda-3.7-1.x86_64_fedora20.rpm -* synda-3.7-1.x86_64_fedora21.rpm -* synda-3.7-1.x86_64_fedora22.rpm -* synda-3.7-1.x86_64_fedora23.rpm -* synda-3.7-1.x86_64_scientific61.rpm -* synda-3.7-1.x86_64_scientific67.rpm -* synda-3.7-1.x86_64_scientific71.rpm +* synda-3.8-1.x86_64_centos65.rpm +* synda-3.8-1.x86_64_centos67.rpm +* synda-3.8-1.x86_64_centos71.rpm +* synda-3.8-1.x86_64_fedora20.rpm +* synda-3.8-1.x86_64_fedora21.rpm +* synda-3.8-1.x86_64_fedora22.rpm +* synda-3.8-1.x86_64_fedora23.rpm +* synda-3.8-1.x86_64_scientific61.rpm +* synda-3.8-1.x86_64_scientific67.rpm +* synda-3.8-1.x86_64_scientific71.rpm Example To install Synda on Scientific Linux 6.7, do ``` -sudo yum install http://sd-104052.dedibox.fr/synda/sdt/rpm/synda-3.7-1.x86_64_scientific67.rpm +sudo yum install http://sd-104052.dedibox.fr/synda/sdt/rpm/synda-3.8-1.x86_64_scientific67.rpm ``` If you need a distro/version that is not listed, you can open a github issue so we can add it to the list.