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

update · Changes

Page history
update authored Oct 25, 2017 by Evgeny Bekhtenev's avatar Evgeny Bekhtenev
Hide whitespace changes
Inline Side-by-side
Showing with 41 additions and 0 deletions
+41 -0
  • update.md update.md +41 -0
  • No files found.
update.md 0 → 100644
View page @ f24ee9cf
Title: Update OPI
CSS: table.css
[TOP](index)
{{TOC}}
# Обновление opi файлов
Чтобы держать *opi* файлы в актуальном состоянии в директорию
с ними поместить скрипт для обновления всего.
## linux
```sh
#!/bin/bash
for i in *-opi *-orbit; do
pushd $i;
git status -s;
git pull;
[ -e .gitmodules ] && git submodule update
popd;
done
```
## windows
```cmd
@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