<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=36021#comment-36021 ]</pre>
<h3>eyal edri edited comment on OVIRT-1915 at 3/11/18 2:56 PM:</h3>
<p>Suggested code to add to the manual job ( taken from ds job ) to update the extra sources file, probably needs some work and adjustments.</p>
<p>{code:java} ARCHS=(&quot;x86_64 noarch&quot;)</p>
<pre>echo -n "" &gt; ${EXT_RESOURCES}
for arch in ${ARCHS} ; do echo "${CUSTOM_REPOS}${arch}/${FILTER_PACKAGES:=''}" &gt;&gt; ${EXT_RESOURCES} ; done
sed -i "s|${SUITE_TYPE}.*|${SUITE_TYPE}_${VERSION}_custom,${CUSTOM_REPOS#rec:}|" ${WORK_DIR}/automation/${OVIRT_SUITE}.repos</pre>
<p>{code}</p>
<p>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.</p>
<pre>{quote}ARCHS=("x86_64 noarch")
   echo -n "" &gt; ${EXT_RESOURCES}
   for arch in ${ARCHS} ; do echo "${CUSTOM_REPOS}${arch}/${FILTER_PACKAGES:=''}" &gt;&gt; ${EXT_RESOURCES} ; done
   sed -i "s|${SUITE_TYPE}.*|${SUITE_TYPE}_${VERSION}_custom,${CUSTOM_REPOS#rec:}|" ${WORK_DIR}/automation/${OVIRT_SUITE}.repos{quote}</pre>
<blockquote><h3>Add option to filter packages in OST manual</h3>
<pre>     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</pre></blockquote>
<p>&mdash; This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100082)</p>

<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BJ33BSM3tuiUfRTk64K-2BOjFTKd1eQk0jeaIcBJlLyWiNcvGIsCfxaYIbnSSZ5n5g-2FFAwse349mKKxFQJ8h-2FY6gV-2BKhpyUfAO2xszwz4CcILXaNX6Xc-2FlDgmflUKntctunMYkPnxKt-2FhBJX3P0x9ZCUF0GeONEQIUn-2FF1KBf1fAXvoXpIX-2B8RiS7xJQ0Xme2ELGa6QDZ5VyoBxuz09XesU0NWy6cCNRrmBL4T-2FLqxAH84fvUJKog1vK4O-2B6LWoUNfhmxIsDrv2Wa2WBdPZmfQsh5-2FhxQ6bMwUrpBBFdL07b7UsJ8VhjoR-2FllMixn7C-2F60c5DN3vdu-2BS8G9tqw-2F31naSPduOHUGG3AamG2NFDQEufd2ttGhTUKrHScLtU9g0wAcRPO67cB9jw1gRa1PZsg8IB6BRPVj60xj-2FjeatXoUtav" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>