Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop building gangplank (but keep the code), drop gangplank/vendor #3001

Merged
merged 1 commit into from
Jul 21, 2022

Conversation

cgwalters
Copy link
Member

Following the plan in #2860 (comment)

This will help us move the Go code to the toplevel; we're going from
three vendor/ directories to two. Then when we merge the mantle/
bits in we'll go down to the sanity of one vendor/ tree.

To emphasize: There's a lot of good ideas in gangplank, we're going
to be pulling some of this code for sure, so keep the code around
to make that explicitly easier.

@dustymabe
Copy link
Member

I think this comment isn't needed any longer:

diff --git a/tools/Makefile b/tools/Makefile
index a230b06f9..2aee29562 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -12,7 +12,6 @@ build:
 		go install github.com/idubinskiy/schematyper@latest
 	test -e bin/gomarkdoc || \
 		go install github.com/princjef/gomarkdoc/cmd/gomarkdoc@latest
-	# Freeze on 2022-05-26 release of minio for now.
 	rm -rf pkg
 
 clean:

dustymabe
dustymabe previously approved these changes Jul 21, 2022
Copy link
Member

@dustymabe dustymabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after the extraneous comment is removed.

@dustymabe
Copy link
Member

I'm noting here that all CI has passed (prior to comment removal). Should be safe to skip CI after comment removal.

Following the plan in coreos#2860 (comment)

This will help us move the Go code to the toplevel; we're going from
*three* vendor/ directories to two.  Then when we merge the mantle/
bits in we'll go down to the sanity of one vendor/ tree.

To emphasize: There's a lot of good ideas in gangplank, we're going
to be pulling *some* of this code for sure, so keep the code around
to make that explicitly easier.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants