<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:00 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/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>
<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: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-2BCmpYLyzYS3r1Q939T2sgz2ETErFh7qUEVKH3tmXr9MzID8SlWHClPcCos1UOt6CABM-2FGr7htHZ1KZ4Vp6QQt5pHIqCwmvKLgVkk8vd5bTcT2m0w2sdC-2BP0i3FEmvqembAHCBr1EjoL2gxZI-2F2qdvBGk4Mq6gwObGNyCbWHa9IUE3q5VjF9jXWLjLWYYqZ5zPynz-2Fj8Cfxk8q0JK0MRhVn8-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>