Commit Graph

29 Commits

Author SHA1 Message Date
codedude 8ce4edc1f5 fix: emqx user home folder permissions 2023-09-20 09:08:10 -04:00
Ivan Dyachkov a38a79aff8 fix(rpm): add missing dependencies for Amazon Linux 2023 2023-06-19 21:44:00 +02:00
Ivan Dyachkov 4f75dbbe7f chore: remove otp version from rpm package name 2023-02-15 10:21:07 +01:00
Zaiming (Stone) Shi 7dc06d3533 fix(plugins): ensure plugins dir is created for deb and rpm 2022-07-01 12:46:27 +02:00
Zhongwen Deng ec625363cf fix: emqx can't start with systemctl 2022-05-15 17:13:56 +08:00
Zaiming (Stone) Shi e7033558f3 fix(emqx.spec): bad dependency list for el7 and el8 2022-04-19 22:25:59 +02:00
Zaiming (Stone) Shi 5d10071319 chore(rpm/deb): delete init.d stuff 2022-04-19 22:25:59 +02:00
Zaiming (Stone) Shi a216f1bf18 chore: emqx.service shard for deb and rpm 2022-03-11 13:34:54 +01:00
Zaiming (Stone) Shi 4e64010a3b build: more structured build info 2022-03-02 21:22:03 +01:00
Zaiming (Stone) Shi b68cb96bd2 refactor: make pkg-vsn.sh able to report both short and long version 2022-02-26 01:38:10 +01:00
Zaiming (Stone) Shi 2d3859a79a build: get full version from pkg-full-vsn.sh
this is due to the mapping of :
centos7 -> el7
and rockylinux8 -> el8

with this fix, there is no need to repeat such mapping
in many differennt places
2022-02-25 11:33:01 +01:00
Zaiming (Stone) Shi 2e94880bb6 docs: More EMQ X -> EMQX rename in descriptive strings 2022-02-15 22:39:11 +01:00
Thales Macedo Garitezi bd0d331b64
Merge pull request #6636 from emqx/elixir-packages-mkII
ci(mix): build emqx packages with elixir
2022-01-27 11:10:30 -03:00
Kian-Meng Ang fc92e4c8bf docs: fix typos 2022-01-27 12:29:38 +01:00
Thales Macedo Garitezi a91880780a
chore(elixir): change image/package versioning convention
We now go from "most specific" to "most general" versions: Elixir ->
OTP -> OS.
2022-01-26 16:59:48 -03:00
Thales Macedo Garitezi 6dd11665bb
ci(mix): build emqx packages with elixir 2022-01-26 16:59:48 -03:00
Zaiming (Stone) Shi d9946ffa5b chore: Update EMQ X description in RPM and DEB packages 2022-01-13 18:54:01 +01:00
Zaiming (Stone) Shi 68eb13d478 fix: portable shebang 2021-12-27 15:45:12 +01:00
William Yang bf72b9f297 build: rpm and deb use the same systemd service file 2021-12-02 22:05:32 +01:00
William Yang 5428278802 fix(systemd): add restart on failure 2021-12-02 22:05:32 +01:00
Zaiming Shi a705bc1fc7 build: change package name scheme
`${PROFILE}-${PKG_VSN}-otp${OTP_VSN}-${SYSTEM}-${ARCH}.zip`
2021-11-20 20:44:48 +01:00
William Yang 0dd09b06f1 build: dep openssl11 is limited to amd64 centos7 2021-09-07 09:49:09 +08:00
William Yang 7a98289d4a chore: centos7 add openssl11 dep in rpm spec 2021-09-01 13:35:56 +02:00
zhanghongtong b9c913d18f chore(CI): fix windows build error 2021-03-23 20:32:23 +08:00
zhanghongtong 622edcd536 chore(CI): rename arch package name 2021-03-23 19:49:54 +08:00
Yudai Kiyofuji aadd1ba11a
add shellcheck to ci (#4126)
* chore(shell): disable some shellcheck

* refactor(shell): fix shellcheck

* test(ci): add shellcheck
2021-02-04 16:51:48 +09:00
Zaiming Shi d13a33463f chore(bin/emqx): set program name 2021-01-29 09:42:35 +08:00
Zaiming Shi cf23d9efe9 chore(bin/emqx): Do not rely on beam.smp program name 2021-01-29 09:42:35 +08:00
Rory Z c0f03ca132
test(CI): add actions for build emqx packages (#3915) 2020-12-15 13:34:11 +08:00