[ https://ovirt-jira.atlassian.net/browse/OVIRT-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=36021#comment-36021 ]

eyal edri commented on OVIRT-1915:

Suggested code to add to the manual job ( taken from ds job ) to update the extra sources file, probably needs some work and adjustments.

ARCHS=("x86_64 noarch")
   echo -n "" > ${EXT_RESOURCES}
   for arch in ${ARCHS} ; do echo "${CUSTOM_REPOS}${arch}/${FILTER_PACKAGES:=''}" >> ${EXT_RESOURCES} ; done
   sed -i "s|${SUITE_TYPE}.*|${SUITE_TYPE}_${VERSION}_custom,${CUSTOM_REPOS#rec:}|" ${WORK_DIR}/automation/${OVIRT_SUITE}.repos

Add option to filter packages in OST manual

     Key: OVIRT-1915
     URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1915
 Project: oVirt - virtualization made easy
         Issue Type: New Feature
Reporter: Daniel Belenky
Assignee: infra
  Labels: jenkins, ost

— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100082)