File tree Expand file tree Collapse file tree 6 files changed +5
-74
lines changed Expand file tree Collapse file tree 6 files changed +5
-74
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ def branch = env.CHANGE_TARGET ?: env.BRANCH_NAME
4
4
5
5
test_steps = [
6
6
' deb' : { ->
7
- stage(' Ubuntu Xenial and Focal Package' ) {
7
+ stage(' Ubuntu and Debian Package' ) {
8
8
wrappedNode(label : ' ubuntu-2004 && x86_64' , cleanWorkspace : true ) {
9
9
try {
10
10
checkout scm
11
11
sh " make REF=$branch checkout"
12
- sh " make -C deb ubuntu-xenial ubuntu- focal ubuntu-hirsute debian-bullseye"
12
+ sh " make -C deb ubuntu-focal ubuntu-hirsute debian-bullseye"
13
13
} finally {
14
14
sh " make clean"
15
15
}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN?=docker run --rm \
40
40
debbuild-$@ /$(ARCH )
41
41
42
42
DEBIAN_VERSIONS ?= debian-buster debian-bullseye
43
- UBUNTU_VERSIONS ?= ubuntu-xenial ubuntu- bionic ubuntu-focal ubuntu-groovy ubuntu-hirsute
43
+ UBUNTU_VERSIONS ?= ubuntu-bionic ubuntu-focal ubuntu-groovy ubuntu-hirsute
44
44
RASPBIAN_VERSIONS ?= raspbian-buster raspbian-bullseye
45
45
DISTROS := $(DEBIAN_VERSIONS ) $(UBUNTU_VERSIONS ) $(RASPBIAN_VERSIONS )
46
46
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ make ubuntu
29
29
30
30
## Specifying a specific distro version
31
31
``` shell
32
- make ubuntu-xenial
32
+ make ubuntu-focal
33
33
```
34
34
35
35
## Building the for all distros
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN?=docker run --rm \
50
50
$(RUN_FLAGS ) \
51
51
rpmbuild-$@ /$(ARCH ) $(RPMBUILD_FLAGS )
52
52
53
- FEDORA_RELEASES ?= fedora-34 fedora-33 fedora-32
53
+ FEDORA_RELEASES ?= fedora-34 fedora-33
54
54
CENTOS_RELEASES ?= centos-7 centos-8
55
55
ifeq ($(ARCH ) ,s390x)
56
56
RHEL_RELEASES ?= rhel-7
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments