Page MenuHomeFreeBSD

Add approximate location
ClosedPublic

Authored by debdrup on Jul 28 2020, 1:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 24, 5:27 PM
Unknown Object (File)
Sun, Feb 22, 10:06 PM
Unknown Object (File)
Thu, Feb 19, 5:03 AM
Unknown Object (File)
Thu, Feb 19, 12:18 AM
Unknown Object (File)
Wed, Feb 18, 10:24 PM
Unknown Object (File)
Tue, Feb 17, 6:08 PM
Unknown Object (File)
Tue, Feb 10, 11:08 PM
Unknown Object (File)
Jan 16 2026, 3:18 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!