[JIRA] (OVIRT-879) check if we can analayze oVirt RPM with whitesource
eyal edri [Administrator] (oVirt JIRA)
jira at ovirt-jira.atlassian.net
Tue Nov 29 13:58:02 UTC 2016
eyal edri [Administrator] created OVIRT-879:
-----------------------------------------------
Summary: check if we can analayze oVirt RPM with whitesource
Key: OVIRT-879
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-879
Project: oVirt - virtualization made easy
Issue Type: New Feature
Reporter: eyal edri [Administrator]
Assignee: infra
following ticket: https://whitesource.freshdesk.com/support/tickets/12091#
It might be possible to analyze licenses via the File system Agent:
Example:
We can support this use case by using the File System Agent (FSA) to unarchive all of the RPM files and then importing all specified file extensions (e.g. *.js, *.py, *.tgz, etc) that are contained within each RPM. These settings are specified in the configuration file for the File System Agent. It will probably be easier to explain if we schedule a call by phone, but here is an example of the FSA config file with archive extraction:
#############################################################################################
# Includes/Excludes Glob patterns - PLEASE USE ONLY ONE EXCLUDE LINE AND ONE INCLUDE LINE
#############################################################################################
includes=**/*.c **/*.cc **/*.cp**/*.cpp **/*.tgz **/*.c++ **/*.h **/*.py **/*.js
excludes=**/*sources.jar **/*javadoc.jar
case.sensitive.glob=false
followSymbolicLink=true
#################
# Archive Properties
#################
archiveExtractionDepth=5
archiveIncludes=**/*.rpm **/*.zip
#############################################################################################
--
This message was sent by Atlassian JIRA
(v1000.586.0#100022)
More information about the Infra
mailing list