Project

General

Profile

Actions

How to release Trace Matcher

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

To release the Trace Matcher tool do the following:

  • Prepare ChangeLog file, then commit it.
  • Go to the Jenkins GUI, enter the "Trace_Matcher_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.
  • Close the resolved\verified issues on Redmine, mark them as published at the presented build.
  • Create the Git tag manually and push it to the server:
    git tag <tag-number>
    git push origin <tag-number>
    
  • Pack the tagged sources into the *.tar.gz archive:
    git archive --format=tar.gz -o /path/to/TAR/archive/with/name --prefix=root-dir/ <tag-number>
    
  • Upload the archive to the "Files" tab of project page.
  • Publish the releas on a "News" tab of project page.

Updated by Sergey Smolov 12 months ago · 3 revisions