From b94142710621eac647ed12cc6cbb6638b25304b1 Mon Sep 17 00:00:00 2001 From: jripsl Date: Sun, 4 Dec 2016 11:32:07 +0100 Subject: [PATCH] Set 3.6 and 1.2 as new stable. --- README.md | 4 ++-- sdc/install.sh | 4 ++-- sdp/README.md | 4 ++-- sdp/doc/changelog | 5 ++++- sdp/doc/rpm_install.md | 22 +++++++++++----------- sdt/doc/changelog | 5 ++++- sdt/doc/rpm_install.md | 22 +++++++++++----------- 7 files changed, 36 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 3245bd0f..fd606c5b 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,9 @@ This program is a command-line alternative to the ESGF web front-end. ## Version -* Stable: 3.5 +* Stable: 3.6 -* Testing: 3.6 +* Testing: 3.7 ## Dependency diff --git a/sdc/install.sh b/sdc/install.sh index efbf2918..ce6c10af 100755 --- a/sdc/install.sh +++ b/sdc/install.sh @@ -772,7 +772,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-53687.dedibox.fr/synda/sdt/src -st_version=${g__version:-3.5} # default version if not specified by the user +st_version=${g__version:-3.6} # 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}" @@ -782,7 +782,7 @@ st_conf_file="$st_root/conf/sdt.conf" st_cred_file="$st_root/conf/credentials.conf" # sp_url_prefix=http://sd-53687.dedibox.fr/synda/sdp/src -sp_version=${g__version:-1.1} # set HEAD version unless vernum is specified by the user +sp_version=${g__version:-1.2} # set HEAD version unless vernum is specified by the user sp_package=sdp-${sp_version} pp_archive=${sp_package}.tar.gz pp_url="$sp_url_prefix/${pp_archive}" diff --git a/sdp/README.md b/sdp/README.md index 3fde745c..218414fa 100644 --- a/sdp/README.md +++ b/sdp/README.md @@ -15,6 +15,6 @@ compute farm freeing the resources. ## Version -* Stable: 1.1 +* Stable: 1.2 -* Testing: 1.2 +* Testing: 1.3 diff --git a/sdp/doc/changelog b/sdp/doc/changelog index 7fbeaba9..e1135e84 100644 --- a/sdp/doc/changelog +++ b/sdp/doc/changelog @@ -1,5 +1,8 @@ -- Version 1.2 - +- Version 1.2 - 20161204 - move hard-coded pipeline dependencies into configuration files. + - add credentials.conf file. + - add pipeline samples. + - add test. - Version 1.1 - 20160919 - add CORDEX support. - add pexec support. diff --git a/sdp/doc/rpm_install.md b/sdp/doc/rpm_install.md index 03dc1404..a4c295a2 100644 --- a/sdp/doc/rpm_install.md +++ b/sdp/doc/rpm_install.md @@ -35,23 +35,23 @@ sudo yum install -y where <package-name> can be one of -* synda-pp-1.1-1.x86_64_centos65.rpm -* synda-pp-1.1-1.x86_64_centos67.rpm -* synda-pp-1.1-1.x86_64_centos71.rpm -* synda-pp-1.1-1.x86_64_fedora20.rpm -* synda-pp-1.1-1.x86_64_fedora21.rpm -* synda-pp-1.1-1.x86_64_fedora22.rpm -* synda-pp-1.1-1.x86_64_fedora23.rpm -* synda-pp-1.1-1.x86_64_scientific61.rpm -* synda-pp-1.1-1.x86_64_scientific67.rpm -* synda-pp-1.1-1.x86_64_scientific71.rpm +* synda-pp-1.2-1.x86_64_centos65.rpm +* synda-pp-1.2-1.x86_64_centos67.rpm +* synda-pp-1.2-1.x86_64_centos71.rpm +* synda-pp-1.2-1.x86_64_fedora20.rpm +* synda-pp-1.2-1.x86_64_fedora21.rpm +* synda-pp-1.2-1.x86_64_fedora22.rpm +* synda-pp-1.2-1.x86_64_fedora23.rpm +* synda-pp-1.2-1.x86_64_scientific61.rpm +* synda-pp-1.2-1.x86_64_scientific67.rpm +* synda-pp-1.2-1.x86_64_scientific71.rpm Example To install *sdp* on Scientific Linux 6.7, do ``` -sudo yum install http://sd-53687.dedibox.fr/synda/sdp/rpm/synda-pp-1.1-1.x86_64_scientific67.rpm +sudo yum install http://sd-53687.dedibox.fr/synda/sdp/rpm/synda-pp-1.2-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. diff --git a/sdt/doc/changelog b/sdt/doc/changelog index 9d67464e..ea8aac70 100644 --- a/sdt/doc/changelog +++ b/sdt/doc/changelog @@ -1,8 +1,11 @@ -- Version 3.6 - +- Version 3.6 - 20161204 - use search-api json format instead of xml. - add end-of-transfer events replay mode (trigger all EOT events in batch mode). - add 'synda count' subcommand. - add 'synda config' subcommand. + - add test (sdv module). + - add incremental mode for discovery operation. + - add dataset version consistency check. - Version 3.5 - 20160919 - use requests (pypi) to resolve openid. - add ~/.sdt/conf/credentials.conf diff --git a/sdt/doc/rpm_install.md b/sdt/doc/rpm_install.md index e2aced72..57cf57a4 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.5-1.x86_64_centos65.rpm -* synda-3.5-1.x86_64_centos67.rpm -* synda-3.5-1.x86_64_centos71.rpm -* synda-3.5-1.x86_64_fedora20.rpm -* synda-3.5-1.x86_64_fedora21.rpm -* synda-3.5-1.x86_64_fedora22.rpm -* synda-3.5-1.x86_64_fedora23.rpm -* synda-3.5-1.x86_64_scientific61.rpm -* synda-3.5-1.x86_64_scientific67.rpm -* synda-3.5-1.x86_64_scientific71.rpm +* synda-3.6-1.x86_64_centos65.rpm +* synda-3.6-1.x86_64_centos67.rpm +* synda-3.6-1.x86_64_centos71.rpm +* synda-3.6-1.x86_64_fedora20.rpm +* synda-3.6-1.x86_64_fedora21.rpm +* synda-3.6-1.x86_64_fedora22.rpm +* synda-3.6-1.x86_64_fedora23.rpm +* synda-3.6-1.x86_64_scientific61.rpm +* synda-3.6-1.x86_64_scientific67.rpm +* synda-3.6-1.x86_64_scientific71.rpm Example To install Synda on Scientific Linux 6.7, do ``` -sudo yum install http://sd-53687.dedibox.fr/synda/sdt/rpm/synda-3.5-1.x86_64_scientific67.rpm +sudo yum install http://sd-53687.dedibox.fr/synda/sdt/rpm/synda-3.6-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.