Skip to content

Commit 901ecb5

Browse files
committed
WIP: convert installing some things over to artifacts:
1 parent b3498b9 commit 901ecb5

File tree

6 files changed

+9
-41
lines changed

6 files changed

+9
-41
lines changed

modules/maven/module/configure.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

modules/maven/module/module.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ version: '3.8'
44
description: ^
55
Enables the AppStream RPM Module for Maven 3.8 packages.
66

7-
execute:
8-
- script: configure.sh
7+
artifacts:
8+
- path: artifacts/maven.module
9+
dest: /etc/dnf/modules.d

modules/proxy/configure.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

modules/proxy/module.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ modules:
2323
install:
2424
- name: jboss.container.user
2525

26-
execute:
27-
- script: configure.sh
26+
artifacts:
27+
- path: artifacts/opt/jboss/container/java/proxy
28+
dest: /opt/jboss/container/java/proxy

modules/util/logging/configure.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

modules/util/logging/module.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ modules:
1414
install:
1515
- name: jboss.container.user
1616

17-
execute:
18-
- script: configure.sh
17+
artifacts:
18+
- path: artifacts/opt/jboss/container/util/logging/logging.sh
19+
dest: /opt/jboss/container/util/logging/logging.sh

0 commit comments

Comments
 (0)