Skip to content

Linaro/msm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00dfa6a · Mar 25, 2025
Apr 19, 2024
Aug 29, 2023
Feb 23, 2023
Mar 25, 2025
Jul 31, 2023
Mar 25, 2025
Jul 20, 2023
Feb 13, 2024
Jan 20, 2023
Jan 20, 2023
Mar 25, 2023
Jan 28, 2025
Mar 7, 2024
Jun 23, 2023
Feb 24, 2023
May 3, 2023
Mar 7, 2024
Jul 20, 2023
Jul 20, 2023

Repository files navigation

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.