mirror/ubuntu: fix sources.list with USE_MIRROR!=none

Pass the USE_MIRROR and MIRROR_UBUNTU_SECURITY variables to submake
so it generates a valid sources.list

Change-Id: I796fa4c8fe0452d975fb57bedbcf332129da0154
This commit is contained in:
Alexei Sheplyakov 2015-03-05 14:47:37 +03:00
parent d57b64535f
commit 0e45b31db1
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ $(BUILD_DIR)/mirror/ubuntu/repo.done: $(BUILD_DIR)/ubuntu_installer_kernel_versi
$(MAKE) -f $(SOURCE_DIR)/mirror/ubuntu/repo.mk \
MIRROR_UBUNTU=$(MIRROR_UBUNTU) \
MIRROR_FUEL_UBUNTU=$(MIRROR_FUEL_UBUNTU) \
MIRROR_UBUNTU_SECURITY=$(MIRROR_UBUNTU_SECURITY) \
USE_MIRROR=$(USE_MIRROR) \
EXTRA_DEB_REPOS='$(EXTRA_DEB_REPOS)' \
UBUNTU_RELEASE=$(UBUNTU_RELEASE) \
UBUNTU_RELEASE_NUMBER=$(UBUNTU_RELEASE_NUMBER) \