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

fix(scripts): fix update-copyright in venv and remove unused repos #12022

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

fffonion
Copy link
Contributor

@fffonion fffonion commented Nov 15, 2023

Summary

Checklist

  • The Pull Request has tests
  • A changelog file has been created under changelog/unreleased/kong or skip-changelog label added on PR if changelog is unnecessary. README.md
  • There is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HERE

Full changelog

  • Removes luaossl
  • Adds EXPAT_DIR env var
  • Adds update-copyright in makefile

Issue reference

Fix #[issue number]

Replaces #11947

Sister PR https://github.com/Kong/kong-ee/pull/7279

@fffonion fffonion force-pushed the fix-copyright-update branch from feac6cc to 2b238b6 Compare November 21, 2023 05:22
@locao locao merged commit 2514949 into master Nov 29, 2023
22 checks passed
@locao locao deleted the fix-copyright-update branch November 29, 2023 21:36
@@ -420,6 +422,7 @@ table.sort(rocks, function(a, b) return a.package:lower() < b.package:lower() en

print("Searching and downloading license texts from rock repos")
for _, rock in ipairs(rocks) do
break
Copy link
Collaborator

Choose a reason for hiding this comment

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

The break will skip the rest of code, shall we remove the for loop from the source code?

Copy link
Collaborator

Choose a reason for hiding this comment

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

nvm. It's already fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants