Skip to content

Commit 6fb1d60

Browse files
authored
Package ct-test-srv into .deb (letsencrypt#5465)
Because ct-test-srv is lives in `//test` instead of in `//cmd`, it is not included by default in the set of objects which are bundled into the .deb and .rpb packages produced by the Makefile (although it is compiled by the `make build` command). Add it to the set of files bundled into the .deb, for the sake of our SREs.
1 parent ff8c3c4 commit 6fb1d60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ $(OBJDIR):
3636
$(CMD_BINS): build_cmds
3737

3838
build_cmds: | $(OBJDIR)
39+
echo $(OBJECTS)
3940
GOBIN=$(OBJDIR) GO111MODULE=on go install -mod=vendor $(GO_BUILD_FLAGS) ./...
4041
cp $(OBJDIR)/boulder-va $(OBJDIR)/boulder-remoteva
4142

@@ -63,4 +64,4 @@ deb: build
6364
--package "$(ARCHIVEDIR)/boulder-$(VERSION)-$(COMMIT_ID).x86_64.deb" \
6465
--description "Boulder is an ACME-compatible X.509 Certificate Authority" \
6566
--maintainer "$(MAINTAINER)" \
66-
test/config/ sa/_db data/ $(OBJECTS)
67+
test/config/ sa/_db data/ $(OBJECTS) bin/ct-test-srv

0 commit comments

Comments
 (0)