mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 03:08:14 +00:00
Merge 2.1 into 2.2 branch.
This commit is contained in:
commit
9e54ab77d0
@ -253,5 +253,5 @@ class Hypervisor(UBridgeHypervisor):
|
|||||||
command = [self._path]
|
command = [self._path]
|
||||||
command.extend(["-H", "{}:{}".format(self._host, self._port)])
|
command.extend(["-H", "{}:{}".format(self._host, self._port)])
|
||||||
if log.getEffectiveLevel() == logging.DEBUG:
|
if log.getEffectiveLevel() == logging.DEBUG:
|
||||||
command.extend(["-d", "2"])
|
command.extend(["-d", "1"])
|
||||||
return command
|
return command
|
||||||
|
@ -146,7 +146,7 @@ deb-src http://archive.ubuntu.com/ubuntu/ ${UBUNTU_CODENAME}-updates main univer
|
|||||||
EOFLIST2
|
EOFLIST2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A2E3EF7B
|
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A2E3EF7B
|
||||||
|
|
||||||
log "Update system packages"
|
log "Update system packages"
|
||||||
apt-get update
|
apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user