-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mirrors: Sync devuan packages #979
Open
ja5087
wants to merge
2
commits into
master
Choose a base branch
from
devuan-pkg
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
They currently don't have a timestamp file
Errored hosts (0)Changed hosts (1)Unaffected hosts (97)Changed hostsdiff for fallingrocks.ocf.berkeley.edu*******************************************
+ Cron[devuan] =>
parameters =>
"ensure": "absent",
"environment": "PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/us...
"hour": "*",
"minute": "*",
"month": "*",
"monthday": "*",
"special": "absent",
"user": "mirrors",
"weekday": "*"
*******************************************
+ File[/etc/systemd/system/devuan.service] =>
parameters =>
"backup": "main",
"content": "[Unit]\nDescription=Sync service for devuan\n\n[Service]\nUser=m...
"group": "root",
"mode": "0644",
"notify": [
"Exec[systemd-reload]",
"Service[devuan.timer]"
],
"owner": "root"
*******************************************
+ File[/etc/systemd/system/devuan.timer] =>
parameters =>
"backup": "main",
"content": "[Unit]\nDescription=sync timer for devuan\nAfter=network.target\...
"group": "root",
"mode": "0644",
"notify": [
"Exec[systemd-reload]",
"Service[devuan.timer]"
],
"owner": "root"
*******************************************
+ File[/opt/mirrors/project/devuan-cd/sync-releases] =>
parameters =>
"backup": "main",
"content": "#!/bin/sh -eu\n/usr/local/bin/rsync-no-vanished --delete -raX \\...
"group": "mirrors",
"mode": "0755",
"owner": "mirrors"
*******************************************
File[/opt/mirrors/project/devuan-cd] =>
parameters =>
recurse =>
- true
source =>
- puppet:///modules/ocf_mirrors/project/devuan-cd
*******************************************
+ File[/opt/mirrors/project/devuan/devuan_rsa] =>
parameters =>
"backup": "main",
"group": "mirrors",
"mode": "0600",
"owner": "mirrors",
"show_diff": false,
"source": "puppet:///private/mirrors/devuan"
*******************************************
+ File[/opt/mirrors/project/devuan/sync-releases] =>
parameters =>
"backup": "main",
"content": "#!/bin/sh -eu\n/usr/local/bin/rsync-no-vanished -e 'ssh -i /opt/...
"group": "mirrors",
"mode": "0755",
"owner": "mirrors"
*******************************************
+ File[/opt/mirrors/project/devuan] =>
parameters =>
"backup": "main",
"ensure": "directory",
"group": "mirrors",
"mode": "0755",
"owner": "mirrors"
*******************************************
+ Ocf::Systemd::Timer[devuan] =>
parameters =>
"enable": true,
"ensure": "running",
"service_content": "[Unit]\nDescription=Sync service for devuan\n\n[Service]...
"timer_content": "[Unit]\nDescription=sync timer for devuan\nAfter=network.t...
*******************************************
+ Ocf_mirrors::Timer[devuan] =>
parameters =>
"day": "*",
"environments": {
},
"exec_start": "/opt/mirrors/project/devuan/sync-archive",
"exec_user": "mirrors",
"hour": "*",
"minute": "3/30",
"month": "*",
"type": "sync",
"year": "*"
*******************************************
+ Service[devuan.timer] =>
parameters =>
"enable": true,
"ensure": "running",
"hasrestart": true,
"hasstatus": true,
"provider": "systemd"
******************************************* Unaffected hosts
|
Hexhu
approved these changes
Jul 7, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR should close #853?
Errored hosts (0)Changed hosts (1)Unaffected hosts (97)Changed hostsdiff for fallingrocks.ocf.berkeley.edu*******************************************
+ Cron[devuan] =>
parameters =>
"ensure": "absent",
"environment": "PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/us...
"hour": "*",
"minute": "*",
"month": "*",
"monthday": "*",
"special": "absent",
"user": "mirrors",
"weekday": "*"
*******************************************
+ File[/etc/systemd/system/devuan.service] =>
parameters =>
"backup": "main",
"content": "[Unit]\nDescription=Sync service for devuan\n\n[Service]\nUser=m...
"group": "root",
"mode": "0644",
"notify": [
"Exec[systemd-reload]",
"Service[devuan.timer]"
],
"owner": "root"
*******************************************
+ File[/etc/systemd/system/devuan.timer] =>
parameters =>
"backup": "main",
"content": "[Unit]\nDescription=sync timer for devuan\nAfter=network.target\...
"group": "root",
"mode": "0644",
"notify": [
"Exec[systemd-reload]",
"Service[devuan.timer]"
],
"owner": "root"
*******************************************
+ File[/opt/mirrors/project/devuan-cd/sync-releases] =>
parameters =>
"backup": "main",
"content": "#!/bin/sh -eu\n/usr/local/bin/rsync-no-vanished --delete -raX \\...
"group": "mirrors",
"mode": "0755",
"owner": "mirrors"
*******************************************
File[/opt/mirrors/project/devuan-cd] =>
parameters =>
recurse =>
- true
source =>
- puppet:///modules/ocf_mirrors/project/devuan-cd
*******************************************
+ File[/opt/mirrors/project/devuan/devuan_rsa] =>
parameters =>
"backup": "main",
"group": "mirrors",
"mode": "0600",
"owner": "mirrors",
"show_diff": false,
"source": "puppet:///private/mirrors/devuan"
*******************************************
+ File[/opt/mirrors/project/devuan/sync-releases] =>
parameters =>
"backup": "main",
"content": "#!/bin/sh -eu\n/usr/local/bin/rsync-no-vanished -e 'ssh -i /opt/...
"group": "mirrors",
"mode": "0755",
"owner": "mirrors"
*******************************************
+ File[/opt/mirrors/project/devuan] =>
parameters =>
"backup": "main",
"ensure": "directory",
"group": "mirrors",
"mode": "0755",
"owner": "mirrors"
*******************************************
+ Ocf::Systemd::Timer[devuan] =>
parameters =>
"enable": true,
"ensure": "running",
"service_content": "[Unit]\nDescription=Sync service for devuan\n\n[Service]...
"timer_content": "[Unit]\nDescription=sync timer for devuan\nAfter=network.t...
*******************************************
+ Ocf_mirrors::Timer[devuan] =>
parameters =>
"day": "*",
"environments": {
},
"exec_start": "/opt/mirrors/project/devuan/sync-archive",
"exec_user": "mirrors",
"hour": "*",
"minute": "3/30",
"month": "*",
"type": "sync",
"year": "*"
*******************************************
+ Service[devuan.timer] =>
parameters =>
"enable": true,
"ensure": "running",
"hasrestart": true,
"hasstatus": true,
"provider": "systemd"
******************************************* Unaffected hosts
|
Errored hosts (0)Changed hosts (1)Unaffected hosts (97)Changed hostsdiff for fallingrocks.ocf.berkeley.edu*******************************************
+ Cron[devuan] =>
parameters =>
"ensure": "absent",
"environment": "PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/us...
"hour": "*",
"minute": "*",
"month": "*",
"monthday": "*",
"special": "absent",
"user": "mirrors",
"weekday": "*"
*******************************************
+ File[/etc/systemd/system/devuan.service] =>
parameters =>
"backup": "main",
"content": "[Unit]\nDescription=Sync service for devuan\n\n[Service]\nUser=m...
"group": "root",
"mode": "0644",
"notify": [
"Exec[systemd-reload]",
"Service[devuan.timer]"
],
"owner": "root"
*******************************************
+ File[/etc/systemd/system/devuan.timer] =>
parameters =>
"backup": "main",
"content": "[Unit]\nDescription=sync timer for devuan\nAfter=network.target\...
"group": "root",
"mode": "0644",
"notify": [
"Exec[systemd-reload]",
"Service[devuan.timer]"
],
"owner": "root"
*******************************************
+ File[/opt/mirrors/project/devuan-cd/sync-releases] =>
parameters =>
"backup": "main",
"content": "#!/bin/sh -eu\n/usr/local/bin/rsync-no-vanished --delete -raX \\...
"group": "mirrors",
"mode": "0755",
"owner": "mirrors"
*******************************************
File[/opt/mirrors/project/devuan-cd] =>
parameters =>
recurse =>
- true
source =>
- puppet:///modules/ocf_mirrors/project/devuan-cd
*******************************************
+ File[/opt/mirrors/project/devuan/devuan_rsa] =>
parameters =>
"backup": "main",
"group": "mirrors",
"mode": "0600",
"owner": "mirrors",
"show_diff": false,
"source": "puppet:///private/mirrors/devuan"
*******************************************
+ File[/opt/mirrors/project/devuan/sync-releases] =>
parameters =>
"backup": "main",
"content": "#!/bin/sh -eu\n/usr/local/bin/rsync-no-vanished -e 'ssh -i /opt/...
"group": "mirrors",
"mode": "0755",
"owner": "mirrors"
*******************************************
+ File[/opt/mirrors/project/devuan] =>
parameters =>
"backup": "main",
"ensure": "directory",
"group": "mirrors",
"mode": "0755",
"owner": "mirrors"
*******************************************
+ Ocf::Systemd::Timer[devuan] =>
parameters =>
"enable": true,
"ensure": "running",
"service_content": "[Unit]\nDescription=Sync service for devuan\n\n[Service]...
"timer_content": "[Unit]\nDescription=sync timer for devuan\nAfter=network.t...
*******************************************
+ Ocf_mirrors::Timer[devuan] =>
parameters =>
"day": "*",
"environments": {
},
"exec_start": "/opt/mirrors/project/devuan/sync-archive",
"exec_user": "mirrors",
"hour": "*",
"minute": "3/30",
"month": "*",
"type": "sync",
"year": "*"
*******************************************
+ Service[devuan.timer] =>
parameters =>
"enable": true,
"ensure": "running",
"hasrestart": true,
"hasstatus": true,
"provider": "systemd"
******************************************* Unaffected hosts
|
lgtm, once the checks pass |
Errored hosts (8)Changed hosts (1)Unaffected hosts (65)Errored hostserror for acid.ocf.berkeley.edu
error for arsenic.ocf.berkeley.edu
error for autocrat.ocf.berkeley.edu
error for biohazard.ocf.berkeley.edu
error for blight.ocf.berkeley.edu
error for corruption.ocf.berkeley.edu
error for drought.ocf.berkeley.edu
error for segfault.ocf.berkeley.edu
Changed hostsdiff for fallingrocks.ocf.berkeley.edu*******************************************
+ Cron[devuan] =>
parameters =>
"ensure": "absent",
"environment": "PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/us...
"hour": "*",
"minute": "*",
"month": "*",
"monthday": "*",
"special": "absent",
"user": "mirrors",
"weekday": "*"
*******************************************
+ File[/etc/systemd/system/devuan.service] =>
parameters =>
"backup": "main",
"content": "[Unit]\nDescription=Sync service for devuan\n\n[Service]\nUser=m...
"group": "root",
"mode": "0644",
"notify": [
"Exec[systemd-reload]",
"Service[devuan.timer]"
],
"owner": "root"
*******************************************
+ File[/etc/systemd/system/devuan.timer] =>
parameters =>
"backup": "main",
"content": "[Unit]\nDescription=sync timer for devuan\nAfter=network.target\...
"group": "root",
"mode": "0644",
"notify": [
"Exec[systemd-reload]",
"Service[devuan.timer]"
],
"owner": "root"
*******************************************
+ File[/opt/mirrors/project/devuan-cd/sync-releases] =>
parameters =>
"backup": "main",
"content": "#!/bin/sh -eu\n/usr/local/bin/rsync-no-vanished --delete -raX \\...
"group": "mirrors",
"mode": "0755",
"owner": "mirrors"
*******************************************
File[/opt/mirrors/project/devuan-cd] =>
parameters =>
recurse =>
- true
source =>
- puppet:///modules/ocf_mirrors/project/devuan-cd
*******************************************
+ File[/opt/mirrors/project/devuan/devuan_rsa] =>
parameters =>
"backup": "main",
"group": "mirrors",
"mode": "0600",
"owner": "mirrors",
"show_diff": false,
"source": "puppet:///private/mirrors/devuan"
*******************************************
+ File[/opt/mirrors/project/devuan/sync-releases] =>
parameters =>
"backup": "main",
"content": "#!/bin/sh -eu\n/usr/local/bin/rsync-no-vanished -e 'ssh -i /opt/...
"group": "mirrors",
"mode": "0755",
"owner": "mirrors"
*******************************************
+ File[/opt/mirrors/project/devuan] =>
parameters =>
"backup": "main",
"ensure": "directory",
"group": "mirrors",
"mode": "0755",
"owner": "mirrors"
*******************************************
+ Ocf::Systemd::Timer[devuan] =>
parameters =>
"enable": true,
"ensure": "running",
"service_content": "[Unit]\nDescription=Sync service for devuan\n\n[Service]...
"timer_content": "[Unit]\nDescription=sync timer for devuan\nAfter=network.t...
*******************************************
+ Ocf_mirrors::Timer[devuan] =>
parameters =>
"day": "*",
"environments": {
},
"exec_start": "/opt/mirrors/project/devuan/sync-archive",
"exec_user": "mirrors",
"hour": "*",
"minute": "3/30",
"month": "*",
"type": "sync",
"year": "*"
*******************************************
+ Service[devuan.timer] =>
parameters =>
"enable": true,
"ensure": "running",
"hasrestart": true,
"hasstatus": true,
"provider": "systemd"
******************************************* Unaffected hosts
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There are a few more steps here such as rewrite rules per: https://pkgmaster.devuan.org/devuan_mirror_walkthrough.txt