Skip to content

Commit 6fb1193

Browse files
committed
Added notes on the upcoming 3.8.1 release.
1 parent 46ab837 commit 6fb1193

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
SGAS Luts Server Change Log (from version 3.0.0 and onwords)
22

3+
3.8.1
4+
5+
Bug fixes:
6+
7+
- WLCG views: use start_- and end_time instead of "measured" for Storage queries
8+
9+
- Fix host scale factors.
10+
11+
- Fix a problem with loading plugins.
12+
13+
- Support newer twisted versions (old should still work too)
14+
15+
316
3.8.0
417

518
Mostly refactorization of the code with added support for handling

docs/upgrading

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,3 +411,21 @@ $ sudo python setup.py install
411411
3. Start SGAS
412412

413413
$ sudo /etc/init.d/sgas start
414+
415+
416+
Upgrading from SGAS 3.8.0 to 3.8.1
417+
418+
1. Stop SGAS
419+
420+
$ sudo /etc/init.d/sgas stop
421+
422+
2. Install new SGAS
423+
424+
$ tar xzf sgas-luts-service-3.8.0.tar.gz
425+
$ cd sgas-luts-service-3.8.0
426+
$ python setup.py build
427+
$ sudo python setup.py install [--prefix=/same/prefix/as/for/the/old/installation]
428+
429+
3. Start SGAS
430+
431+
$ sudo /etc/init.d/sgas start

0 commit comments

Comments
 (0)