Linus Sehn linus
linus pushed to master at fsfe-system-hackers/unattended-upgrades 2021-02-09 11:47:48 +00:00
cc07f00ecf fixed image link
linus pushed to master at fsfe-system-hackers/unattended-upgrades 2021-02-09 11:46:16 +00:00
9ea7beb554 improved README.md
bfa86b6029 minor changes to auto_upgrade playbook
27079bd204 created new role (auto-update-only) and corresponding playbook
83a14eea10 added timeline visualisation
cfa9e14074 renamed and changed configure-timers role
Compare 7 commits »
linus pushed to master at fsfe-system-hackers/unattended-upgrades 2021-02-04 17:26:55 +00:00
6d1ae4bba7 added and configured relevant roles
linus pushed to master at fsfe-system-hackers/inventory 2021-02-04 14:28:02 +00:00
37c5a94ba8 added auto_update, auto_upgrade_2am and auto_upgrade_4am groups
linus pushed to master at fsfe-system-hackers/unattended-upgrades 2021-02-04 11:31:59 +00:00
a2a77b8959 added README.md and submodules
linus created repository fsfe-system-hackers/unattended-upgrades 2021-02-04 11:14:29 +00:00
linus closed issue fsfe-system-hackers/container-utils#1 2021-02-03 17:11:50 +00:00
Trigger rebuilds for outdated images for all other repos in which they are in use
linus commented on issue fsfe-system-hackers/container-utils#1 2021-02-03 17:11:49 +00:00
Trigger rebuilds for outdated images for all other repos in which they are in use

I merged the fix/rebuild-logic branch into master. The user of the script is now queried for every individual repo before it is rebuilt. This also helps spreading out the requests to drone a bit, I…

linus deleted branch fix/rebuild-logic from fsfe-system-hackers/container-utils 2021-02-03 17:10:24 +00:00
linus pushed to master at fsfe-system-hackers/container-utils 2021-02-03 17:09:58 +00:00
8f429d9cb0 some formatting and testing
f7ac241c72 Merge pull request 'Remove get_build_status() since we're no longer monitoring builds' status and waiting for them to finish' (#5) from remove-unused-stuff into fix/rebuild-logic
a3702ded4f Merge branch 'fix/rebuild-logic' into remove-unused-stuff
9231aa18e1 Remove get_build_status() since we're no longer monitoring builds' status and waiting for them to finish
d9cb4ec784 added user confirmation (to be cleaned)
Compare 6 commits »
linus pushed to fix/rebuild-logic at fsfe-system-hackers/container-utils 2021-02-03 17:08:46 +00:00
8f429d9cb0 some formatting and testing
linus deleted branch remove-unused-stuff from fsfe-system-hackers/container-utils 2021-02-03 13:22:47 +00:00
linus merged pull request fsfe-system-hackers/container-utils#5 2021-02-03 13:22:40 +00:00
Remove get_build_status() since we're no longer monitoring builds' status and waiting for them to finish
linus pushed to fix/rebuild-logic at fsfe-system-hackers/container-utils 2021-02-03 13:22:40 +00:00
f7ac241c72 Merge pull request 'Remove get_build_status() since we're no longer monitoring builds' status and waiting for them to finish' (#5) from remove-unused-stuff into fix/rebuild-logic
a3702ded4f Merge branch 'fix/rebuild-logic' into remove-unused-stuff
9231aa18e1 Remove get_build_status() since we're no longer monitoring builds' status and waiting for them to finish
Compare 3 commits »
linus pushed to remove-unused-stuff at fsfe-system-hackers/container-utils 2021-02-03 13:22:00 +00:00
a3702ded4f Merge branch 'fix/rebuild-logic' into remove-unused-stuff
d9cb4ec784 added user confirmation (to be cleaned)
Compare 2 commits »
linus commented on issue fsfe-system-hackers/container-utils#4 2021-02-02 15:03:50 +00:00
Improve the data structure used to store images and their dependencies

So, Max and I just had a chat on this. It seems that the maintainers of httpd:2.4-alpine are responsible for rebuilding their image (which we then pull should our running version be older than…

linus commented on issue fsfe-system-hackers/container-utils#4 2021-02-01 07:31:31 +00:00
Improve the data structure used to store images and their dependencies
  1. Automatically or manually annotate our images to know what are their complete dependency chain
  2. Store the dependency chain of the images in a directed graph structure to easily track all…
linus commented on issue fsfe-system-hackers/container-utils#1 2021-01-29 10:53:30 +00:00
Trigger rebuilds for outdated images for all other repos in which they are in use

Just FYI, I have implemented this in the branch fix/rebuild-logic. Haven't thouroughly tested it yet, though. Will merge once tested.

linus pushed to fix/rebuild-logic at fsfe-system-hackers/container-utils 2021-01-28 16:20:06 +00:00
d9cb4ec784 added user confirmation (to be cleaned)
linus pushed to fix/rebuild-logic at fsfe-system-hackers/container-utils 2021-01-28 15:57:23 +00:00
61b0869cdf reworked the rebuild logic