CentEAP / eap-build

Build scripts for EAP 6 or 7
122 stars 62 forks source link

6.4.24 #178

Open fcorneli opened 2 years ago

fcorneli commented 2 years ago

This PR allows us to build 6.4.24. However, some dependencies need to be build manually before since they are not available within some repo AFAIK.

Narayana

git clone git@github.com:jbosstm/narayana.git
cd narayana 
git checkout tags/4.17.45.Final
./build.sh clean install -Pall

JBoss Web

svn checkout --revision 2759 https://anonsvn.jboss.org/repos/jbossweb/tags/JBOSSWEB_7_5_32_FINAL/
cd JBOSSWEB_7_5_32_FINAL
mvn clean install
fcorneli commented 1 year ago

Maybe we need a generic solution here? Something like:

src/eap6/pre-build-x.y.z.bash
...
src/eap7/pre-build-x.y.z.bash

that allows us to define some specific (optional) work for a certain version. Similarly we could also have optional post-build-x.y.z.bash hooks.

cher1705 commented 1 year ago

do we need it? 6.4.x isn't supported by rh anymore?

fcorneli commented 1 year ago

EAP 6.4 is now in Extended life cycle support (ELS) 2, which ends 30 juni 2025 30 december 2028. See also: https://access.redhat.com/support/policy/updates/jboss_notes#p_eap