Page MenuHomeFreeBSD

Add approximate location
ClosedPublic

Authored by debdrup on Jul 28 2020, 1:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 14, 2:57 AM
Unknown Object (File)
Tue, Sep 16, 10:37 PM
Unknown Object (File)
Aug 31 2025, 12:01 AM
Unknown Object (File)
Aug 30 2025, 6:34 AM
Unknown Object (File)
Aug 19 2025, 6:46 PM
Unknown Object (File)
Aug 17 2025, 5:31 PM
Unknown Object (File)
Aug 15 2025, 9:27 AM
Unknown Object (File)
Aug 4 2025, 5:00 AM
Subscribers

Details

Summary

As part of the onboarding process, add an approximate location as an
xearth marker

Test Plan

Igor'ing

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jul 28 2020, 2:20 PM

Approved By: allanjude (mentor)

I wasn't sure what's the sorting order here but now I get it. LGTM

In D25857#573058, @0mp wrote:

I wasn't sure what's the sorting order here but now I get it. LGTM

At the top of the file:

# Style (sorted from east to west): sort -n -r -k2

In D25857#574442, @mat wrote:
In D25857#573058, @0mp wrote:

I wasn't sure what's the sorting order here but now I get it. LGTM

At the top of the file:

# Style (sorted from east to west): sort -n -r -k2

Yes, I found it there, thanks mat!