Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
W wiki
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beam diagnostics
  • wiki
  • Wiki
  • update

Last edited by E.A.Bekhtenev Dec 18, 2023
Page history
This is an old version of this page. You can view the most recent version or browse the history.

update

Title: Update OPI CSS: table.css

TOP

{{TOC}}

Обновление opi файлов

Суперрепозиторий

настройка суперрепозитория

make pull

скриптом

Чтобы держать opi файлы в актуальном состоянии в директорию с ними поместить скрипт для обновления всего.

linux

#!/bin/bash

for i in *-opi *-orbit; do
        pushd $i;
        git status -s;
        git pull;
        [ -e .gitmodules ] && git submodule update
        popd;
done

windows

@REM Do not use "echo off" to not affect any child calls.

@FOR /d %%a IN (*-opi *-orbit) DO @(
	ECHO %%a
	PUSHD %%a
	git status
	git pull
	@FOR %%b IN (.gitmodules) DO @git submodule update
	POPD
)
Clone repository
  • CSS install
  • Qt Creator в debian
  • broadcast
  • btune pv list
  • chan pv list
  • css use
  • dissector pv list
  • dissector
  • epics
  • git
  • Home
  • https_error
  • index
  • internal
  • kud pv list
View All Pages