aboutsummaryrefslogtreecommitdiffstats
path: root/patchwork
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-06-03 16:11:26 +0000
committerHarald Welte <laforge@gnumonks.org>2018-06-03 16:11:26 +0000
commit911fbafbf753100f670bd5b02a0990eeb2054338 (patch)
treeb6dd8f1a6f5b8457935f942817f3d934a74ab016 /patchwork
parent28a4e8e58934fbcf10985f6f7f2f88ecff41354d (diff)
Makefile support for our production infrastructure containers
Diffstat (limited to 'patchwork')
-rw-r--r--patchwork/.release1
-rw-r--r--patchwork/Makefile3
2 files changed, 4 insertions, 0 deletions
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