Commit 79f541e2 authored by Anton Midyukov's avatar Anton Midyukov

stage2: use propagator for c% BRANCH also

The actual certified branch is always the same, and at the moment you need to use propagator in it.
parent fe4d5356
......@@ -10,7 +10,7 @@ use/stage2:: sub/stage1
ifneq (,$(filter-out e2k%,$(ARCH)))
ifeq (,$(BRANCH))
use/stage2:: use/initrd-bootchain; @:
else ifneq (,$(filter-out p10 p9 p8 p7 p6 p5,$(BRANCH)))
else ifneq (,$(filter-out p10 p9 p8 p7 p6 p5 с%,$(BRANCH)))
use/stage2:: use/initrd-bootchain; @:
else
use/stage2:: use/initrd-propagator; @:
......
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