From 64a914bf937e7ecea38435230afcf445852b9ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Lallement?= <raphael.lallement@laas.fr> Date: Wed, 15 Jan 2014 17:32:08 +0100 Subject: [PATCH] [wip/libmove3d{,-hri,-planners}] Correct the repository for checkout It was based on ssh wish prevented person outside laas to pull. --- libmove3d-hri/Makefile | 2 +- libmove3d-planners/Makefile | 2 +- libmove3d/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libmove3d-hri/Makefile b/libmove3d-hri/Makefile index 98872546..2bd1cb7e 100644 --- a/libmove3d-hri/Makefile +++ b/libmove3d-hri/Makefile @@ -5,7 +5,7 @@ DISTNAME= libmove3d-hri-2.22 CATEGORIES= path MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=libmove3d-hri/} -MASTER_REPOSITORY= git ssh://git.openrobots.org/git/robots/libmove3d-hri.git +MASTER_REPOSITORY= git git://git.openrobots.org/robots/libmove3d-hri.git MAINTAINER= robots-source@laas.fr COMMENT= Human centered spatial reasonning & motion planning diff --git a/libmove3d-planners/Makefile b/libmove3d-planners/Makefile index 033c391f..2d5a7dd0 100644 --- a/libmove3d-planners/Makefile +++ b/libmove3d-planners/Makefile @@ -5,7 +5,7 @@ DISTNAME= libmove3d-planners-1.3.3 CATEGORIES= path MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=libmove3d-planners/} -MASTER_REPOSITORY= git ssh://trac.laas.fr/git/robots/libmove3d-planners +MASTER_REPOSITORY= git git://trac.laas.fr/robots/libmove3d-planners PKGREVISION= 3 MAINTAINER= biomove3dgitrepo@laas.fr diff --git a/libmove3d/Makefile b/libmove3d/Makefile index 5dcc4118..53b9f5c9 100644 --- a/libmove3d/Makefile +++ b/libmove3d/Makefile @@ -6,7 +6,7 @@ DISTNAME= libmove3d-3.20.1 PKGREVISION= 2 CATEGORIES= path MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=libmove3d/} -MASTER_REPOSITORY= git ssh://git.openrobots.org/git/robots/libmove3d.git +MASTER_REPOSITORY= git git://git.openrobots.org/robots/libmove3d.git MAINTAINER= biomove3dgitrepo@laas.fr COMMENT= Library for motion planning and geometric reasonning -- GitLab