Add holdback and hotfix repos into custom isos

Into MOS9 Custom ISO included only mos9.0-updates, mos9.0-security
and mos9.0-proposed dists. We should also include mos9.0-holdback
and mos9.0-hotfix, because they are contain packages with fixes for
critical issues.

Change-Id: Ie439f61ec10c45e1ba69767067d7c6716e8df145
Closes-bug: #1657731
(cherry picked from commit 4e4d96c16b)
This commit is contained in:
Valeriy Sakharov 2017-01-19 16:38:02 +04:00 committed by Vladimir Kozhukalov
parent 10f5d75a4a
commit 00ccb73d2d
1 changed files with 2 additions and 0 deletions

View File

@ -94,5 +94,7 @@ $(BUILD_DIR)/mirror/ubuntu/mirror.done: \
-$(call do_debmirror,-proposed)
-$(call do_debmirror,-updates)
-$(call do_debmirror,-security)
-$(call do_debmirror,-holdback)
-$(call do_debmirror,-hotfix)
rm -rf $(LOCAL_MIRROR_UBUNTU)/.temp $(LOCAL_MIRROR_UBUNTU)/project
$(ACTION.TOUCH)