From 70bff7d714b88c05def81fc640fd8f8e5df5dda6 Mon Sep 17 00:00:00 2001 From: Sergi Hernandez Juan <shernand@iri.upc.edu> Date: Tue, 14 Apr 2020 09:17:48 +0200 Subject: [PATCH] Changed the 147.83.76.226 IP address for the server name labrepo.iri.upc.edu. --- .gitlab-ci.yml | 4 ++-- ReadMe.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a03c5e9..b4a83ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,8 +28,8 @@ update_repo: stage: deploy script: - cd build - - "scp -i /root/.ssh/iriLabKeyNopwd -r *comm*.deb irilabo@147.83.76.226:packages/" - - "ssh irilabo@147.83.76.226 -i /root/.ssh/iriLabKeyNopwd -tt /home/irilabo/repo_scripts/update_repo.sh comm" + - "scp -i /root/.ssh/iriLabKeyNopwd -r *comm*.deb irilabo@labrepo.iri.upc.edu:packages/" + - "ssh irilabo@labrepo.iri.upc.edu -i /root/.ssh/iriLabKeyNopwd -tt /home/irilabo/repo_scripts/update_repo.sh comm" only: - tags diff --git a/ReadMe.md b/ReadMe.md index 36e9e3a..bd787ba 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -64,9 +64,9 @@ It also provides the possibility of create a Virtual Can that dumps the content * Add the labrobotica repository if it is not already added: -``` sudo sh -c 'echo "deb [arch=amd64] http://147.83.76.226/~irilabo/packages xenial main" > /etc/apt/sources.list.d/labrobotica_repo.list' ``` +``` sudo sh -c 'echo "deb [arch=amd64] http://labrepo.iri.upc.edu/~irilabo/packages xenial main" > /etc/apt/sources.list.d/labrobotica_repo.list' ``` -``` wget -O - http://147.83.76.226/~irilabo/labrobotica_repo.gpg.key | sudo apt-key add - ``` +``` wget -O - http://labrepo.iri.upc.edu/~irilabo/labrobotica_repo.gpg.key | sudo apt-key add - ``` * Install the package: @@ -178,4 +178,4 @@ and it is also necessary to link with the desired libraries by using the followi There are several examples that show how to use the different classes. </p> -</details> \ No newline at end of file +</details> -- GitLab