mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
minetest: Remove mod-torches no longer available in testing/unstable
Closes: #1651 Tests: - Install and check that the daemon is running. - Run functional tests. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
b72021782e
commit
211b0ea78d
@ -29,7 +29,7 @@ from plinth.daemon import Daemon
|
||||
from plinth.modules.firewall.components import Firewall
|
||||
from plinth.utils import format_lazy
|
||||
|
||||
from .manifest import backup, clients # noqa, pylint: disable=unused-import
|
||||
from .manifest import backup, clients # noqa, pylint: disable=unused-import
|
||||
|
||||
version = 2
|
||||
|
||||
@ -42,9 +42,8 @@ mods = [
|
||||
'minetest-mod-moreblocks', 'minetest-mod-moreores', 'minetest-mod-nether',
|
||||
'minetest-mod-pipeworks', 'minetest-mod-player-3d-armor',
|
||||
'minetest-mod-protector', 'minetest-mod-quartz', 'minetest-mod-skyblock',
|
||||
'minetest-mod-throwing', 'minetest-mod-torches',
|
||||
'minetest-mod-unified-inventory', 'minetest-mod-unifieddyes',
|
||||
'minetest-mod-worldedit'
|
||||
'minetest-mod-throwing', 'minetest-mod-unified-inventory',
|
||||
'minetest-mod-unifieddyes', 'minetest-mod-worldedit'
|
||||
]
|
||||
|
||||
managed_packages = ['minetest-server'] + mods
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user