... | ... | @@ -29,7 +29,7 @@ css-vepp4 |
|
|
|
|
|
## Linux
|
|
|
|
|
|
* [готовые rpm пакеты](http://www.inp.nsk.su/~bekhte/repo/)
|
|
|
* [готовые rpm пакеты](https://star.inp.nsk.su/~bekhte/repo/)
|
|
|
|
|
|
|
|
|
* сборка rpm пакета
|
... | ... | @@ -37,7 +37,7 @@ css-vepp4 |
|
|
Получить spec
|
|
|
|
|
|
```shell
|
|
|
git clone --branch css http://www.inp.nsk.su/~bekhte/rpms.git rpms.css
|
|
|
git clone --branch css https://star.inp.nsk.su/~bekhte/rpms.git rpms.css
|
|
|
```
|
|
|
|
|
|
|
... | ... | @@ -71,20 +71,28 @@ git 1.7.x, SL5x |
|
|
|
|
|
```
|
|
|
cd ~/css-workspace/CSS
|
|
|
git clone http://www.inp.nsk.su/~bekhte/vepp-opi.git
|
|
|
git clone http://www.inp.nsk.su/~bekhte/v3orb2-opi.git
|
|
|
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 http://www.inp.nsk.su/~bekhte/v4orb2-opi.git
|
|
|
git clone https://star.inp.nsk.su/~bekhte/v4orb2-opi.git
|
|
|
cd v4orb2-opi
|
|
|
git submodule init
|
|
|
git submodule update
|
|
|
cd ..
|
|
|
git clone http://www.inp.nsk.su/~bekhte/vepp4-orbit.git
|
|
|
git clone http://www.inp.nsk.su/~bekhte/dissector-opi.git
|
|
|
git clone http://www.inp.nsk.su/~bekhte/v4chan-opi.git
|
|
|
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 ..
|
|
|
|
|
|
```
|
|
|
|
... | ... | @@ -92,12 +100,12 @@ git поновее |
|
|
|
|
|
```
|
|
|
cd ~/css-workspace/CSS
|
|
|
git clone http://www.inp.nsk.su/~bekhte/vepp-opi.git
|
|
|
git clone --recursive http://www.inp.nsk.su/~bekhte/v3orb2-opi.git
|
|
|
git clone --recursive http://www.inp.nsk.su/~bekhte/v4orb2-opi.git
|
|
|
git clone http://www.inp.nsk.su/~bekhte/vepp4-orbit.git
|
|
|
git clone http://www.inp.nsk.su/~bekhte/dissector-opi.git
|
|
|
git clone http://www.inp.nsk.su/~bekhte/v4chan-opi.git
|
|
|
git clone https://star.inp.nsk.su/~bekhte/vepp-opi.git
|
|
|
git clone --recursive https://star.inp.nsk.su/~bekhte/v3orb2-opi.git
|
|
|
git clone --recursive https://star.inp.nsk.su/~bekhte/v4orb2-opi.git
|
|
|
git clone https://star.inp.nsk.su/~bekhte/vepp4-orbit.git
|
|
|
git clone --recursive https://star.inp.nsk.su/~bekhte/dissector-opi.git
|
|
|
git clone --recursive https://star.inp.nsk.su/~bekhte/v4chan-opi.git
|
|
|
|
|
|
```
|
|
|
|
... | ... | @@ -144,3 +152,4 @@ git pull |
|
|
git submodule update
|
|
|
```
|
|
|
|
|
|
скрипт для обновления [update]() |
|
|
\ No newline at end of file |