From 864f84253886fb62072e0da64565f99b32a49bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 6 Feb 2020 12:28:10 +0100 Subject: Update Erlang.mk Update the release upgrade test suite to use the appup from src/ rather than from ebin/. --- src/ranch.appup | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/ranch.appup (limited to 'src') diff --git a/src/ranch.appup b/src/ranch.appup new file mode 100644 index 0000000..6b25270 --- /dev/null +++ b/src/ranch.appup @@ -0,0 +1,43 @@ +%% @todo Remove the ending .* before release, we do not +%% want to support upgrades from/to release candidates. + +{"2.0.0-rc.2", + [{<<"2\\.0\\.[0-9]+.*">>, [ + {load_module, ranch}, + {load_module, ranch_acceptor}, + {load_module, ranch_acceptors_sup}, + {load_module, ranch_app}, + {load_module, ranch_conns_sup}, + {load_module, ranch_conns_sup_sup}, + {load_module, ranch_crc32c}, + {load_module, ranch_embedded_sup}, + {load_module, ranch_listener_sup}, + {load_module, ranch_protocol}, + {load_module, ranch_proxy_header}, + {load_module, ranch_server}, + {load_module, ranch_server_proxy}, + {load_module, ranch_ssl}, + {load_module, ranch_sup}, + {load_module, ranch_tcp}, + {load_module, ranch_transport} + ]}], + [{<<"2\\.0\\.[0-9]+.*">>, [ + {load_module, ranch}, + {load_module, ranch_acceptor}, + {load_module, ranch_acceptors_sup}, + {load_module, ranch_app}, + {load_module, ranch_conns_sup}, + {load_module, ranch_conns_sup_sup}, + {load_module, ranch_crc32c}, + {load_module, ranch_embedded_sup}, + {load_module, ranch_listener_sup}, + {load_module, ranch_protocol}, + {load_module, ranch_proxy_header}, + {load_module, ranch_server}, + {load_module, ranch_server_proxy}, + {load_module, ranch_ssl}, + {load_module, ranch_sup}, + {load_module, ranch_tcp}, + {load_module, ranch_transport} + ]}] +}. -- cgit v1.2.3