Project

General

Profile

Actions

How to Release the Tool » History » Revision 2

« Previous | Revision 2/3 (diff) | Next »
Sergey Smolov, 09/13/2018 01:44 PM


How to Release the Tool

The following algorithm cannot be applied without granting an access to the internal network of the ISP RAS.

To release the QEMU4V tool do the following:

  1. 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.
  2. Close the resolved\verified issues on Redmine, mark them as published at the presented build.
  3. Pack the tagged sources into the *.tar.gz archive:
    git archive <tag-number> | gzip > /path/to/the/TAR/archive
    
  4. Upload the archive to the "Files" tab of project page.
  5. Publish the release on a "News" tab of project page.

Updated by Sergey Smolov over 5 years ago · 2 revisions