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

Updated build instructions #1108

Merged
merged 2 commits into from
Nov 7, 2022

Conversation

matsduf
Copy link
Contributor

@matsduf matsduf commented Oct 14, 2022

Purpose

This applies for the build instructions for Zonemaster-LDNS. That repository has a submodule to LDNS. If the submodule is checked out and the version is changed in the branch checked out, then then submodule must be updated. If changing between branches with different version of the submodule, then the submodule must also be updated.

The changes in this PR assumes that zonemaster/zonemaster-ldns#158 is merged.

How to test this PR

Review and test using the documents.

@ghost
Copy link

ghost commented Oct 20, 2022

I suggest a different approach based on make to automatically reconfigure the submodule, see zonemaster/zonemaster-ldns#158.

@matsduf
Copy link
Contributor Author

matsduf commented Oct 24, 2022

I suggest a different approach based on make to automatically reconfigure the submodule, see zonemaster/zonemaster-ldns#158.

zonemaster/zonemaster-ldns#158 will not replace this PR, but if that is merged then it will be enough to run git submodule update instead of git submodule deinit -f . ; git submodule update --init --recursive

@matsduf
Copy link
Contributor Author

matsduf commented Oct 24, 2022

@pnax, please review.

ghost
ghost previously approved these changes Nov 3, 2022
@@ -36,14 +36,15 @@ the `develop` branch and that your clone is up-to-date.
git fetch --all
git branch

For Zonemaster-LDNS only - reset submodule (LDNS):
Copy link

Choose a reason for hiding this comment

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

For information, it's more an update of the submodule than a reset (the submodule is checked out to the right commit).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Corrected. Please re-review.

@matsduf matsduf requested a review from a user November 4, 2022 15:52
@matsduf matsduf merged commit 066f9e0 into zonemaster:develop Nov 7, 2022
@matsduf matsduf deleted the update-build-instructions branch November 7, 2022 17:51
@hannaeko hannaeko added the S-ReleaseTested Status: The PR has been successfully tested in release testing label Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Documentation Area: Documentation only. S-ReleaseTested Status: The PR has been successfully tested in release testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants