Merge "Allow to print ubuntu sandbox repos list and pinning rules"

This commit is contained in:
Jenkins 2015-08-07 08:17:45 +00:00 committed by Gerrit Code Review
commit d87fe84368
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,5 @@
.PHONY: show-apt-source-list
define yum_local_repo
[mirror]
name=Mirantis mirror
@ -186,3 +188,8 @@ define SANDBOX_UBUNTU_DOWN
sudo umount $(SANDBOX_UBUNTU)/tmp/apt || true
endef
show-apt-source-list: export apt_source_content:=$(apt_sources_list)
show-apt-source-list: export apt_pinning_content:=$(apt_preferences)
show-apt-source-list:
/bin/echo -e "$${apt_source_content}"
/bin/echo -e "$${apt_pinning_content}"