Skip to content

cms-sw/cms-sw.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6321766 · Apr 3, 2025
Feb 3, 2025
Apr 3, 2025
Dec 16, 2024
Jun 13, 2019
Apr 3, 2025
Apr 3, 2025
Aug 21, 2018
Oct 12, 2023
Jun 13, 2019
Aug 21, 2018
Mar 30, 2025
Aug 21, 2018
Feb 28, 2023
Oct 10, 2024
Aug 22, 2018
Dec 10, 2022
Aug 21, 2018
Aug 21, 2018
Oct 12, 2021
Aug 21, 2018
May 12, 2023
Aug 21, 2018
Jun 12, 2024
Jul 24, 2024
Oct 18, 2023
Mar 5, 2025
Mar 13, 2024
Feb 5, 2024
Aug 29, 2023
Aug 21, 2018
Mar 30, 2025
Jun 12, 2024
Aug 21, 2018
Aug 21, 2018
Dec 7, 2023
Feb 5, 2024
Aug 21, 2018
Aug 21, 2018
Sep 30, 2024
Aug 21, 2018
Aug 21, 2018
Aug 21, 2018
Aug 21, 2018
Aug 21, 2018
Aug 21, 2018
Aug 21, 2018
Jun 12, 2024
Jun 14, 2024
Aug 21, 2018
Aug 21, 2018
Jun 12, 2024
Jun 12, 2024
Jun 12, 2024
Jun 12, 2024
Jun 12, 2024
Jun 12, 2024
Jun 12, 2024
Jun 12, 2024
Sep 19, 2024
Jun 12, 2024
Jun 12, 2024
Jun 12, 2024
Mar 30, 2025
Jun 12, 2024
Aug 21, 2018
Aug 21, 2018
Aug 21, 2018
Aug 21, 2018
Aug 21, 2018
Dec 7, 2023
Sep 2, 2024
Aug 21, 2018
Aug 21, 2018
Aug 21, 2018
Aug 21, 2018
May 21, 2019
Aug 21, 2018
Oct 13, 2023
Aug 21, 2018
Aug 21, 2018
Aug 21, 2018
Aug 21, 2018
Jul 5, 2023

Repository files navigation

CMSSW work pages

They include:

  • Actual documentation.
  • Various scripts to import log files sparse in /afs to the git repository.

Importing log files to the repository.

A reasonable amount of processed log files, usually in json format, can be stored in this git repository and not cause scalability issues, since git is extremely good at compressing similar files.

This allows us to serve integration builds results via Github Pages

In order to populate the data directory:

git clone cms-sw.github.com
cd cms-sw.github.com
./process-logs --logdir <path-to-your-toplevel-log-directory>
make -j 20
git commit data -m'Results updated'
git push origin master

Contributing to repository.

This repository contains two branches - master and code. All user submitted changes should go to code branch which will then be merged into master branch. Auto-generated data such as JSON files submitted by Cms Bot should go directly in to master. This should solve PR issues like this.