mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-23 17:34:17 +03:00
merged from 2.1
This commit is contained in:
commit
0711bf5db3
@ -1,3 +1,9 @@
|
||||
udsactor (2.1.0) stable; urgency=medium
|
||||
|
||||
* Fixes for 2.1.0 release
|
||||
|
||||
-- Adolfo Gómez García <agomez@virtualcable.es> Tue, 11 Oct 2016 08:00:22 +0200
|
||||
|
||||
udsactor (2.0.0) stable; urgency=medium
|
||||
|
||||
* Upgrade for 2.0.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
udsactor-nx_2.0.0_all.deb x11 optional
|
||||
udsactor-xrdp_2.0.0_all.deb x11 optional
|
||||
udsactor_2.0.0_all.deb admin optional
|
||||
udsactor-nx_2.1.0_all.deb x11 optional
|
||||
udsactor-xrdp_2.1.0_all.deb x11 optional
|
||||
udsactor_2.1.0_all.deb admin optional
|
||||
|
@ -38,7 +38,6 @@ from __future__ import unicode_literals
|
||||
from uds.core.Environment import Environmentable
|
||||
from uds.core.Serializable import Serializable
|
||||
from uds.core.BaseModule import Module
|
||||
import time
|
||||
|
||||
VERSION = '2.0.0-DEVEL'
|
||||
VERSION = '2.x.x-DEVEL'
|
||||
VERSION_STAMP = '{}-DEVEL'.format(time.strftime("%Y%m%d"))
|
||||
|
@ -51,7 +51,7 @@ import requests
|
||||
import json
|
||||
import logging
|
||||
|
||||
__updated__ = '2016-09-16'
|
||||
__updated__ = '2016-10-13'
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
@ -403,7 +403,7 @@ class UserServiceManager(object):
|
||||
# In fact we ignore result right now
|
||||
except Exception as e:
|
||||
logger.info('Get uuid failed: {}. Check connection on destination machine: {}'.format(e, url))
|
||||
return False
|
||||
# return True
|
||||
|
||||
return True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user