Skip to content

show updated routes in user logs - #367

Merged
jteresco merged 3 commits into
TravelMapping:masterfrom
yakra:userlog
Dec 3, 2020
Merged

show updated routes in user logs#367
jteresco merged 3 commits into
TravelMapping:masterfrom
yakra:userlog

Conversation

@yakra

@yakrayakra commented Dec 2, 2020

Copy link
Copy Markdown
Contributor

closes#189

  • short notices e.g. Route updated 2020-12-01: CZE D6 at beginning of userlog, in line with errors msgs, limited to routes newly updated since the last .list update
  • long list at end of userlog, listing dates & full update text for all .listed routes, sorted by date.

@jteresco, I also have a siteupdate_centos.sh for use in python-teresco/.
It's just what one would expect, the FreeBSD->CentOS changes without the Python->C++ changes.
Any objections if I commit & push, making it officially part of the repo?

@michihdeu

Copy link
Copy Markdown
Contributor

@yakra

@jteresco

Copy link
Copy Markdown
Contributor

@jteresco, I also have a siteupdate_centos.sh for use in python-teresco/.
It's just what one would expect, the FreeBSD->CentOS changes without the Python->C++ changes.
Any objections if I commit & push, making it officially part of the repo?

No objections. Maybe we can later put in some logic so one script works in both situations.

@jteresco
jteresco merged commit 3ac929e into TravelMapping:masterDec 3, 2020
@yakra

yakra commented Dec 3, 2020

Copy link
Copy Markdown
ContributorAuthor

Already putting this to use. I never unclinched the Tappan Zee Bridge.

@yakra

yakra commented Dec 3, 2020

Copy link
Copy Markdown
ContributorAuthor

Let's not make a notice on the forum yet. There's a minor bug in localupdate.sh that causes the short list to show only "today's" updates.

foruin*;doecho$u`git log -n 1 --pretty=%ci`;done>$execdir/listupdates.txt

->

foruin*;doecho$u`git log -n 1 --pretty=%ci $u`;done>$execdir/listupdates.txt 

@yakrayakra mentioned this pull request Dec 4, 2020
Sign up for freeto 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.

Produce a "things to check out" in user logs?

3 participants

@yakra@michihdeu@jteresco