Project

General

Profile

How to Release the Tool » History » Version 3

Sergey Smolov, 01/16/2020 03:23 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 2 Sergey Smolov
# 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
# Pack the tagged sources into the *.tar.gz archive:
10 1 Sergey Smolov
<pre>
11 3 Sergey Smolov
$ git archive <tag-number> | gzip > /path/to/the/TAR/archive
12 1 Sergey Smolov
</pre>
13 2 Sergey Smolov
# Upload the archive to the "Files" tab of project page.
14
# Publish the release on a "News" tab of project page.