[
https://issues.jboss.org/browse/JBIDE-23140?page=com.atlassian.jira.plugi...
]
Nick Boldt updated JBIDE-23140:
-------------------------------
Attachment: yum.install.list.txt
yum.install.list.sort.txt
yum.install.list.partial.txt
Here's a simple (partial?) list of installed rpms:
{code}
cat /var/log/yum.log | sed "s#.\+: \?\(.\+\)#\1#" | egrep -v rh-eclipse | sort
> yum.install.list.txt
{code} -- [^yum.install.list.partial.txt]
Or, for a more complete list of installed rpms:
{code}
for id in {1..48}; do yum history info $id | egrep "Installed|Updated" | tee -a
/tmp/yum.install.list.txt; done{code} -- [^yum.install.list.txt]
{code}
cat /tmp/yum.install.list.txt | sort | uniq | sed -e "s#.\+[\
\t]\+\([a-zA-Z].\+\\(noarch\|64\|6\)\).\+\@.\+#\1#" | sort | tee
/tmp/yum.install.list.sort.txt{code} -- [^yum.install.list.sort.txt]
Provision a RHEL7 slave with mock and rpmbuild on dev-platform
central-ci
-------------------------------------------------------------------------
Key: JBIDE-23140
URL:
https://issues.jboss.org/browse/JBIDE-23140
Project: Tools (JBoss Tools)
Issue Type: Task
Components: build, qa
Affects Versions: 4.4.1.Final
Reporter: Pavol Srna
Assignee: Nick Boldt
Fix For: 4.4.x
Attachments: yum.install.list.partial.txt, yum.install.list.sort.txt,
yum.install.list.txt
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)