Page MenuHomeFreeBSD

Add approximate location
ClosedPublic

Authored by debdrup on Jul 28 2020, 1:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 4, 5:00 AM
Unknown Object (File)
Tue, Jul 22, 2:53 PM
Unknown Object (File)
Tue, Jul 22, 2:53 PM
Unknown Object (File)
Tue, Jul 22, 2:53 PM
Unknown Object (File)
Tue, Jul 22, 2:53 PM
Unknown Object (File)
Jul 7 2025, 4:44 AM
Unknown Object (File)
Jul 4 2025, 8:26 AM
Unknown Object (File)
Jun 18 2025, 12:17 PM
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!