Include migrate_helm_release.py on Debian

Scipt was present on CentOS and used for 21.12 to 22.06 upgrades[1].

Include on Debian to be used when upgrading from 21.12
to 22.12.

[1]: https://review.opendev.org/c/starlingx/config/+/845532
Story: 2009138
Task: 45611
Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>
Change-Id: I8308911fe9edc4c2cdc320fc0783a1bb4944d064
This commit is contained in:
Dan Voiculeasa 2022-12-16 14:55:45 +02:00
parent 26ef6e8875
commit 4e19ad4e72
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ 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: