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

freebsd backend: Start from meta.conf when gathering repository metad… #128

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

arrowd
Copy link
Contributor

@arrowd arrowd commented Jan 5, 2024

…ata.

@ximion
Copy link
Owner

ximion commented Jan 30, 2024

Oh, sorry, I didn't see this!
Build failure looks unrelated - I can't test the FreeBSD change, but it looks sensible :-)

foreach(line; std.file.slurp!(string)(metaFname, "%s")) {
if (line.startsWith("manifests_archive")) {
// manifests_archive = "packagesite";
auto splitResult = line.split("\"");
Copy link
Owner

Choose a reason for hiding this comment

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

nit: This could be

Suggested change
auto splitResult = line.split("\"");
immutable splitResult = line.split("\"");

@ximion ximion merged commit b8d5e9f into ximion:master Jan 30, 2024
5 of 6 checks passed
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.

2 participants