[JIRA] (OVIRT-1915) Add option to filter packages in OST manual
eyal edri (oVirt JIRA)
jira at ovirt-jira.atlassian.net
Sun Mar 11 14:55:53 UTC 2018
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=36021#comment-36021 ]
eyal edri edited comment on OVIRT-1915 at 3/11/18 2:55 PM:
-----------------------------------------------------------
Suggested code to add to the manual job ( taken from ds job ) to update the extra sources file, probably needs some work and adjustments.
{quote}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{quote}
was (Author: eedri):
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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/infra/attachments/20180311/66d82813/attachment.html>
More information about the Infra
mailing list