Commit 3982578b authored by Anton Midyukov's avatar Anton Midyukov

dev: add use/live/no-cleanup to use/dev/builder/live

We don't want this to cut from the live builder. And rpm and documentation are not superfluous there at all.
parent fc7ddcb3
...@@ -16,7 +16,7 @@ use/dev/mkimage: use/dev ...@@ -16,7 +16,7 @@ use/dev/mkimage: use/dev
use/dev/builder/base: use/dev/mkimage use/dev/builder/base: use/dev/mkimage
@$(call add,BASE_LISTS,$(call tags,builder && (base || extra))) @$(call add,BASE_LISTS,$(call tags,builder && (base || extra)))
use/dev/builder/live: use/dev use/dev/builder/live: use/dev use/live/no-cleanup
@$(call add,LIVE_LISTS,$(call tags,live builder)) @$(call add,LIVE_LISTS,$(call tags,live builder))
@$(call add,LIVE_LISTS,$(call tags,builder && (base || extra))) @$(call add,LIVE_LISTS,$(call tags,builder && (base || extra)))
@$(call add,LIVE_PACKAGES,git-core hasher gear) @$(call add,LIVE_PACKAGES,git-core hasher gear)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment