branch feature/6511 updated (1e86135 -> ef63dcf)
This is an automated email from the git hooks/post-receive script. New change to branch feature/6511 in repository echobase. See http://git.codelutin.com/echobase.git from 1e86135 fix doc (refs #6511) new ef63dcf refs #6511 : correction du dépot pour Qgis server. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit ef63dcf6a319be5dc2cefd8cb9757288c4b7c75a Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Jun 17 08:43:54 2015 +0200 refs #6511 : correction du dépot pour Qgis server. Summary of changes: src/site/rst/install.rst.vm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/6511 in repository echobase. See http://git.codelutin.com/echobase.git commit ef63dcf6a319be5dc2cefd8cb9757288c4b7c75a Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Jun 17 08:43:54 2015 +0200 refs #6511 : correction du dépot pour Qgis server. --- src/site/rst/install.rst.vm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/rst/install.rst.vm b/src/site/rst/install.rst.vm index ebe7b96..0f08fbd 100644 --- a/src/site/rst/install.rst.vm +++ b/src/site/rst/install.rst.vm @@ -109,10 +109,10 @@ Nous utilisons la version ${qgisMapServerVersion} de Qgis map server. echo "" >> /etc/apt/sources.list echo "" >> /etc/apt/sources.list echo "#Pour installer qgis-server" >> /etc/apt/sources.list - echo "deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu trusty main" >> /etc/apt/sources.list + echo "deb http://qgis.org/debian wheezy main" >> /etc/apt/sources.list - gpg --keyserver keyserver.ubuntu.com --recv DD45F6C3 - gpg --export --armor DD45F6C3 | sudo apt-key add - + gpg --keyserver keyserver.ubuntu.com --recv 314DF160 + gpg --export --armor 314DF160 | apt-key add - apt-get update apt-get install qgis-mapserver qgis -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm