Skip to content

Commit bcf91d0

Browse files
authored
Merge pull request #6 from corywright/wildfly-15-packaging
Update build for Wildfly 15
2 parents f6c219c + cbe2876 commit bcf91d0

3 files changed

Lines changed: 17 additions & 15 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
## debhelper and devscripts packages
1414
##
1515

16-
WF_CURRENT_VERSION = 12.0.0.Final
16+
WF_CURRENT_VERSION = 15.0.1.Final
1717

1818
WF_VERSION := $(or $(version),$(WF_VERSION),$(WF_CURRENT_VERSION))
1919
WF_TARBALL = wildfly-$(WF_VERSION).tar.gz

PPA_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2
1+
1

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If the `java8-runtime` virtual package dependency is not already satisfied on th
1212

1313
Install wildfly:
1414

15-
sudo add-apt-repository ppa:ilanddev/wildfly-12
15+
sudo add-apt-repository ppa:ilanddev/wildfly-15
1616
sudo apt-get update
1717
sudo apt-get install wildfly
1818

@@ -35,12 +35,14 @@ This will build the most recently released "Final" version of Wildfly.
3535

3636
All generated files, including the `.deb` file, will be placed in the current directory:
3737

38-
-rw-r--r-- 1 root root 134398972 Jan 27 16:53 wildfly_10.1.0.Final-1~ppa3_all.deb
39-
-rw-r--r-- 1 root root 2216 Jan 27 16:53 wildfly_10.1.0.Final-1~ppa3_amd64.changes
40-
-rw-r--r-- 1 root root 3467 Jan 27 16:52 wildfly_10.1.0.Final-1~ppa3.debian.tar.gz
41-
-rw-r--r-- 1 root root 1431 Jan 27 16:53 wildfly_10.1.0.Final-1~ppa3.dsc
42-
-rw-r--r-- 2 root root 139025162 Aug 19 00:27 wildfly_10.1.0.Final.orig.tar.gz
43-
-rw-r--r-- 2 root root 139025162 Aug 19 00:27 wildfly-10.1.0.Final.tar.gz
38+
-rw-r--r-- 1 build build 3820 Mar 20 20:29 wildfly_15.0.1.Final-1~xenialppa1.debian.tar.xz
39+
-rw-r--r-- 1 build build 1770 Mar 20 20:29 wildfly_15.0.1.Final-1~xenialppa1.dsc
40+
-rw-r--r-- 1 build build 2223 Mar 20 20:29 wildfly_15.0.1.Final-1~xenialppa1_source.build
41+
-rw-r--r-- 1 build build 2216 Mar 20 20:29 wildfly_15.0.1.Final-1~xenialppa1_source.changes
42+
-rw-rw-r-- 1 build build 388 Mar 20 20:31 wildfly_15.0.1.Final-1~xenialppa1_source.ubuntu.upload
43+
-rw-rw-r-- 1 build build 404 Mar 20 20:48 wildfly_15.0.1.Final-1~xenialppa1_source.wildfly-15.upload
44+
-rw-rw-r-- 2 build build 179449615 Jan 7 00:51 wildfly_15.0.1.Final.orig.tar.gz
45+
-rw-rw-r-- 2 build build 179449615 Jan 7 00:51 wildfly-15.0.1.Final.tar.gz
4446

4547
## Building Sources for Ubuntu PPAs
4648

@@ -57,9 +59,9 @@ The generated files will be in the current directory:
5759

5860
[...]
5961
Now signing changes and any dsc files...
60-
signfile wildfly_10.1.0.Final-0~ppa1485535653.dsc 7F5C3FB3
62+
signfile wildfly_15.0.1.Final-1~xenialppa1.dsc F70956F8
6163

62-
signfile wildfly_10.1.0.Final-0~ppa1485535653_source.changes 7F5C3FB3
64+
signfile wildfly_15.0.1.Final-1~xenialppa1_source.changes F70956F8
6365

6466
Successfully signed dsc and changes files
6567

@@ -82,11 +84,11 @@ or
8284

8385
To build a different version, you can either pass the version as a Makefile parameter or use environment variables:
8486

85-
make version=12.0.0.Final
87+
make version=15.0.1.Final
8688

8789
or
8890

89-
export WF_VERSION=12.0.0.Final
91+
export WF_VERSION=15.0.1.Final
9092
make
9193

9294
The `version` command line parameter takes precendence over the `WF_VERSION` environment variable.
@@ -117,7 +119,7 @@ All of these configuration options can be maintained in a file that sets the env
117119
# wildfly.env
118120
set -a
119121
WF_DISTRIBUTION="bionic"
120-
WF_VERSION="12.0.0.Final"
122+
WF_VERSION="15.0.1.Final"
121123
DEBFULLNAME="Your Name"
122124
DEBEMAIL="youremail@example.com"
123125
GPG_KEY="7F5C3FB3"
@@ -133,6 +135,6 @@ Build wildfly:
133135
This should result in the following output during the build:
134136

135137
dpkg-buildpackage: source package wildfly
136-
dpkg-buildpackage: source version 12.0.0.Final-1
138+
dpkg-buildpackage: source version 15.0.1.Final-1
137139
dpkg-buildpackage: source distribution bionic
138140
dpkg-buildpackage: source changed by Your Name <youremail@example.com>

0 commit comments

Comments
 (0)