644598941c
Now that dib-run-parts has been moved to the dib-utils project, we need to update diskimage-builder to use it instead of the version directly in diskimage-builder. This change removes the old copy of the dib-run-parts script in the element, adds dib-utils as a dependency of diskimage-builder, and updates the uses of dib-run-parts to correctly handle the fact that it is now external to the project. Requires I0be1f876d0e4a7d38e0d5c6010a552a8ebb158a4 Change-Id: Ia0a0df7784a14c49b5c47ac0b03e6c2602c84b3b
50 lines
1.3 KiB
INI
50 lines
1.3 KiB
INI
[metadata]
|
|
name = diskimage-builder
|
|
summary = Golden Disk Image builder.
|
|
description-file =
|
|
README.md
|
|
author = HP Cloud Services
|
|
author_email = openstack-dev@lists.openstack.org
|
|
license: Apache License (2.0)
|
|
home-page = https://git.openstack.org/cgit/openstack/diskimage-builder
|
|
classifier =
|
|
Development Status :: 3 - Alpha
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python :: 2.7
|
|
Environment :: Console
|
|
|
|
[files]
|
|
packages =
|
|
diskimage_builder
|
|
|
|
# ramdisk-image-create is a symlink which becomes a
|
|
# real file on install; see lp bug #1212482
|
|
scripts =
|
|
bin/dib-lint
|
|
bin/disk-image-create
|
|
bin/disk-image-get-kernel
|
|
bin/element-info
|
|
bin/ramdisk-image-create
|
|
data_files =
|
|
share/diskimage-builder/elements = elements/*
|
|
share/diskimage-builder/lib = lib/*
|
|
share/diskimage-builder/scripts = scripts/*
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = diskimage_builder/locale/diskimage_builder.pot
|
|
|
|
[update_catalog]
|
|
domain = diskimage_builder
|
|
output_dir = diskimage_builder/locale
|
|
input_file = diskimage_builder/locale/diskimage_builder.pot
|
|
|
|
[compile_catalog]
|
|
directory = diskimage_builder/locale
|
|
domain = diskimage_builder
|
|
|
|
[wheel]
|
|
universal = 1
|