<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 commented on OVIRT-1717:</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:shell} $ 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-2BCmpYLyzYS3r1Q939T2sgz2uNunMZgQMRVOk5em5s53JwXF7gYgPRX-2FRWQy-2BR3oy1Kgqsg1cPpJResfPb7TxEQQV9BgjJZiAYcCVyKsS3PdgSJmEoCUFXlN6aFr-2B0nSm8Y-2Fv2-2B6gm4Zml-2BI69-2BTIVAyNjJpb3ziE-2BKQESSHVFTEU-2ByPizwuFFvRi-2FFZ-2BTQZ3PsHFRa7JJSNZqflknRbexPc-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>