Skip to content

Commit

Permalink
Catching up Makefile changes from master.
Browse files Browse the repository at this point in the history
  • Loading branch information
salverius-tech committed Dec 31, 2023
2 parents 9c93588 + c5cbea8 commit 0647ce0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -347,5 +347,14 @@ create-external:
generate-matrix-config:
docker run -it --rm -v ./etc/synapse:/data -e SYNAPSE_SERVER_NAME=${SYNAPSE_SERVER_NAME} -e SYNAPSE_REPORT_STATS=${SYNAPSE_REPORT_STATS} matrixdotorg/synapse:latest generate

#########################################################
#
# arrs api-key retrieval
#
#########################################################

retrieve-apikey:
@grep -oP '(?<=ApiKey>).*?(?=</ApiKey>)' ./etc/$${SERVICE_PASSED_DNCASED}/config.xml

# include additional make commands
include make.d/*.mk
include make.d/*.mk

0 comments on commit 0647ce0

Please sign in to comment.