https://github.com/getpagespeed/nginx-lua-extras
Lua module packages for NGINX Extras repository
https://github.com/getpagespeed/nginx-lua-extras
Last synced: over 1 year ago
JSON representation
Lua module packages for NGINX Extras repository
- Host: GitHub
- URL: https://github.com/getpagespeed/nginx-lua-extras
- Owner: GetPageSpeed
- Created: 2020-04-13T17:12:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T02:20:01.000Z (over 1 year ago)
- Last Synced: 2025-03-28T22:05:17.991Z (over 1 year ago)
- Language: Python
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nginx-lua-extras
For RHEL 8, two package versions are built for every library.
The 5.1 (OpenResty version), and the default 5.3 Lua version.
The lua5.1-libname in RHEL 8 is according to [conventions](https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/#_lua_modules).
## Building
Run `make` and this automatically runs:
* `generate-definitions.py` to hunt down Lua resty modules on GitHub and generate `.yml` definitions
for them over to `resty/*.yml`
* `generate.sh` which generates spec files from the module definitions, and push updated specs to this repo.
Finally, CircleCi picks up changes on the repo and runs `rpmbuilder` and deployment of RPM files.
## Automation
The `make` is run daily on the build server.