File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed
Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -12,29 +12,29 @@ On Fedora/CentOS
1212
1313``` bash
1414 extract the tar.gz
15- mkdir -p /usr/lib64/erlang/lib/sd_notify-0.11 /priv/
16- mkdir -p /usr/lib64/erlang/lib/sd_notify-0.11 /ebin/
17- cp priv/* /usr/lib64/erlang/lib/sd_notify-0.11 /priv/
18- cp ebin/* /usr/lib64/erlang/lib/sd_notify-0.11 /ebin/
15+ mkdir -p /usr/lib64/erlang/lib/sd_notify-{version} /priv/
16+ mkdir -p /usr/lib64/erlang/lib/sd_notify-{version} /ebin/
17+ cp priv/* /usr/lib64/erlang/lib/sd_notify-{version} /priv/
18+ cp ebin/* /usr/lib64/erlang/lib/sd_notify-{version} /ebin/
1919```
2020
2121On Debian/Ubuntu
2222
2323``` bash
24- dpkg -i erlang-sd-notify_0.11 -1_amd64.deb
24+ dpkg -i erlang-sd-notify_{version} -1_amd64.deb
2525```
2626
2727Build from source using Docker
2828===
2929
30- On Ubuntu
30+ Ubuntu
3131
3232``` bash
3333 docker build -t build_ubuntu_{version} docker/ubuntu_{version}/
3434 docker run -v {sd_notify_dir}:/home/sd/ build_ubuntu_{version} /bin/sh -c " cd /home/sd/; make deb"
3535```
3636
37- on Centos
37+ Centos
3838
3939``` bash
4040 docker build -t build_centos_{version} docker/centos_{version}/
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ RUN yum install -y \
1313
1414
1515
16- RUN wget https://github.com/rabbitmq/erlang-rpm/releases/download/v1.4.0 /erlang-19.0-1.el7.centos.x86_64.rpm
16+ RUN wget https://github.com/rabbitmq/erlang-rpm/releases/download/v1.4.5 /erlang-19.1 .0-1.el7.centos.x86_64.rpm
1717
18- RUN rpm -i erlang-19.0-1.el7.centos.x86_64.rpm
18+ RUN rpm -i erlang-19.1. 0-1.el7.centos.x86_64.rpm
1919
2020RUN wget https://github.com/rebar/rebar/wiki/rebar && chmod +x rebar
2121
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ RUN apt-get install -y \
1818RUN wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
1919RUN dpkg -i erlang-solutions_1.0_all.deb
2020RUN apt-get update -y
21- RUN apt-get install erlang=1:19.0 -1 -y
21+ RUN apt-get install erlang=1:19.1 -1 -y
2222RUN apt-get install -y erlang-dev \
2323 erlang-eunit
Original file line number Diff line number Diff line change 1- VERSION =0.11
1+ VERSION =0.12
22
33# Directory names
44DEB_BUILD_DIR =deb-build
Original file line number Diff line number Diff line change 1- erlang-sd-notify (0.11 -1) UNRELEASED; urgency=medium
1+ erlang-sd-notify (0.12 -1) UNRELEASED; urgency=medium
22
3- * Update for 19.0
3+ * Update for 19.1
44
5- -- Gabriele Santomaggio <
[email protected] >
Tue, 19 Jul 2016
14:12 :18 +0000
5+ -- Gabriele Santomaggio <
[email protected] >
Fri, 23 Sep 2016
22:54 :18 +0000
66
You can’t perform that action at this time.
0 commit comments