[
https://issues.jboss.org/browse/JBTIS-1009?page=com.atlassian.jira.plugin...
]
Paul Leacu commented on JBTIS-1009:
-----------------------------------
https://github.com/jbosstools/jbosstools-integration-stack/commit/0dbdfd9...
This commit is in master but is not part of the maven build.
Also - to build:
0. Install eclipse-46-base
# dnf install rh-eclipse46-base
# Build devstudio RPM
su -c 'rpm -Uvh
http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.no...
su -c 'yum install mock'
su -c '/usr/sbin/usermod -a -G mock pleacu'
su -c 'yum install eclipse-platform'
cd /home/pleacu/git-clone/jbdevstudio-product/rpm
./build.sh -clean -u "https://devstudio.redhat.com/10.0/stable/updates/"
- or -
cd /home/pleacu/git-clone/jbosstools-integration-stack/devstudio/rpm/fuse-tooling
./build.sh -clean -u
"https://devstudio.redhat.com/10.0/stable/updates/integration-stack/,https://devstudio.redhat.com/10.0/stable/updates/"
cd ./yum_repo
1. Change to root user
sudo -i
# OR
su -
2. Enable devstudio yum repos
cat << EOF > /etc/yum.repos.d/rh-eclipse46-devstudio.repo
[rh-eclipse46-devstudio-stable-10.x]
name=rh-eclipse46-devstudio-stable-10.x
baseurl=https://devstudio.redhat.com/static/10.0/stable/rpms/x86_64/
enabled=1
gpgcheck=1
upgrade_requirements_on_install=1
metadata_expire=24h
[rh-eclipse46-devstudio-snapshot-10.3]
name=rh-eclipse46-devstudio-snapshot-10.3
baseurl=https://devstudio.redhat.com/10.0/snapshots/rpms/10.3.0/x86_64/
enabled=0
gpgcheck=0
upgrade_requirements_on_install=1
metadata_expire=20m
EOF
2a.
cat << EOF > /etc/yum.repos.d/rh-eclipse46-devstudio-fuse-tooling.repo
[rh-eclipse46-devstudio-fuse-tooling]
name=rh-eclipse46-devstudio-fuse-tooling
baseurl=https://devstudio.redhat.com/10.0/staging/updates/integration-sta...
enabled=1
gpgcheck=1
upgrade_requirements_on_install=1
metadata_expire=24h
EOF
# Fuse Tooling RPM:
https://devstudio.redhat.com/10.0/staging/updates/integration-stack/proto...
#
baseurl=http://download-node-02.eng.bos.redhat.com/devel/candidates/jboss...
baseurl=https://devstudio.redhat.com/10.0/staging/updates/integration-sta...
2b.
cat << EOF > /etc/yum.repos.d/rh-eclipse46-INTERNAL.repo
[rhscl-2.4-rh-eclipse46-rhel-7-build-latest]
name=rh-eclipse46-build
baseurl=http://download-node-02.eng.bos.redhat.com/brewroot/repos/rhscl-2...
enabled=1
sslverify=0
gpgcheck=0
#includepkgs=rh-java-common*,rh-maven*,rh-eclipse*,devtoolset-*
metadata_expire=120m
[latest-RHSCL-2-RHEL-7]
name=latest-RHSCL-2-RHEL-7
baseurl=http://download-node-02.eng.bos.redhat.com/rel-eng/latest-RHSCL-2...
enabled=1
sslverify=0
gpgcheck=0
#includepkgs=rh-java-common*,rh-maven*,rh-eclipse*,devtoolset-*
metadata_expire=120m
EOF
2c.
dnf install rh-eclipse46-build
3. Install product signing (GPG) key
rpm --import "https://www.redhat.com/security/a5787476.txt"
4. Install devstudio with dnf
dnf install rh-eclipse46-devstudio
5. Install devstudio fuse tooling with dnf
dnf install rh-eclipse46-devstudio-fuse-tooling
Create an RPM installation for Fuse Tooling
-------------------------------------------
Key: JBTIS-1009
URL:
https://issues.jboss.org/browse/JBTIS-1009
Project: JBoss Tools Integration Stack
Issue Type: Enhancement
Components: Fuse IDE
Reporter: Paul Leacu
Assignee: Paul Leacu
Details to follow - create an RPM for fuse tooling. Base off of the devstudio RPM.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)