From c62e2042b7569aa01af5cb615015e45495713747 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 8 Jan 2018 17:43:05 +0100 Subject: [PATCH] add README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..44e06f7 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ + +This is a Docker image for running GitLab CI builds for packages based +on git-buildpackage. A lot of the assumptions of how GitLab CI works +conflict with git-buildpackage, so this image should help things. + +It should also provide a local cache of the base packages needed to +run git-buildpackage builds.