Linaro / msm

Qualcomm mainline status

Home Page:https://linaro.github.io/msm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A set of GitHub pages describing the status of various Qualcomm platforms.

Testing it locally

  • Install Ruby and bundler:

    sudo apt install bundler
  • Setup bundler to use user path for all the storage:

    bundle config set --local path ~/.local/lib/
  • Install all the dependencies:

    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:

    bundle exec jekyll serve

    Now you can open localhost:4000 with your Web browser. Jekyll will automatically regenerate the pages if any of the source files changes.

About

Qualcomm mainline status

https://linaro.github.io/msm/


Languages

Language:Python 57.4%Language:SCSS 15.8%Language:Ruby 15.1%Language:Liquid 7.0%Language:HTML 4.7%