You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
Running make deb or make generic-rpm does not package the amazon-ecs-volume-plugin.
NB: make generic-rpm was not working at all on Red Hat Enterprise Linux 8.4; this PR fixes this as well.
Description
When building a generic Debian package via make deb or a generic RPM package via make generic-rpm, the resulting package does not include the amazon-ecs-volume-plugin binary and startup scripts.
Expected Behavior
When building a generic Debian package via make deb or a generic RPM package via make generic-rpm, the resulting package should include the amazon-ecs-volume-plugin binary and startup scripts.
Observed Behavior
When building a generic Debian package via make deb or a generic RPM package via make generic-rpm, the resulting package does not include the amazon-ecs-volume-plugin binary and startup scripts.
Environment Details
Ubuntu 18.04 Bionic
Red Hat Enterprise Linux 8.4
The text was updated successfully, but these errors were encountered:
dennisconrad
changed the title
make deb does not package amazon-ecs-volume-plugin
Running "make deb" or "make generic-rpm" does not package amazon-ecs-volume-plugin
Jul 23, 2021
Summary
Running
make deb
ormake generic-rpm
does not package the amazon-ecs-volume-plugin.NB:
make generic-rpm
was not working at all on Red Hat Enterprise Linux 8.4; this PR fixes this as well.Description
When building a generic Debian package via
make deb
or a generic RPM package viamake generic-rpm
, the resulting package does not include the amazon-ecs-volume-plugin binary and startup scripts.Expected Behavior
When building a generic Debian package via
make deb
or a generic RPM package viamake generic-rpm
, the resulting package should include the amazon-ecs-volume-plugin binary and startup scripts.Observed Behavior
When building a generic Debian package via
make deb
or a generic RPM package viamake generic-rpm
, the resulting package does not include the amazon-ecs-volume-plugin binary and startup scripts.Environment Details
Ubuntu 18.04 Bionic
Red Hat Enterprise Linux 8.4
The text was updated successfully, but these errors were encountered: