Skip to content

Commit

Permalink
Set 3.8 as stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jripsl committed Feb 19, 2017
1 parent c4fb3ca commit a46aff8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sdc/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
3 changes: 2 additions & 1 deletion sdt/doc/changelog
Original file line number Diff line number Diff line change
@@ -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).
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.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.
Expand Down

0 comments on commit a46aff8

Please sign in to comment.