Fix for 'Remove migrate_helm_release.py script'
Commit 'Remove migrate_helm_release.py script' introduced a bug which breaks the build process, this commit fixes that. Test Plan: PASS: build-pkgs controllerconfig Relates-to: https://review.opendev.org/c/starlingx/config/+/865593 Closes-Bug: 1997879 Signed-off-by: Fabricio Henrique Ramos <fabriciohenrique.ramos@windriver.com> Change-Id: I07bf016def4226c0f0837dcb23812b6eb42f2551
This commit is contained in:
parent
86379201b4
commit
5386ad8f8d
@ -61,7 +61,6 @@ install -d -m 755 %{buildroot}%{local_bindir}
|
||||
install -p -D -m 700 scripts/openstack_update_admin_password %{buildroot}%{local_bindir}/openstack_update_admin_password
|
||||
install -p -D -m 700 scripts/upgrade_swact_migration.py %{buildroot}%{local_bindir}/upgrade_swact_migration.py
|
||||
install -p -D -m 755 scripts/image-backup.sh %{buildroot}%{local_bindir}/image-backup.sh
|
||||
install -p -D -m 755 scripts/migrate_helm_release.py %{buildroot}%{local_bindir}/migrate_helm_release.py
|
||||
|
||||
install -d -m 755 %{buildroot}%{local_goenabledd}
|
||||
install -p -D -m 700 scripts/config_goenabled_check.sh %{buildroot}%{local_goenabledd}/config_goenabled_check.sh
|
||||
|
@ -23,7 +23,6 @@ override_dh_install:
|
||||
install -d -m 755 $(ROOT)/etc/upgrade.d
|
||||
install -p -D -m 755 upgrade-scripts/* $(ROOT)/etc/upgrade.d
|
||||
install -d -m 755 $(ROOT)/lib/systemd/system
|
||||
install -p -D -m 755 scripts/migrate_helm_release.py $(ROOT)/usr/bin/migrate_helm_release.py
|
||||
dh_install
|
||||
|
||||
override_dh_fixperms:
|
||||
|
Loading…
Reference in New Issue
Block a user