Skip to content

Commit 93c3014

Browse files
phlogistonjohnanoopcs9
authored andcommitted
makefile: remove custom samba specifics var from nightly variant
Setting this value to what is now the default in the containerfile makes no difference. We can remove it. Signed-off-by: John Mulligan <[email protected]>
1 parent 005952a commit 93c3014

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ build-nightly-server: $(BUILDFILE_NIGHTLY_SERVER)
6969
$(BUILDFILE_NIGHTLY_SERVER): Makefile $(SERVER_SRC_FILE) $(SERVER_SOURCES)
7070
$(BUILD_CMD) \
7171
--build-arg=INSTALL_PACKAGES_FROM="samba-nightly" \
72-
--build-arg=SAMBA_SPECIFICS="daemon_cli_debug_output" \
7372
--tag $(NIGHTLY_SERVER_NAME) --tag $(NIGHTLY_SERVER_REPO_NAME) \
7473
-f $(SERVER_SRC_FILE) $(SERVER_DIR)
7574
$(CONTAINER_CMD) inspect -f '{{.Id}}' $(NIGHTLY_SERVER_NAME) > $(BUILDFILE_NIGHTLY_SERVER)

0 commit comments

Comments
 (0)