Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
labrobotica
drivers
dynamixel_motor_cont
Commits
c116822f
Commit
c116822f
authored
Apr 14, 2020
by
Sergi Hernandez
Browse files
Changed the 147.83.76.226 IP address for the server name labrepo.iri.upc.edu.
parent
84e0523c
Pipeline
#5176
passed with stages
in 1 minute and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c116822f
...
...
@@ -29,8 +29,8 @@ update_repo:
stage
:
deploy
script
:
-
cd build
-
"
scp
-i
/root/.ssh/iriLabKeyNopwd
-r
*dynamixel-motor-cont*.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
dynamixel-motor-cont"
-
"
scp
-i
/root/.ssh/iriLabKeyNopwd
-r
*dynamixel-motor-cont*.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
dynamixel-motor-cont"
only
:
-
tags
ReadMe.md
View file @
c116822f
...
...
@@ -16,9 +16,9 @@ This driver offers a c++ wrapper to control a [dynamixel servo](http://www.robot
*
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:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment