Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapos.package
Commits
be3b58a4
Commit
be3b58a4
authored
Dec 19, 2024
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Ubuntu 24.04 repository and remove Ubuntu 23.04
parent
ab1eeee5
Pipeline
#38671
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
playbook/roles/repository/tasks/main.yml
playbook/roles/repository/tasks/main.yml
+6
-6
playbook/sha256sum
playbook/sha256sum
+1
-1
No files found.
playbook/roles/repository/tasks/main.yml
View file @
be3b58a4
...
@@ -104,13 +104,13 @@
...
@@ -104,13 +104,13 @@
apt_repository
:
repo='deb {{ base_open_build_url }}/xUbuntu_22.04/ ./' state=present
apt_repository
:
repo='deb {{ base_open_build_url }}/xUbuntu_22.04/ ./' state=present
when
:
(ansible_distribution == "Ubuntu" and ansible_distribution_version == "22.04") or (ansible_distribution == "Linux Mint" and ansible_distribution_major_version == "21")
when
:
(ansible_distribution == "Ubuntu" and ansible_distribution_version == "22.04") or (ansible_distribution == "Linux Mint" and ansible_distribution_major_version == "21")
-
name
:
Install Ubuntu 2
3
.04 repository key
-
name
:
Install Ubuntu 2
4
.04 repository key
apt_key
:
url={{ base_open_build_url }}/xUbuntu_2
3
.04/Release.key state=present
apt_key
:
url={{ base_open_build_url }}/xUbuntu_2
4
.04/Release.key state=present
when
:
ansible_distribution == "Ubuntu" and ansible_distribution_version == "2
3
.04"
when
:
ansible_distribution == "Ubuntu" and ansible_distribution_version == "2
4
.04"
-
name
:
Install Ubuntu 2
3
.04 repository
-
name
:
Install Ubuntu 2
4
.04 repository
apt_repository
:
repo='deb {{ base_open_build_url }}/xUbuntu_2
3
.04/ ./' state=present
apt_repository
:
repo='deb {{ base_open_build_url }}/xUbuntu_2
4
.04/ ./' state=present
when
:
ansible_distribution == "Ubuntu" and ansible_distribution_version == "2
3
.04"
when
:
ansible_distribution == "Ubuntu" and ansible_distribution_version == "2
4
.04"
-
name
:
Install CentOS 7 Repository
-
name
:
Install CentOS 7 Repository
get_url
:
url={{ base_open_build_url }}/CentOS_7/home:VIFIBnexedi.repo dest=/etc/yum.repos.d/slapos.repo mode=0440
get_url
:
url={{ base_open_build_url }}/CentOS_7/home:VIFIBnexedi.repo dest=/etc/yum.repos.d/slapos.repo mode=0440
...
...
playbook/sha256sum
View file @
be3b58a4
abec663fd2831372c78a86ef8a646e7940d6777b811524f9c6e5fd5566fb7822
-
bdfd9bc13864e328c93afc23653ef25ce5932031558bfb6c178b45b1c9677d20
-
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