This is a multi-part message in MIME format...
------------=_1509278449-11359-131
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
[
https://ovirt-jira.atlassian.net/browse/OVIRT-1717?page=com.atlassian.jir...
]
danken edited comment on OVIRT-1717 at 10/29/17 12:00 PM:
----------------------------------------------------------
Until this is implemented, I've written a little script to automate what I do to find
the latest tested version of a project
{code:sh}
$ cat ~/bin/ovirt-latest-tested
#!/bin/sh
project=$1
[[ -z "$project" ]] && project=ovirt-engine
curl -s
http://plain.resources.ovirt.org/pub/ovirt-master-snapshot/rpm/el7/noarch/| grep
"\"$project-[0-9]"|tail -1 |sed 's/.*git//;s/.el7.*//'
{code}
was (Author: danken(a)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
{code:shell}
$ cat ~/bin/ovirt-latest-tested
#!/bin/sh
project=$1
[[ -z "$project" ]] && project=ovirt-engine
curl -s
http://plain.resources.ovirt.org/pub/ovirt-master-snapshot/rpm/el7/noarch/| grep
"\"$project-[0-9]"|tail -1 |sed 's/.*git//;s/.el7.*//'
{code}
When a component build passes OST, tag its git hash
---------------------------------------------------
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
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.
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100070)
------------=_1509278449-11359-131
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<pre>[
https://ovirt-jira.atlassian.net/browse/OVIRT-1717?page=com.atlassian.jir...
]</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 “$project” ]] &&
project=ovirt-engine</p>
<p>curl -s <a
href="http://plain.resources.ovirt.org/pub/ovirt-master-snapshot/rpm...
grep "\"$project-[0-9]"|tail -1 |sed
‘s/.*git//;s/.el7.*//’ {code}</p>
<p>was (Author: danken(a)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 “$project” ]] &&
project=ovirt-engine</p>
<p>curl -s <a
href="http://plain.resources.ovirt.org/pub/ovirt-master-snapshot/rpm...
grep "\"$project-[0-9]"|tail -1 |sed
‘s/.*git//;s/.el7.*//’ {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>— This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100070)</p>
<img
src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpS...
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>
------------=_1509278449-11359-131--