Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
labrobotica
drivers
dynamixel
Commits
1529790d
Commit
1529790d
authored
Apr 14, 2020
by
Sergi Hernandez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed the 147.83.76.226 IP address for the server name labrepo.iri.upc.edu.
parent
eb459f53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
ReadMe.md
ReadMe.md
+2
-2
No files found.
.gitlab-ci.yml
View file @
1529790d
...
...
@@ -29,8 +29,8 @@ update_repo:
stage
:
deploy
script
:
-
cd build
-
"
scp
-i
/root/.ssh/iriLabKeyNopwd
-r
*dynamixel*.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"
-
"
scp
-i
/root/.ssh/iriLabKeyNopwd
-r
*dynamixel*.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"
only
:
-
tags
ReadMe.md
View file @
1529790d
...
...
@@ -25,9 +25,9 @@ For each device, the following operations are provided:
*
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
Markdown
is supported
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