osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/28528 )
Change subject: _unmaintained: add dir for old containers ......................................................................
_unmaintained: add dir for old containers
Prepare to clean up the root dir of docker-playground with a new _unmaintained directory, where we can move all containers that either are not used anymore or were never used.
Add _unmaintained/make/Makefile, so one can still run 'make' in the moved directories to build these.
Change-Id: Ic09046379ddff049629bb66850ead7ba479c4450 --- A _unmaintained/make/Makefile 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/28/28528/1
diff --git a/_unmaintained/make/Makefile b/_unmaintained/make/Makefile new file mode 100644 index 0000000..94836ab --- /dev/null +++ b/_unmaintained/make/Makefile @@ -0,0 +1 @@ +include ../../make/Makefile