From 9dd813118773bb538c0dae37fada9d09298ae7aa Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Sat, 14 Jan 2017 12:10:43 +0300 Subject: [PATCH] dev: add gear remotes support See http://altlinux.org/gear/remotes for rationale. --- features.in/dev/config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/features.in/dev/config.mk b/features.in/dev/config.mk index 6df91a16..9fca76f9 100644 --- a/features.in/dev/config.mk +++ b/features.in/dev/config.mk @@ -18,6 +18,7 @@ use/dev/builder/base: use/dev/mkimage use/dev $(call tags,(base || live) && (server || builder))) @$(call add,LIVE_PACKAGES,livecd-qemu-arch strace) @$(call add,LIVE_PACKAGES,qemu-user-binfmt_misc) + @$(call add,LIVE_PACKAGES,perl-Gear-Remotes) use/dev/builder/full: use/dev/builder/base use/dev/repo @$(call add,MAIN_LISTS,$(call tags,live builder))