File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 11SGAS 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+
3163.8.0
417
518Mostly refactorization of the code with added support for handling
Original file line number Diff line number Diff line change @@ -411,3 +411,21 @@ $ sudo python setup.py install
4114113. 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
You can’t perform that action at this time.
0 commit comments