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

fix(linux): pushing of updated changelog branch 🍒 🏠 #12819

Merged
merged 3 commits into from
Dec 11, 2024

Conversation

ermshiperete
Copy link
Contributor

This fixes the upload-to-debian.sh script if the chore/linux/changelog branch was created a while back while the base branch moved in the meantime. In this case we have to use --force instead of --force-with-lease otherwise git gets confused. This is save to do since the intention is that we replace the previous commit and we know that there is (should be) only one commit on the chore/linux/changelog branch.

Cherry-pick: #12818

@keymanapp-test-bot skip

This fixes the `upload-to-debian.sh` script if the `chore/linux/changelog`
branch was created a while back while the base branch moved in the
meantime. In this case we have to use `--force` instead of
`--force-with-lease` otherwise `git` gets confused. This is save to do
since the intention is that we replace the previous commit and we know
that there is (should be) only one commit on the `chore/linux/changelog`
branch.

(cherry picked from commit bbf8acb)
@keymanapp-test-bot
Copy link

keymanapp-test-bot bot commented Dec 10, 2024

@keymanapp-test-bot keymanapp-test-bot bot changed the title fix(linux): pushing of updated changelog branch 🍒 fix(linux): pushing of updated changelog branch 🍒 🏠 Dec 10, 2024
@keymanapp-test-bot keymanapp-test-bot bot added this to the A18S17 milestone Dec 10, 2024
@github-actions github-actions bot added linux/ cherry-pick Change already merged into another (stable) branch fix labels Dec 10, 2024
Copy link
Contributor

@darcywong00 darcywong00 left a comment

Choose a reason for hiding this comment

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

lgtm

According to a comment on the latest upload to mentors.debian.org we
don't have to add the line "Re-release to Debian", so this change
removes this.
This copies the `upload-to-debian.sh` script from `master` to the
`stable-17.0` branch.
@ermshiperete ermshiperete merged commit 1df5e54 into stable-17.0 Dec 11, 2024
8 checks passed
@ermshiperete ermshiperete deleted the fix/linux/cherry-pick/uploadDebian branch December 11, 2024 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick Change already merged into another (stable) branch fix linux/ stable
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants