Skip to content
Snippets Groups Projects
Commit 205dacb5 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Update package server address name, in README and ci

parent b121e411
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ update_repo: ...@@ -30,7 +30,7 @@ update_repo:
stage: deploy stage: deploy
script: script:
- cd build - cd build
- "scp -i /root/.ssh/iriLabKeyNopwd -r *segway-rmp-400*.deb irilabo@147.83.76.226:packages/" - "scp -i /root/.ssh/iriLabKeyNopwd -r *segway-rmp-400*.deb irilabo@labrepo.iri.upc.edu:packages/"
- "ssh irilabo@147.83.76.226 -i /root/.ssh/iriLabKeyNopwd -tt /home/irilabo/repo_scripts/update_repo.sh segway-rmp-400" - "ssh irilabo@labrepo.iri.upc.edu -i /root/.ssh/iriLabKeyNopwd -tt /home/irilabo/repo_scripts/update_repo.sh segway-rmp-400"
only: only:
- tags - tags
...@@ -27,9 +27,9 @@ This driver is in charge to operate motion of a SegwayRMP400 and as well as moni ...@@ -27,9 +27,9 @@ This driver is in charge to operate motion of a SegwayRMP400 and as well as moni
* Add the labrobotica repository if it is not already added: * 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/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/labrobotica_repo.gpg.key | sudo apt-key add - ```
* Install the package: * Install the package:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment