Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iriutils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
algorithms
iriutils
Commits
bb593cca
Commit
bb593cca
authored
5 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Changed the 147.83.76.226 IP address for the server name labrepo.iri.upc.edu.
parent
f4c44cff
Branches
main
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#5171
passed
5 years ago
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
ReadMe.md
+2
-2
2 additions, 2 deletions
ReadMe.md
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
2
View file @
bb593cca
...
...
@@ -26,8 +26,8 @@ update_repo:
stage
:
deploy
script
:
-
cd build
-
"
scp
-i
/root/.ssh/iriLabKeyNopwd
-r
*iriutils*.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
iriutils"
-
"
scp
-i
/root/.ssh/iriLabKeyNopwd
-r
*iriutils*.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
iriutils"
only
:
-
tags
This diff is collapsed.
Click to expand it.
ReadMe.md
+
2
−
2
View file @
bb593cca
...
...
@@ -78,9 +78,9 @@ which reach to an exception.
*
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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment