Сделаем платформу лучше — пройди опрос GitVerse

cms-sw.github.io

Форк
0
Зеркало из https://github.com/cms-sw/cms-sw.github.io

README.md

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.

Описание

Языки

JavaScript

  • HTML
  • Python
  • CSS
Сообщить о нарушении

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.