[JBoss JIRA] (JBIDE-23140) Provision a RHEL7 slave with mock and rpmbuild on dev-platform central-ci
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23140?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-23140:
------------------------------------
Generated rpm worked as an upgrade from previously installed one:
{code}
#➔ yum update rh-eclipse46-devstudio-1.0-3.20160920.1641.el7.x86_64.rpm
...
Upgrading : rh-eclipse46-devstudio-1.0-3.20160920.1641.el7.x86_64 1/2
Cleanup : rh-eclipse46-devstudio-1.0-1.20160919.1438.el7.x86_64 2/2
{code}
So... the slave works! Roll it out!
> 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: buildlog.txt, 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)
9 years, 6 months
[JBoss JIRA] (JBIDE-23140) Provision a RHEL7 slave with mock and rpmbuild on dev-platform central-ci
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23140?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-23140 at 9/20/16 1:07 PM:
-------------------------------------------------------------
{code}
mkdir -p github.checkouts/; cd github.checkouts/
git clone https://github.com/jbdevstudio/jbdevstudio-product.git jbdevstudio-product_master
cd jbdevstudio-product_master/rpm
./build.sh -clean -u "https://devstudio.jboss.com/10.0/snapshots/updates/" -mo "--no-clean --update" | tee buildlog.txt
{code} -- [^buildlog.txt]
{code}
[hudson@psrna-test-rheclipse yum_repo]$ ls -lah
total 508M
drwxrwxr-x. 3 hudson hudson 4.0K Sep 20 12:54 .
drwxrwxr-x. 5 hudson hudson 4.0K Sep 20 12:54 ..
drwxrwxr-x. 2 hudson hudson 4.0K Sep 20 12:54 repodata
-rw-rw-r--. 1 hudson mock 251M Sep 20 12:40 rh-eclipse46-devstudio-1.0-3.20160920.1640.el7.src.rpm
-rw-rw-r--. 1 hudson hudson 65 Sep 20 12:54 rh-eclipse46-devstudio-1.0-3.20160920.1640.el7.src.rpm.sha256
-rw-rw-r--. 1 hudson mock 257M Sep 20 12:54 rh-eclipse46-devstudio-1.0-3.20160920.1641.el7.x86_64.rpm
-rw-rw-r--. 1 hudson hudson 65 Sep 20 12:54 rh-eclipse46-devstudio-1.0-3.20160920.1641.el7.x86_64.rpm.sha256
{code}
was (Author: nickboldt):
{code}
mkdir -p github.checkouts/; cd github.checkouts/
git clone https://github.com/jbdevstudio/jbdevstudio-product.git jbdevstudio-product_master
cd jbdevstudio-product_master/rpm
./build.sh -clean -u "https://devstudio.jboss.com/10.0/snapshots/updates/" -mo "--no-clean --update" | tee buildlog.txt
{code}
{code}
[hudson@psrna-test-rheclipse yum_repo]$ ls -lah
total 508M
drwxrwxr-x. 3 hudson hudson 4.0K Sep 20 12:54 .
drwxrwxr-x. 5 hudson hudson 4.0K Sep 20 12:54 ..
drwxrwxr-x. 2 hudson hudson 4.0K Sep 20 12:54 repodata
-rw-rw-r--. 1 hudson mock 251M Sep 20 12:40 rh-eclipse46-devstudio-1.0-3.20160920.1640.el7.src.rpm
-rw-rw-r--. 1 hudson hudson 65 Sep 20 12:54 rh-eclipse46-devstudio-1.0-3.20160920.1640.el7.src.rpm.sha256
-rw-rw-r--. 1 hudson mock 257M Sep 20 12:54 rh-eclipse46-devstudio-1.0-3.20160920.1641.el7.x86_64.rpm
-rw-rw-r--. 1 hudson hudson 65 Sep 20 12:54 rh-eclipse46-devstudio-1.0-3.20160920.1641.el7.x86_64.rpm.sha256
{code}
> 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: buildlog.txt, 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)
9 years, 6 months
[JBoss JIRA] (JBIDE-23140) Provision a RHEL7 slave with mock and rpmbuild on dev-platform central-ci
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23140?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-23140:
------------------------------------
{code}
mkdir -p github.checkouts/; cd github.checkouts/
git clone https://github.com/jbdevstudio/jbdevstudio-product.git jbdevstudio-product_master
cd jbdevstudio-product_master/rpm
./build.sh -clean -u "https://devstudio.jboss.com/10.0/snapshots/updates/" -mo "--no-clean --update" | tee buildlog.txt
{code}
{code}
[hudson@psrna-test-rheclipse yum_repo]$ ls -lah
total 508M
drwxrwxr-x. 3 hudson hudson 4.0K Sep 20 12:54 .
drwxrwxr-x. 5 hudson hudson 4.0K Sep 20 12:54 ..
drwxrwxr-x. 2 hudson hudson 4.0K Sep 20 12:54 repodata
-rw-rw-r--. 1 hudson mock 251M Sep 20 12:40 rh-eclipse46-devstudio-1.0-3.20160920.1640.el7.src.rpm
-rw-rw-r--. 1 hudson hudson 65 Sep 20 12:54 rh-eclipse46-devstudio-1.0-3.20160920.1640.el7.src.rpm.sha256
-rw-rw-r--. 1 hudson mock 257M Sep 20 12:54 rh-eclipse46-devstudio-1.0-3.20160920.1641.el7.x86_64.rpm
-rw-rw-r--. 1 hudson hudson 65 Sep 20 12:54 rh-eclipse46-devstudio-1.0-3.20160920.1641.el7.x86_64.rpm.sha256
{code}
> 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)
9 years, 6 months
[JBoss JIRA] (JBIDE-23184) Add Capability to Watch Projects
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23184?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov reassigned JBIDE-23184:
----------------------------------------
Fix Version/s: 4.4.x
Sprint: devex #120 September 2016
Assignee: Dmitrii Bocharov
> Add Capability to Watch Projects
> --------------------------------
>
> Key: JBIDE-23184
> URL: https://issues.jboss.org/browse/JBIDE-23184
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Reporter: Jeff Cantrill
> Assignee: Dmitrii Bocharov
> Fix For: 4.4.x
>
>
> Origin now allows watching of projects for adds and delete. Add capability to watch projects. Need to take into consideration how one might use the latest code against an older server version since older servers did not support project watch
> $ curl -k -H "Authorization: Bearer LU3A1EyTOdnRhkLqe8Gqkgk850eTNlljz18NwLA-108" https://192.168.1.13:8443/oapi/v1/projects?watch=true&&resourceVersion=
> {"type":"ADDED","object":{"kind":"Project","apiVersion":"v1","metadata":{"name":"foo","selfLink":"/oapi/v1/projects/foo","uid":"41f418fc-7ea3-11e6-803b-507b9dfa4ab3","resourceVersion":"942","creationTimestamp":"2016-09-19T19:57:13Z","annotations":{"openshift.io/description":"","openshift.io/display-name":"","openshift.io/requester":"developer","openshift.io/sa.scc.mcs":"s0:c7,c4","openshift.io/sa.scc.supplemental-groups":"1000050000/10000","openshift.io/sa.scc.uid-range":"1000050000/10000"}},"spec":{"finalizers":["openshift.io/origin","kubernetes"]},"status":{"phase":"Active"}}}
> {"type":"DELETED","object":{"kind":"Project","apiVersion":"v1","metadata":{"name":"foo","selfLink":"/oapi/v1/projects/foo","creationTimestamp":null},"spec":{},"status":{}}}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months