Skip to content

Commit

Permalink
Set 3.6 and 1.2 as new stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jripsl committed Dec 4, 2016
1 parent e8b9b32 commit b941427
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 30 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions sdc/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -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}"
Expand Down
4 changes: 2 additions & 2 deletions sdp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ compute farm freeing the resources.

## Version

* Stable: 1.1
* Stable: 1.2

* Testing: 1.2
* Testing: 1.3
5 changes: 4 additions & 1 deletion sdp/doc/changelog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
22 changes: 11 additions & 11 deletions sdp/doc/rpm_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@ sudo yum install -y <package-name>

where &lt;package-name&gt; 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.
Expand Down
5 changes: 4 additions & 1 deletion sdt/doc/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
22 changes: 11 additions & 11 deletions sdt/doc/rpm_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@ sudo yum install -y <package-name>

where &lt;package-name&gt; 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.
Expand Down

0 comments on commit b941427

Please sign in to comment.