Skip to content

Commit 3a8fa7f

Browse files
committed
Remove Ubuntu 14.04 "trusty tahr" build scripts
Docker no longer ships packages for Ubuntu 14.04, so remove the build scripts as well. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 49524c8 commit 3a8fa7f

File tree

3 files changed

+1
-47
lines changed

3 files changed

+1
-47
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ The scripts will build for this list of packages types:
1010
* DEB packages for Ubuntu 18.04 Bionic
1111
* DEB packages for Ubuntu 17.10 Artful
1212
* DEB packages for Ubuntu 16.04 Xenial
13-
* DEB packages for Ubuntu 14.04 Trusty
1413
* DEB packages for Debian 10 Buster
1514
* DEB packages for Debian 9 Stretch
1615
* RPM packages for Fedora 28

deb/Makefile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ engine-$(ARCH).tar:
5555
deb: ubuntu debian raspbian ## build all deb packages
5656

5757
.PHONY: ubuntu
58-
ubuntu: ubuntu-bionic ubuntu-xenial ubuntu-trusty ## build all ubuntu deb packages
58+
ubuntu: ubuntu-bionic ubuntu-xenial ## build all ubuntu deb packages
5959

6060
.PHONY: debian
6161
debian: debian-stretch ## build all debian deb packages
@@ -84,13 +84,6 @@ ubuntu-xenial: $(SOURCES)
8484
$(RUN)
8585
$(CHOWN) -R $(shell id -u):$(shell id -g) debbuild/$@
8686

87-
.PHONY: ubuntu-trusty
88-
ubuntu-trusty: ## build ubuntu trusty deb packages
89-
ubuntu-trusty: $(SOURCES)
90-
$(BUILD)
91-
$(RUN)
92-
$(CHOWN) -R $(shell id -u):$(shell id -g) debbuild/$@
93-
9487
.PHONY: debian-buster
9588
debian-buster: ## build debian buster deb packages
9689
debian-buster: $(SOURCES)

deb/ubuntu-trusty/Dockerfile

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

0 commit comments

Comments
 (0)