mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
tools/rrs_distros.py: Fix distro_check.create_distro_packages_list call
Now create_distro_packages_list requires d to be passed, this change was done to enable proxy support into create_distro_packages_list function. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
parent
86d77504f2
commit
0a5781ae07
|
@ -106,7 +106,7 @@ if __name__=="__main__":
|
||||||
|
|
||||||
from oe import distro_check
|
from oe import distro_check
|
||||||
logger.debug("Downloading distro's package information ...")
|
logger.debug("Downloading distro's package information ...")
|
||||||
distro_check.create_distro_packages_list(fetchdir)
|
distro_check.create_distro_packages_list(fetchdir, d)
|
||||||
pkglst_dir = os.path.join(fetchdir, "package_lists")
|
pkglst_dir = os.path.join(fetchdir, "package_lists")
|
||||||
|
|
||||||
RecipeDistro.objects.filter(recipe__layerbranch = layerbranch).delete()
|
RecipeDistro.objects.filter(recipe__layerbranch = layerbranch).delete()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user