... | ... | @@ -66,39 +66,27 @@ git clone --branch css https://star.inp.nsk.su/~bekhte/rpms.git rpms.css |
|
|
|
|
|
После создания папки с рабочим пространством, следует установить файлы описания окон - opi файлы.
|
|
|
|
|
|
git 1.7.x, SL5x
|
|
|
### Суперрепозиторий
|
|
|
|
|
|
Устанавливаем opi файлы с использованием менеджера репозиториев. Это репозиторий в котором содержится список всех остальных репозиториев.
|
|
|
|
|
|
последовательность для установки в уже существующую папку CSS, не удаляя файлы
|
|
|
|
|
|
```
|
|
|
cd ~/css-workspace/CSS
|
|
|
git clone https://star.inp.nsk.su/~bekhte/vepp-opi.git
|
|
|
git clone https://star.inp.nsk.su/~bekhte/v3orb2-opi.git
|
|
|
cd v3orb2-opi
|
|
|
git submodule init
|
|
|
git submodule update
|
|
|
cd ..
|
|
|
git clone https://star.inp.nsk.su/~bekhte/v4orb2-opi.git
|
|
|
cd v4orb2-opi
|
|
|
git submodule init
|
|
|
git submodule update
|
|
|
cd ..
|
|
|
git clone https://star.inp.nsk.su/~bekhte/vepp4-orbit.git
|
|
|
git clone https://star.inp.nsk.su/~bekhte/dissector-opi.git
|
|
|
cd dissector-opi
|
|
|
git submodule init
|
|
|
git submodule update
|
|
|
cd ..
|
|
|
git clone https://star.inp.nsk.su/~bekhte/v4chan-opi.git
|
|
|
cd v4chan-opi
|
|
|
git submodule init
|
|
|
git submodule update
|
|
|
cd ..
|
|
|
git clone https://star.inp.nsk.su/~bekhte/nmr-opi.git
|
|
|
git clone https://star.inp.nsk.su/~bekhte/btune-opi.git
|
|
|
|
|
|
git init
|
|
|
git remote add origin https://star.inp.nsk.su/~bekhte/vepp-opi.git
|
|
|
git fetch
|
|
|
git reset origin/CCS-vepp4
|
|
|
git checkout -t origin/CCS-vepp4
|
|
|
git checkout .
|
|
|
git status
|
|
|
make clone_all
|
|
|
```
|
|
|
|
|
|
git поновее
|
|
|
### git 1.8.+
|
|
|
|
|
|
используя `git clone --recursive`, пример не полный
|
|
|
|
|
|
```
|
|
|
cd ~/css-workspace/CSS
|
... | ... | |