This commit is contained in:
Thomas Conte 2018-11-22 12:18:32 +01:00 коммит произвёл Thomas Conté
Родитель 86e623e5e4
Коммит 8a3b6fad96
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -10,13 +10,13 @@ docker run -it --rm -v `pwd`:/data release-leap
Once in the container, clone the repo with the release tag:
```
git clone https://github.com/tomconte/azfilebak.git -b v1.0-alpha1
git clone https://github.com/Azure/azfilebackup -b v1.0-alpha1
```
Package the RPM using FPM, make sure to convert the version number to RPM format:
```
fpm.ruby2.5 -s virtualenv -t rpm -n azfilebackup --version 1.0 --iteration 0.pre.a1 .
fpm.ruby2.5 -s virtualenv -t rpm -n azfilebackup --version 1.0 --iteration 0.pre.a1 --rpm-auto-add-directories .
```
Copy the generated RPM out of the container: