Skip to content
Snippets Groups Projects
Commit fc0598ae authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Changed the 147.83.76.226 IP address for the server name labrepo.iri.upc.edu.

parent 24e7f996
No related branches found
No related tags found
No related merge requests found
Pipeline #5177 passed
......@@ -28,8 +28,8 @@ update_repo:
stage: deploy
script:
- cd build
- "scp -i /root/.ssh/iriLabKeyNopwd -r *bno055-imu-driver*.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 bno055-imu-driver"
- "scp -i /root/.ssh/iriLabKeyNopwd -r *bno055-imu-driver*.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 bno055-imu-driver"
only:
- tags
......@@ -9,9 +9,9 @@ This driver provides a set of functions to configure and get the information pro
* 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:
......
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