Skip to content

Commit b941427

Browse files
author
jripsl
committed
Set 3.6 and 1.2 as new stable.
1 parent e8b9b32 commit b941427

File tree

7 files changed

+36
-30
lines changed

7 files changed

+36
-30
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.5
74+
* Stable: 3.6
7575

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

7878
## Dependency
7979

sdc/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ post_install_msg= # used to display some info to the user after installation
772772
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
773773
#
774774
st_url_prefix=http://sd-53687.dedibox.fr/synda/sdt/src
775-
st_version=${g__version:-3.5} # default version if not specified by the user
775+
st_version=${g__version:-3.6} # default version if not specified by the user
776776
st_package=sdt-${st_version}
777777
st_archive=${st_package}.tar.gz
778778
st_url="$st_url_prefix/${st_archive}"
@@ -782,7 +782,7 @@ st_conf_file="$st_root/conf/sdt.conf"
782782
st_cred_file="$st_root/conf/credentials.conf"
783783
#
784784
sp_url_prefix=http://sd-53687.dedibox.fr/synda/sdp/src
785-
sp_version=${g__version:-1.1} # set HEAD version unless vernum is specified by the user
785+
sp_version=${g__version:-1.2} # set HEAD version unless vernum is specified by the user
786786
sp_package=sdp-${sp_version}
787787
pp_archive=${sp_package}.tar.gz
788788
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.1
18+
* Stable: 1.2
1919

20-
* Testing: 1.2
20+
* Testing: 1.3

sdp/doc/changelog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
- Version 1.2 -
1+
- Version 1.2 - 20161204
22
- move hard-coded pipeline dependencies into configuration files.
3+
- add credentials.conf file.
4+
- add pipeline samples.
5+
- add test.
36
- Version 1.1 - 20160919
47
- add CORDEX support.
58
- add pexec support.

sdp/doc/rpm_install.md

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

3636
where &lt;package-name&gt; can be one of
3737

38-
* synda-pp-1.1-1.x86_64_centos65.rpm
39-
* synda-pp-1.1-1.x86_64_centos67.rpm
40-
* synda-pp-1.1-1.x86_64_centos71.rpm
41-
* synda-pp-1.1-1.x86_64_fedora20.rpm
42-
* synda-pp-1.1-1.x86_64_fedora21.rpm
43-
* synda-pp-1.1-1.x86_64_fedora22.rpm
44-
* synda-pp-1.1-1.x86_64_fedora23.rpm
45-
* synda-pp-1.1-1.x86_64_scientific61.rpm
46-
* synda-pp-1.1-1.x86_64_scientific67.rpm
47-
* synda-pp-1.1-1.x86_64_scientific71.rpm
38+
* synda-pp-1.2-1.x86_64_centos65.rpm
39+
* synda-pp-1.2-1.x86_64_centos67.rpm
40+
* synda-pp-1.2-1.x86_64_centos71.rpm
41+
* synda-pp-1.2-1.x86_64_fedora20.rpm
42+
* synda-pp-1.2-1.x86_64_fedora21.rpm
43+
* synda-pp-1.2-1.x86_64_fedora22.rpm
44+
* synda-pp-1.2-1.x86_64_fedora23.rpm
45+
* synda-pp-1.2-1.x86_64_scientific61.rpm
46+
* synda-pp-1.2-1.x86_64_scientific67.rpm
47+
* synda-pp-1.2-1.x86_64_scientific71.rpm
4848

4949
Example
5050

5151
To install *sdp* on Scientific Linux 6.7, do
5252

5353
```
54-
sudo yum install http://sd-53687.dedibox.fr/synda/sdp/rpm/synda-pp-1.1-1.x86_64_scientific67.rpm
54+
sudo yum install http://sd-53687.dedibox.fr/synda/sdp/rpm/synda-pp-1.2-1.x86_64_scientific67.rpm
5555
```
5656

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

sdt/doc/changelog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
- Version 3.6 -
1+
- Version 3.6 - 20161204
22
- use search-api json format instead of xml.
33
- add end-of-transfer events replay mode (trigger all EOT events in batch mode).
44
- add 'synda count' subcommand.
55
- add 'synda config' subcommand.
6+
- add test (sdv module).
7+
- add incremental mode for discovery operation.
8+
- add dataset version consistency check.
69
- Version 3.5 - 20160919
710
- use requests (pypi) to resolve openid.
811
- add ~/.sdt/conf/credentials.conf

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.5-1.x86_64_centos65.rpm
33-
* synda-3.5-1.x86_64_centos67.rpm
34-
* synda-3.5-1.x86_64_centos71.rpm
35-
* synda-3.5-1.x86_64_fedora20.rpm
36-
* synda-3.5-1.x86_64_fedora21.rpm
37-
* synda-3.5-1.x86_64_fedora22.rpm
38-
* synda-3.5-1.x86_64_fedora23.rpm
39-
* synda-3.5-1.x86_64_scientific61.rpm
40-
* synda-3.5-1.x86_64_scientific67.rpm
41-
* synda-3.5-1.x86_64_scientific71.rpm
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
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.5-1.x86_64_scientific67.rpm
48+
sudo yum install http://sd-53687.dedibox.fr/synda/sdt/rpm/synda-3.6-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)