Skip to content

Commit

Permalink
Added notes on the upcoming 3.8.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
edelmann committed Jul 6, 2017
1 parent 46ab837 commit 6fb1193
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
SGAS Luts Server Change Log (from version 3.0.0 and onwords)

3.8.1

Bug fixes:

- WLCG views: use start_- and end_time instead of "measured" for Storage queries

- Fix host scale factors.

- Fix a problem with loading plugins.

- Support newer twisted versions (old should still work too)


3.8.0

Mostly refactorization of the code with added support for handling
Expand Down
18 changes: 18 additions & 0 deletions docs/upgrading
Original file line number Diff line number Diff line change
Expand Up @@ -411,3 +411,21 @@ $ sudo python setup.py install
3. Start SGAS

$ sudo /etc/init.d/sgas start


Upgrading from SGAS 3.8.0 to 3.8.1

1. Stop SGAS

$ sudo /etc/init.d/sgas stop

2. Install new SGAS

$ tar xzf sgas-luts-service-3.8.0.tar.gz
$ cd sgas-luts-service-3.8.0
$ python setup.py build
$ sudo python setup.py install [--prefix=/same/prefix/as/for/the/old/installation]

3. Start SGAS

$ sudo /etc/init.d/sgas start

0 comments on commit 6fb1193

Please sign in to comment.