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

push: add option --pull #105

Merged
merged 1 commit into from
Nov 21, 2022
Merged

push: add option --pull #105

merged 1 commit into from
Nov 21, 2022

Conversation

arthurzam
Copy link
Member

Add a new option --pull to pkgdev push to pull all changes before starting the scan & push. This is very useful for most normal usage for developers.

This can be also set in config, but adding the line:

push.pull =

Resolves: #102

@codecov
Copy link

codecov bot commented Nov 19, 2022

Codecov Report

Base: 90.26% // Head: 90.12% // Decreases project coverage by -0.14% ⚠️

Coverage data is based on head (796958e) compared to base (f9c6971).
Patch coverage: 33.33% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #105      +/-   ##
==========================================
- Coverage   90.26%   90.12%   -0.15%     
==========================================
  Files          13       13              
  Lines        1202     1205       +3     
  Branches      280      281       +1     
==========================================
+ Hits         1085     1086       +1     
- Misses         92       93       +1     
- Partials       25       26       +1     
Impacted Files Coverage Δ
src/pkgdev/scripts/pkgdev_push.py 95.34% <33.33%> (-4.66%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ajakk
Copy link

ajakk commented Nov 20, 2022

lgtm, thank you!

Add a new option `--pull` to `pkgdev push` to pull all changes before
starting the scan & push. This is very useful for most normal usage for
developers.

This can be also set in config, but adding the line:

    push.pull =

Resolves: pkgcore#102
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
@gentoo-bot gentoo-bot merged commit 796958e into pkgcore:main Nov 21, 2022
@gentoo-bot gentoo-bot temporarily deployed to github-pages November 21, 2022 17:52 Inactive
@arthurzam arthurzam deleted the push-pull branch March 7, 2023 18:01
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.

Add option to git pull --rebase before scan/push of pkgdev push
4 participants