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:
Fabricio Henrique Ramos 2023-03-28 10:41:51 -03:00
parent 86379201b4
commit 5386ad8f8d
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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: