Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

blackducksoftware/idutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ID Utils 1.2.1

Summary

ID Utils is a small library to help perform Protex identifications in bulk fashion. During the run a manifest file will be created that contains all paths that were changed. That manifest file can be used to reverse the operation (see Usage).

Build

Build Status Coverage Status

Building

mvn install is all that is required

Usage

Basic run

./idutils.sh (location of configuration file)

Basic run with manifest file

./idutils.sh (location of configuration file) (location of manifest file)

You must provide Protex connection configuration and the Protex project. Note: This is currently using the Protex 6.X SDK, which should work with all 7.X systems.

Sample configuration file

For a sample file, please see: https://github.com/blackducksoftware/idutils/blob/master/sample_config.txt