Merge "Added new script to '/usr/local/bin' folder"
This commit is contained in:
commit
6421e818b3
@ -66,6 +66,7 @@ install -m 555 %{_buildsubdir}/scripts/gen-bootloader-iso.sh %{buildroot}%{local
|
||||
install -m 555 %{_buildsubdir}/scripts/stx-iso-utils.sh %{buildroot}%{local_bindir}
|
||||
install -m 555 %{_buildsubdir}/scripts/show-certs.sh %{buildroot}%{local_bindir}
|
||||
install -m 555 %{_buildsubdir}/scripts/update_docker_registry_auth.sh %{buildroot}%{local_bindir}
|
||||
install -m 555 %{_buildsubdir}/scripts/change_system_private_registry.sh %{buildroot}%{local_bindir}
|
||||
|
||||
install -d %{buildroot}%{local_etc_initd}
|
||||
install %{_buildsubdir}/scripts/log_functions.sh %{buildroot}%{local_etc_initd}
|
||||
@ -117,6 +118,7 @@ systemctl enable opt-platform.service
|
||||
%{local_bindir}/stx-iso-utils.sh
|
||||
%{local_bindir}/show-certs.sh
|
||||
%{local_bindir}/update_docker_registry_auth.sh
|
||||
%{local_bindir}/change_system_private_registry.sh
|
||||
|
||||
%files noncontroller
|
||||
%defattr(-,root,root,-)
|
||||
|
@ -3,3 +3,4 @@ scripts/show-certs.sh usr/local/bin
|
||||
scripts/stx-iso-utils.sh usr/local/bin
|
||||
scripts/update-iso.sh usr/local/bin
|
||||
scripts/update_docker_registry_auth.sh usr/local/bin
|
||||
scripts/change_system_private_registry.sh usr/local/bin
|
||||
|
@ -3,3 +3,4 @@
|
||||
/usr/local/bin/stx-iso-utils.sh
|
||||
/usr/local/bin/update-iso.sh
|
||||
/usr/local/bin/update_docker_registry_auth.sh
|
||||
/usr/local/bin/change_system_private_registry.sh
|
||||
|
@ -34,6 +34,7 @@ override_dh_auto_install:
|
||||
install -m 555 scripts/stx-iso-utils.sh $(DEBIAN_BUILDDIR)/usr/local/bin/
|
||||
install -m 555 scripts/show-certs.sh $(DEBIAN_BUILDDIR)/usr/local/bin/
|
||||
install -m 555 scripts/update_docker_registry_auth.sh $(DEBIAN_BUILDDIR)/usr/local/bin/
|
||||
install -m 555 scripts/change_system_private_registry.sh $(DEBIAN_BUILDDIR)/usr/local/bin/
|
||||
install -m 555 scripts/is-rootdisk-device.sh $(DEBIAN_BUILDDIR)/usr/local/bin/
|
||||
install -m 755 scripts/connectivity_test $(DEBIAN_BUILDDIR)/usr/local/bin/
|
||||
install -m 750 scripts/set_keystone_user_option.sh $(DEBIAN_BUILDDIR)/usr/local/bin/
|
||||
@ -47,5 +48,5 @@ override_dh_auto_install:
|
||||
|
||||
override_dh_fixperms:
|
||||
dh_fixperms -Xupdate-iso.sh -Xgen-bootloader-iso.sh -Xstx-iso-utils.sh \
|
||||
-Xshow-certs.sh -Xupdate_docker_registry_auth.sh -Xis-rootdisk-device.sh \
|
||||
-Xpatch-restart-* -Xconnectivity_test -Xset_keystone_user_option.sh
|
||||
-Xshow-certs.sh -Xupdate_docker_registry_auth.sh -Xchange_system_private_registry.sh \
|
||||
-Xis-rootdisk-device.sh -Xpatch-restart-* -Xconnectivity_test -Xset_keystone_user_option.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user