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

maint: Make git scripts fetch origin once #743

Merged

Conversation

Labels
None yet
Projects
None yet
3 participants
@dgoulet-tor
Copy link
Contributor

@dgoulet-tor dgoulet-tor commented Feb 28, 2019

Replace the "git pull" by one single "git fetch origin" and then "git merge"
into each defined branches.

This speeds up the process considerably.

Closes #29616

Signed-off-by: David Goulet dgoulet@torproject.org

Replace the "git pull" by one single "git fetch origin" and then "git merge"
into each defined branches.

This speeds up the process considerably.

Closes #29616

Signed-off-by: David Goulet <dgoulet@torproject.org>
@dgoulet-tor dgoulet-tor force-pushed the ticket29616_041_01 branch from e705276 to 436e0c8 Mar 1, 2019
@coveralls
Copy link

@coveralls coveralls commented Mar 2, 2019

Pull Request Test Coverage Report for Build 4054

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.01%) to 61.72%

Files with Coverage Reduction New Missed Lines %
src/core/or/relay.c 1 49.45%
Totals Coverage Status
Change from base Build 4053: 0.01%
Covered Lines: 45338
Relevant Lines: 73457

💛 - Coveralls

@torproject-pusher torproject-pusher merged commit 436e0c8 into torproject:master Mar 8, 2019
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment