Page MenuHomeFreeBSD

Add approximate location
ClosedPublic

Authored by debdrup on Jul 28 2020, 1:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 21, 4:49 AM
Unknown Object (File)
Mon, May 20, 2:28 AM
Unknown Object (File)
Sat, May 18, 8:09 AM
Unknown Object (File)
Fri, May 17, 8:14 AM
Unknown Object (File)
Tue, May 7, 9:31 AM
Unknown Object (File)
Apr 18 2024, 11:36 PM
Unknown Object (File)
Apr 17 2024, 1:57 AM
Unknown Object (File)
Apr 13 2024, 1:35 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!