Skip to content

Commit 27f8b44

Browse files
committed
Fix for CLOUD-3508, galleon module refactoring to handle WF galleon feature-packs for 19
1 parent 65087d2 commit 27f8b44

File tree

6 files changed

+20
-43
lines changed

6 files changed

+20
-43
lines changed

jboss/container/eap/galleon/artifacts/opt/jboss/container/eap/galleon/eap-s2i-galleon-pack/wildfly-user-feature-pack-build.xml

Lines changed: 0 additions & 43 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/sh
2+
# Configure module
3+
set -e
4+
5+
SCRIPT_DIR=$(dirname $0)
6+
ARTIFACTS_DIR=${SCRIPT_DIR}/artifacts
7+
8+
chown -R jboss:root $SCRIPT_DIR
9+
chmod -R ug+rwX $SCRIPT_DIR
10+
11+
pushd ${ARTIFACTS_DIR}
12+
cp -pr * /
13+
popd
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
schema_version: 1
2+
name: jboss.container.eap.galleon.config.ee
3+
version: '1.0'
4+
description: Install Galleon ee default configuration.
5+
6+
execute:
7+
- script: configure.sh

0 commit comments

Comments
 (0)