From 911fbafbf753100f670bd5b02a0990eeb2054338 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 3 Jun 2018 16:11:26 +0000 Subject: Makefile support for our production infrastructure containers Change-Id: I901e340d2c5c1e002ecc7efa4570d58ccb7b9229 --- patchwork/.release | 1 + patchwork/Makefile | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 patchwork/.release create mode 100644 patchwork/Makefile (limited to 'patchwork') diff --git a/patchwork/.release b/patchwork/.release new file mode 100644 index 0000000..24401d3 --- /dev/null +++ b/patchwork/.release @@ -0,0 +1 @@ +release=0.0.0 diff --git a/patchwork/Makefile b/patchwork/Makefile new file mode 100644 index 0000000..4ade718 --- /dev/null +++ b/patchwork/Makefile @@ -0,0 +1,3 @@ +IMAGE=registry.sysmocom.de/patchwork + +include ../make/Makefile -- cgit v1.2.3