<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=35236#comment-35236 ]</pre>
<h3>danken edited comment on OVIRT-1717 at 10/29/17 12:01 PM:</h3>
<p>Until this is implemented, I've written a little script to automate what I do to find the latest tested version of a project</p>
<p>{code:sh} $ cat ~/bin/ovirt-latest-tested #!/bin/bash</p>
<p>project=$1 [[ -z &ldquo;$project&rdquo; ]] &amp;&amp; project=ovirt-engine</p>
<p>curl -s <a href="http://plain.resources.ovirt.org/pub/ovirt-master-snapshot/rpm/el7/noarch/">http://plain.resources.ovirt.org/pub/ovirt-master-snapshot/rpm/el7/noarch/</a>| grep &quot;\&quot;$project-[0-9]&quot;|tail -1 |sed &lsquo;s/.*git//;s/.el7.*//&rsquo; {code}</p>
<p>was (Author: danken@redhat.com): Until this is implemented, I've written a little script to automate what I do to find the latest tested version of a project</p>
<p>{code:sh} $ cat ~/bin/ovirt-latest-tested #!/bin/sh</p>
<p>project=$1 [[ -z &ldquo;$project&rdquo; ]] &amp;&amp; project=ovirt-engine</p>
<p>curl -s <a href="http://plain.resources.ovirt.org/pub/ovirt-master-snapshot/rpm/el7/noarch/">http://plain.resources.ovirt.org/pub/ovirt-master-snapshot/rpm/el7/noarch/</a>| grep &quot;\&quot;$project-[0-9]&quot;|tail -1 |sed &lsquo;s/.*git//;s/.el7.*//&rsquo; {code}</p>
<blockquote><h3>When a component build passes OST, tag its git hash</h3>
<pre>     Key: OVIRT-1717
     URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1717
 Project: oVirt - virtualization made easy
         Issue Type: New Feature
         Components: oVirt CI
Reporter: danken
Assignee: infra
  Labels: change-queue, standard-ci</pre>
<p>Tagging the source git would make it easier for me to tell if a specific git commit is already tested by OST and available for QA.</p></blockquote>
<p>&mdash; This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100070)</p>

<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BCmpYLyzYS3r1Q939T2sgz3imUOA1vHrV-2BPfanSrY2c7HbitXQK7-2BCCku64rKpxSG5I8zRDMOriKY4MfaKC58fVwo5zG1LYyCIcoRR6PkEGgTiSOtZBMoKcjvo3REhiWyNk2BZZgimeUC-2BYpR6CzDa468F0RCwS1-2FWdya70TgW17PcRM3NksI7CZJheEe-2BwliZ6Cglp-2FSse-2FGS0Y6mr6eFM-3D" 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>