[
https://issues.jboss.org/browse/JBDS-3982?page=com.atlassian.jira.plugin....
]
Nick Boldt commented on JBDS-3982:
----------------------------------
Building it by hand on Wonka now. Next step is to get a docker-jenkins instance running
there, then wrap a build job around my manual steps:
{code}
cd ~/jbdevstudio-product
mvn clean install -DBUILD_ALIAS=GA
cd rpm && ./build.sh -u
"https://devstudio.jboss.com/targetplatforms/jbdevstudiotarget/4.60.1.Final-SNAPSHOT/,https://devstudio.jboss.com/targetplatforms/jbtcentraltarget/4.60.1.Final-SNAPSHOT/,https://devstudio.jboss.com/10.0/snapshots/builds/jbosstools-discovery.central_master/latest/all/repo/,file:///home/nboldt/jbdevstudio-product/site/target/repository/"
-clean
# then rsync the contents of rpm/yum_repo/rh* to a web-exposed folder:
# rsync -aPprz yum_repo/rh-eclipse46-devstudio-1.0-1.el7.noarch.rpm*
~/devstudio.rpm_master/SOME_FOLDER/
{code}
create rh-eclipse46-devstudio rpm for linux installs
----------------------------------------------------
Key: JBDS-3982
URL:
https://issues.jboss.org/browse/JBDS-3982
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: build, updatesite
Affects Versions: 10.1.0.AM2
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 10.1.0.GA
wrap new update site (JBDS-3981) in a rh-eclipse46-devstudio*.rpm so we can install it on
Fedora 24 and RHEL 7
will need to port
http://download.jboss.org/jbosstools/updates/scripted-install/director.xml to bash so it
can be called along with rpmbuilder.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)