From 47b4a0946ee0ae61a36ca687776084777b72865b Mon Sep 17 00:00:00 2001 From: Mark Sanders Date: Fri, 1 Dec 2023 18:55:04 +0000 Subject: [PATCH] fix(makefile): remove residual comments Signed-off-by: Mark Sanders --- network/opinetcommon/Makefile | 3 --- network/opinetcommon/v1alpha1/__init__.py | 0 network/opinetcommon/v1alpha1/gen/__init__.py | 0 network/opinetcommon/v1alpha1/gen/python/__init__.py | 0 4 files changed, 3 deletions(-) create mode 100644 network/opinetcommon/v1alpha1/__init__.py create mode 100644 network/opinetcommon/v1alpha1/gen/__init__.py create mode 100644 network/opinetcommon/v1alpha1/gen/python/__init__.py diff --git a/network/opinetcommon/Makefile b/network/opinetcommon/Makefile index 2a9ac156..fe81d5a1 100644 --- a/network/opinetcommon/Makefile +++ b/network/opinetcommon/Makefile @@ -5,12 +5,9 @@ all: buflint doc buflint: -# buf lint docker run --rm -v "${PWD}/../../common/v1":/common -v "${PWD}":/out -w /out bufbuild/buf lint bufgen: -# buf generate --template ../../buf.gen.yaml -o v1alpha1 -# buf generate does not work in docker since it relies on locally installed protoc to compile the proto files docker run --rm -v "${PWD}/../../common/v1":/common -v "${PWD}/../..":/base -v "${PWD}":/out -w /out msandersdell/bufbuild-go-gen:1.1.0 generate --template /base/buf.gen.yaml -o v1alpha1 doc: diff --git a/network/opinetcommon/v1alpha1/__init__.py b/network/opinetcommon/v1alpha1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/network/opinetcommon/v1alpha1/gen/__init__.py b/network/opinetcommon/v1alpha1/gen/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/network/opinetcommon/v1alpha1/gen/python/__init__.py b/network/opinetcommon/v1alpha1/gen/python/__init__.py new file mode 100644 index 00000000..e69de29b