Project

General

Profile

How to Release the Tool » History » Version 1

Sergey Smolov, 05/16/2018 04:26 PM

1 1 Sergey Smolov
h1. How to Release the Tool
2
3
The following algorithm cannot be applied without granting an access to the internal network of the ISP RAS.
4
5
To release the _QEMU4V_ tool do the following:
6
7
* Go to the Jenkins GUI, enter the "QEMU4V_Release" item and select "Build Now" option. If the building process was successful (see "Console Output" tab for more details), the tool binary distribution should be upload to the local Nexus update server.
8
* Close the resolved\verified issues on Redmine, mark them as published at the presented build.
9
* Create the Git tag manually and push it to the server:
10
<pre>
11
git tag <tag-number>
12
git push origin <tag-number>
13
</pre>
14
* Pack the tagged sources into the *.tar.gz archive:
15
<pre>
16
git archive <tag-number> | gzip > /path/to/the/TAR/archive
17
</pre>
18
* Upload the archive to the "Files" tab of project page.
19
* Publish the release on a "News" tab of project page.