Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
float
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
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
ai3
float
Commits
2446e6d9
Commit
2446e6d9
authored
3 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Use release-specific APT URLs for ai3 packages
Part of issue
#115
.
parent
8606bfd2
No related branches found
No related tags found
1 merge request
!219
Use release-specific APT URLs for ai3 packages
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/float-base/tasks/apt.yml
+8
-5
8 additions, 5 deletions
roles/float-base/tasks/apt.yml
with
8 additions
and
5 deletions
roles/float-base/tasks/apt.yml
+
8
−
5
View file @
2446e6d9
...
...
@@ -28,10 +28,13 @@
-
name
:
Setup apt trusted keyring
copy
:
src
:
"
apt/{{
item
}}"
dest
:
"
/etc/apt/trusted.gpg.d/{{
item
}}"
with_items
:
-
deb_autistici_org.gpg
src
:
"
apt/deb_autistici_org.gpg"
dest
:
"
/usr/share/keyrings/deb.autistici.org.gpg"
-
name
:
Remove legacy apt keyring
file
:
path
:
"
/etc/apt/trusted.gpg.d/deb_autistici_org.gpg"
state
:
absent
-
name
:
Install our standard sources.list
template
:
...
...
@@ -40,7 +43,7 @@
-
name
:
Install package repositories
apt_repository
:
repo
:
"
deb
http://deb.autistici.org/urepo
ai3/
"
repo
:
"
deb
[signed-by=/usr/share/keyrings/deb.autistici.org.gpg]
http://deb.autistici.org/urepo
float/{{
float_debian_dist
}}
"
state
:
present
-
name
:
Run apt-get update
...
...
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