Skip to content

Commit 4435203

Browse files
author
jripsl
committed
Set 3.7 and 1.3 as new stable releases.
1 parent e631f55 commit 4435203

File tree

6 files changed

+23
-19
lines changed

6 files changed

+23
-19
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ This program is a command-line alternative to the ESGF web front-end.
7171

7272
## Version
7373

74-
* Stable: 3.6
74+
* Stable: 3.7
7575

76-
* Testing: 3.7
76+
* Testing: 3.8
7777

7878
## Dependency
7979

sdc/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ post_install_msg= # used to display some info to the user after installation
751751
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
752752
#
753753
st_url_prefix=http://sd-53687.dedibox.fr/synda/sdt/src
754-
st_version=${g__version:-3.6} # default version if not specified by the user
754+
st_version=${g__version:-3.7} # default version if not specified by the user
755755
st_package=sdt-${st_version}
756756
st_archive=${st_package}.tar.gz
757757
st_url="$st_url_prefix/${st_archive}"
@@ -761,7 +761,7 @@ st_conf_file="$st_root/conf/sdt.conf"
761761
st_cred_file="$st_root/conf/credentials.conf"
762762
#
763763
sp_url_prefix=http://sd-53687.dedibox.fr/synda/sdp/src
764-
sp_version=${g__version:-1.2} # set HEAD version unless vernum is specified by the user
764+
sp_version=${g__version:-1.3} # set HEAD version unless vernum is specified by the user
765765
sp_package=sdp-${sp_version}
766766
pp_archive=${sp_package}.tar.gz
767767
pp_url="$sp_url_prefix/${pp_archive}"

sdp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ compute farm freeing the resources.
1515

1616
## Version
1717

18-
* Stable: 1.2
18+
* Stable: 1.3
1919

20-
* Testing: 1.3
20+
* Testing: 1.4

sdp/doc/changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
- Version 1.3 -
1+
- Version 1.4 -
2+
- Version 1.3 - 20170115
23
- synda group can be used instead of sudo (system package).
34
- Version 1.2 - 20161204
45
- move hard-coded pipeline dependencies into configuration files.

sdt/doc/changelog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
- Version 3.7 -
1+
- Version 3.8 -
2+
- Version 3.7 - 20170115
23
- ESGF certificate path set to $HOME/sdt/tmp/.esg for source install.
34
- disable sdfilepermission module.
45
- add user personal env (SDT_USER_ENV).
56
- synda group can be used instead of sudo (system package).
7+
- set specific version for pillow package.
8+
- bugfixes.
69
- Version 3.6 - 20161204
710
- use search-api json format instead of xml.
811
- add end-of-transfer events replay mode (trigger all EOT events in batch mode).

sdt/doc/rpm_install.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@ sudo yum install -y <package-name>
2929

3030
where &lt;package-name&gt; can be one of
3131

32-
* synda-3.6-1.x86_64_centos65.rpm
33-
* synda-3.6-1.x86_64_centos67.rpm
34-
* synda-3.6-1.x86_64_centos71.rpm
35-
* synda-3.6-1.x86_64_fedora20.rpm
36-
* synda-3.6-1.x86_64_fedora21.rpm
37-
* synda-3.6-1.x86_64_fedora22.rpm
38-
* synda-3.6-1.x86_64_fedora23.rpm
39-
* synda-3.6-1.x86_64_scientific61.rpm
40-
* synda-3.6-1.x86_64_scientific67.rpm
41-
* synda-3.6-1.x86_64_scientific71.rpm
32+
* synda-3.7-1.x86_64_centos65.rpm
33+
* synda-3.7-1.x86_64_centos67.rpm
34+
* synda-3.7-1.x86_64_centos71.rpm
35+
* synda-3.7-1.x86_64_fedora20.rpm
36+
* synda-3.7-1.x86_64_fedora21.rpm
37+
* synda-3.7-1.x86_64_fedora22.rpm
38+
* synda-3.7-1.x86_64_fedora23.rpm
39+
* synda-3.7-1.x86_64_scientific61.rpm
40+
* synda-3.7-1.x86_64_scientific67.rpm
41+
* synda-3.7-1.x86_64_scientific71.rpm
4242

4343
Example
4444

4545
To install Synda on Scientific Linux 6.7, do
4646

4747
```
48-
sudo yum install http://sd-53687.dedibox.fr/synda/sdt/rpm/synda-3.6-1.x86_64_scientific67.rpm
48+
sudo yum install http://sd-53687.dedibox.fr/synda/sdt/rpm/synda-3.7-1.x86_64_scientific67.rpm
4949
```
5050

5151
If you need a distro/version that is not listed, you can open a github issue so we can add it to the list.

0 commit comments

Comments
 (0)