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
battery_monitor
Commits
c2c2a194
Commit
c2c2a194
authored
Apr 14, 2020
by
Fernando Herrero
Browse files
Update package server address name, in README and ci
parent
6966b002
Pipeline
#5173
failed with stages
in 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c2c2a194
...
...
@@ -34,7 +34,7 @@
stage
:
deploy
script
:
-
cd build
-
"
scp
-i
/root/.ssh/iriLabKeyNopwd
-r
*battery-monitor*.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
battery-monitor"
-
"
scp
-i
/root/.ssh/iriLabKeyNopwd
-r
*battery-monitor*.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
battery-monitor"
only
:
-
tags
\ No newline at end of file
-
tags
README.md
View file @
c2c2a194
...
...
@@ -9,9 +9,9 @@ C++ driver to monitor the paylaod battery for the Tibi, Dabo and Teo platforms.
*
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 - ```
``` sudo apt update ```
...
...
@@ -156,4 +156,4 @@ There is one example called _test\_battery\_monitor_, which prints the battery i
```
./bin/battery_monitor_test
```
</p>
</details>
\ No newline at end of file
</details>
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