mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
actions: Drop legacy placeholders for unused actions
Since we have done a stable release after changes to action scripts. All FreedomBox installations can be assumed to have moved to the new action scripts format. All old installations will continue to get a security updates only and this change will not reach them. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
8202b734a6
commit
09103d0c25
@ -1,9 +0,0 @@
|
|||||||
#!/usr/bin/python3
|
|
||||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
||||||
"""Legacy configuration helper for Dynamic DNS, kept for compatibility.
|
|
||||||
|
|
||||||
Cron jobs in the earlier implementation used to call into this script with the
|
|
||||||
sub-commands 'update' and 'success'. This action script now allows for any
|
|
||||||
arbitrary sub-command to be called and does nothing. It can be removed after
|
|
||||||
the release of Debian 12 (bookworm).
|
|
||||||
"""
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
#!/usr/bin/python3
|
|
||||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
||||||
"""Legacy configuration helper for Let's Encrypt, kept for compatibility.
|
|
||||||
|
|
||||||
LE configuration in the earlier implementation used to call into this script
|
|
||||||
with the sub-commands 'run-pre-hooks', 'run-renew-hooks' and 'run-post-hooks'.
|
|
||||||
This action script now allows for any arbitrary sub-command to be called and
|
|
||||||
does nothing. It can be removed after the release of Debian 12 (bookworm).
|
|
||||||
"""
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
#!/usr/bin/python3
|
|
||||||
# -*- mode: python -*-
|
|
||||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
||||||
"""
|
|
||||||
Helper to test whether action scripts use the correct PYTHONPATH.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import plinth
|
|
||||||
|
|
||||||
print(plinth.__file__)
|
|
||||||
Loading…
x
Reference in New Issue
Block a user