Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
0a35d3bc
Verified
Commit
0a35d3bc
authored
May 24, 2020
by
Jelle van der Waa
🚧
Browse files
Add [testing] to rebuilderd sync configurations
Use with_items to make adding sync configurations easier.
parent
b1601899
Pipeline
#159
failed with stage
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/rebuilderd/tasks/main.yml
View file @
0a35d3bc
...
...
@@ -39,6 +39,7 @@
-
name
:
verify website release
command
:
/usr/bin/gpg --verify {{ rebuilder_website_asc }} {{ rebuilder_website_tar }}
when
:
not rebuilder_release_dir.stat.exists
-
name
:
unpack website to /srv
unarchive
:
src={{ rebuilder_website_tar }} dest={{ rebuilder_website_base }} remote_src=yes owner=root group=root mode=0755
...
...
@@ -54,8 +55,9 @@
-
name
:
enable and start rebuilderd
systemd
:
name=rebuilderd enabled=yes state=started
-
name
:
enable and start rebuilderd core timer
systemd
:
name=rebuilderd-sync@archlinux-core.timer enabled=yes state=started
-
name
:
enable and start rebuilderd extra timer
systemd
:
name=rebuilderd-sync@archlinux-extra.timer enabled=yes state=started
-
name
:
enable and start rebuilderd {{ item }} timer
systemd
:
name=rebuilderd-sync@archlinux-{{ item }}.timer enabled=yes state=started
with_items
:
-
core
-
extra
-
testing
roles/rebuilderd/templates/rebuilderd-sync.conf.j2
View file @
0a35d3bc
...
...
@@ -11,3 +11,10 @@ suite = "extra"
architecture = "x86_64"
source = "https://mirror.pkgbuild.com/$repo/os/$arch"
excludes = [""]
[profile."archlinux-testing"]
distro = "archlinux"
suite = "testing"
architecture = "x86_64"
source = "https://mirror.pkgbuild.com/$repo/os/$arch"
excludes = [""]
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment