[Bug 1773324] Re: rabbitmqadmin shows %%VSN%% as version
Andreas Hasenack
andreas at canonical.com
Wed Jun 27 20:44:52 UTC 2018
All that's needed is a sed pass on deps/rabbitmq_management/bin/rabbitmqadmin, which has:
VERSION = '%%VSN%%'
Its makefile seems to be ready for that in the prepare-dist target:
prepare-dist::
$(verbose) sed 's/%%VSN%%/$(PROJECT_VERSION)/' bin/rabbitmqadmin \
> $(EZ_DIR)/priv/www/cli/rabbitmqadmin
--
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1773324
Title:
rabbitmqadmin shows %%VSN%% as version
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1773324/+subscriptions
More information about the Ubuntu-server-bugs
mailing list