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
11 lines
357 B
YAML
11 lines
357 B
YAML
---
|
|
debname: python-cinderclient
|
|
debver: 1:7.2.0-3
|
|
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
|
|
revision:
|
|
dist: $STX_DIST
|
|
PKG_GITREVCOUNT: true
|