log

age author description
Fri, 14 Oct 2016 18:38:33 +0200 souliane CR de l'AG ordinaire 2016 à Prague
Thu, 28 Apr 2016 09:27:58 +0200 souliane added big picture English file
Tue, 01 Dec 2015 16:23:14 +0100 souliane scripts (launcher, test_accounts): update
Fri, 18 Mar 2016 17:56:34 +0100 Goffi docker (sat_pubsub): minor optimization by joining 2 apt-get install
Wed, 09 Mar 2016 10:11:08 +0100 Goffi docker (liberiva_cont): ownership is fixed on "config" command as "docker cp" use root:root as owner of copied file on container
Tue, 08 Mar 2016 18:36:14 +0100 Goffi docker (base): Twisted and Wokkel are now installed with pip instead of apt, as Jessie version is too old for SàT
Tue, 08 Mar 2016 17:54:11 +0100 Goffi docker (base): fixed bad escaping in add_host script, resulting in domain not put in /etc/hosts
Tue, 08 Mar 2016 13:52:11 +0100 Goffi docker (base): create sat.conf in ~sat/.config/sat with right permissions so it is not created by set_account_domain
Fri, 04 Mar 2016 23:31:26 +0100 Goffi docker: fixed bad stopping:
Fri, 04 Mar 2016 23:25:42 +0100 Goffi docker (libervia): fixed bad escaping after moving libervia_cont_launch from Dockerfile to scripts/
Tue, 01 Mar 2016 15:47:02 +0100 Goffi docker (prosody): fixed prosodyctl call in container_server: it was not using absolute path, so it was calling /usr/local/bin/prosodyctl instead of /usr/bin/prosodyctl, resulting in a loop
Mon, 29 Feb 2016 22:06:03 +0100 Goffi docker (libervia_cont): replaced printf by eprintf for error messages
Mon, 29 Feb 2016 22:01:02 +0100 Goffi docker (libervia_cont): put container used for maintenance in a variable
Mon, 29 Feb 2016 21:54:43 +0100 Goffi docker (libervia_cont): workaround for copying config when Docker version is below 1.8.0
Mon, 29 Feb 2016 21:54:41 +0100 Goffi docker (libervia_cont): added check_docker_version function which return 0 if current docker version is greater than wanted one, -1 else