forked from open-telemetry/opentelemetry-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0152a1a
commit c42eb32
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -192,7 +192,7 @@ genproto-cleanup: | |
# Generate OTLP Protobuf Go files. This will place generated files in PROTO_TARGET_GEN_DIR. | ||
genproto: genproto-cleanup | ||
mkdir -p ${OPENTELEMETRY_PROTO_SRC_DIR} | ||
curl -sSL https://api.github.com/repos/jackgopack4/opentelemetry-proto/tarball/${OPENTELEMETRY_PROTO_VERSION} | tar xz --strip 1 -C ${OPENTELEMETRY_PROTO_SRC_DIR} | ||
curl -sSL https://api.github.com/repos/open-telemetry/opentelemetry-proto/tarball/${OPENTELEMETRY_PROTO_VERSION} | tar xz --strip 1 -C ${OPENTELEMETRY_PROTO_SRC_DIR} | ||
# Call a sub-make to ensure OPENTELEMETRY_PROTO_FILES is populated | ||
$(MAKE) genproto_sub | ||
$(MAKE) fmt | ||
|
@@ -422,7 +422,7 @@ multimod-prerelease: $(MULTIMOD) | |
$(MAKE) gotidy | ||
|
||
COMMIT?=HEAD | ||
REMOTE?[email protected]:jackgopack4/opentelemetry-collector.git | ||
REMOTE?[email protected]:open-telemetry/opentelemetry-collector.git | ||
.PHONY: push-tags | ||
push-tags: $(MULTIMOD) | ||
$(MULTIMOD) verify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters