Python various packages: change dl_name to dl_path
Fix a typo in meta_data.yaml. The field name should be "dl_path", not "dl_name". If debrepack detects none of the "src_path", "dl_path" and "dl_hook" in meta_data.yaml, it considers the package is a Debian native package, and uses "apt source" to download it. The 3 packages are just the Debian native packages, so no error before, but "apt source" is not expected. Test Plan: Pass: successfully build test Story: 2009101 Task: 43518 Signed-off-by: Yue Tao <yue.tao@windriver.com> Change-Id: I066a7fee8f6523ccd6ba945925c5c7089a6bfeb2
This commit is contained in:
parent
f5432e8b0d
commit
2937522df2
@ -1,7 +1,7 @@
|
||||
---
|
||||
debname: python-barbicanclient
|
||||
debver: 5.0.1-2
|
||||
dl_name:
|
||||
dl_path:
|
||||
name: python-barbicanclient-debian-5.0.1-2.tar.gz
|
||||
url: https://salsa.debian.org/openstack-team/clients/python-barbicanclient/-/archive/debian/5.0.1-2/python-barbicanclient-debian-5.0.1-2.tar.gz
|
||||
md5sum: 80fe9db068b5ca8638f1ed63dbff7327
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
debname: python-cinderclient
|
||||
debver: 1:7.2.0-3
|
||||
dl_name:
|
||||
dl_path:
|
||||
name: python-cinderclient-debian-7.2.0-3.tar.gz
|
||||
url: https://salsa.debian.org/openstack-team/clients/python-cinderclient/-/archive/debian/7.2.0-3/python-cinderclient-debian-7.2.0-3.tar.gz
|
||||
md5sum: b2fae10096bc2cf30935afe409ed9b4c
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
debname: python-ironicclient
|
||||
debver: 4.4.0-1
|
||||
dl_name:
|
||||
dl_path:
|
||||
name: python-ironicclient-debian-4.4.0-1.tar.gz
|
||||
url: https://salsa.debian.org/openstack-team/clients/python-ironicclient/-/archive/debian/4.4.0-1/python-ironicclient-debian-4.4.0-1.tar.gz
|
||||
md5sum: aad755aa1e4e5942d6fc70b1370cda65
|
||||
|
Loading…
x
Reference in New Issue
Block a user