Skip to content

Commit

Permalink
Closes-Bug: #1537473
Browse files Browse the repository at this point in the history
Adding the fix to sm-lite-packaging too.

dpdk_depends_conf needed explicit changes in packaging,
eventhough it was already under reprepo.

Change-Id: Icf18d045879d0af0fd142d62051acbb5c8e812fe
  • Loading branch information
thilakrajs committed Feb 1, 2016
1 parent 659527b commit 5ba6c39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/debian/contrail-server-manager-lite/debian/rules
Expand Up @@ -80,6 +80,7 @@ override_dh_auto_install:
install -d -m 754 $(build_root)/usr/sbin/
install -d -m 755 $(build_root)/usr/lib/$(python_dir)/dist-packages/cobbler/modules/
install -d -m 755 $(build_root)/opt/contrail/server_manager/reprepro/
install -d -m 755 $(build_root)/opt/contrail/server_manager/reprepro/dpdk_depends_conf
install -d -m 755 $(build_root)/opt/contrail/server_manager/reprepro/conf
install -d -m 755 $(build_root)/var/www/html/kickstarts/
install -d -m 755 $(build_root)/var/www/html/contrail/
Expand All @@ -91,6 +92,8 @@ override_dh_auto_install:
# Copy/install files
install -p -m 755 $(src_path)/reprepro/conf/distributions $(build_root)/opt/contrail/server_manager/reprepro/conf/distributions
install -p -m 755 $(src_path)/reprepro/conf/override $(build_root)/opt/contrail/server_manager/reprepro/conf/override
install -p -m 755 $(src_path)/reprepro/dpdk_depends_conf/distributions $(build_root)/opt/contrail/server_manager/reprepro/dpdk_depends_conf/distributions
install -p -m 755 $(src_path)/reprepro/dpdk_depends_conf/override $(build_root)/opt/contrail/server_manager/reprepro/dpdk_depends_conf/override
cp -r $(src_path)/server_mgr_main.py $(build_root)/opt/contrail/server_manager/
cp -r $(src_path)/server_mgr_db.py $(build_root)/opt/contrail/server_manager/
cp -r $(src_path)/server_mgr_utils.py $(build_root)/opt/contrail/server_manager/
Expand Down

0 comments on commit 5ba6c39

Please sign in to comment.