https://github.com/linaro/msm
Qualcomm mainline status
https://github.com/linaro/msm
Last synced: 3 months ago
JSON representation
Qualcomm mainline status
- Host: GitHub
- URL: https://github.com/linaro/msm
- Owner: Linaro
- License: mit
- Created: 2023-01-20T04:56:42.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2025-03-25T20:27:31.000Z (4 months ago)
- Last Synced: 2025-04-23T08:03:20.471Z (3 months ago)
- Language: Python
- Homepage: https://linaro.github.io/msm/
- Size: 574 KB
- Stars: 19
- Watchers: 7
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A set of GitHub pages describing the status of various Qualcomm platforms.
## Testing it locally
- Install Ruby and bundler:
```bash
sudo apt install bundler
```- Setup bundler to use user path for all the storage:
```bash
bundle config set --local path ~/.local/lib/
```- Install all the dependencies:
```bash
bundle install
```- Just rebuild the data:
```
./regen.py
bundle exec jekyll build
```
Now you can check the HTML data built in `./_site/`.- Or execute a local Jekyll server, providing an ongoing preview:
```bash
bundle exec jekyll serve
```Now you can open [localhost:4000](http://127.0.0.1:4000/msm/) with your Web
browser. Jekyll will automatically regenerate the pages if any of the source
files changes.