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

Pull user data from dmr-marc static url #865

Merged
4 commits merged into from
Apr 17, 2018
Merged

Conversation

KD4Z
Copy link
Collaborator

@KD4Z KD4Z commented Apr 16, 2018

dmr-marc now only allowing static url containing CSV.

KD4Z added 3 commits April 16, 2018 14:16
Real time datadump no longer available do to server load
Using wget to allow ignoring the current condition that dmr-marc.net
does not have a valid ssl certificate.  JSON is out, long live CSV!
db/Makefile Outdated
@@ -32,7 +32,7 @@ dmrmarc2.tmp: dmrmarc.tmp
awk -F, -f insert_nick.awk <$< >$@

dmrmarc.tmp:
python2 get_dmrmarc_json.py >$@
timeout 120 wget --no-check-certificate --wait=3 'https://dmr-marc.net/static/users.csv' -O $@
Copy link
Contributor

Choose a reason for hiding this comment

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

tab vs spaces.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Make up your mind. Wolf bitches if you use tabs so I set my editor to expand to spaces, so now you want tabs. I give up.

Copy link
Contributor

@stefansaraev stefansaraev Apr 16, 2018

Choose a reason for hiding this comment

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

if you dont use tabs, make updatedb would fail. miserably..

@ghost ghost merged commit ec7550d into travisgoodspeed:master Apr 17, 2018
@ghost
Copy link

ghost commented Apr 17, 2018

KD4Z: Makefiles are special, the spec only allows for tabs.
This isn't a thing Wolf would opine over :)

Thanks for the patch, it's much appreciated!

This pull request was closed.
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