Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
7d3b3a12
Commit
7d3b3a12
authored
Apr 25, 2017
by
Alejandro Alvarez Ayllon
Browse files
Prepare 3.6.4
parent
4509ec5f
Pipeline
#118391
passed with stage
in 1 minute and 17 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/releases/v3.6.md
View file @
7d3b3a12
FTS-REST 3.6.4 - Tue Apr 25 2017
================================
## Bug
-
[
[FTS-961]
](
https://its.cern.ch/jira/browse/FTS-961
)
- Error when delegating with long components on the user DN
FTS-REST 3.6.3 - Fri Feb 13 2017
================================
...
...
packaging/rpm/fts-rest.spec
View file @
7d3b3a12
...
...
@@ -4,19 +4,19 @@
%{!?nosetest_path: %global nosetest_path "/tmp"}
Name: fts-rest
Version: 3.6.
3
Version: 3.6.
4
Release: 1%{?dist}
BuildArch: noarch
Summary: FTS3 Rest Interface
Group: Applications/Internet
License: ASL 2.0
URL: http://fts3-service.web.cern.ch/
# git clone https://gitlab.cern.ch/fts/fts-rest.git --depth 1 -b master fts-rest-3.6.
3
# cd fts-rest-3.6.
3
# git checkout v3.6.
3
# git clone https://gitlab.cern.ch/fts/fts-rest.git --depth 1 -b master fts-rest-3.6.
4
# cd fts-rest-3.6.
4
# git checkout v3.6.
4
# git submodule init && git submodule update
# cd ..
# tar vczf fts-rest-3.6.
3
.tar.gz --exclude-vcs fts-rest-3.6.
3
# tar vczf fts-rest-3.6.
4
.tar.gz --exclude-vcs fts-rest-3.6.
4
Source0: %{name}-%{version}.tar.gz
BuildRequires: gfal2-python
...
...
src/fts3rest/fts3rest/controllers/api.py
View file @
7d3b3a12
...
...
@@ -28,7 +28,7 @@ from fts3rest.lib.base import BaseController, Session
from
fts3rest.lib.helpers
import
jsonify
from
fts3rest.lib
import
api
API_VERSION
=
dict
(
major
=
3
,
minor
=
6
,
patch
=
3
)
API_VERSION
=
dict
(
major
=
3
,
minor
=
6
,
patch
=
4
)
def
_get_fts_core_version
():
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment