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

Force the bundle major version to be over 3000 #12819

Merged
merged 5 commits into from Apr 4, 2022

Conversation

Copy link
Member

@DHowett DHowett commented Apr 4, 2022

Before #12691, the msixbundle version was of the format YYYY.MM.DD.0.
After #12691, it became the same as the build of Terminal it contained.

This caused some trouble for some systems: major version 1 is much,
much smaller than 2022.

Adding 3000 to the major version component, only for the bundle, gets
around this. Ugh.

Fixes #12816.

DHowett added 4 commits Apr 4, 2022
Before #12691, the msixbundle version was of the format YYYY.MM.DD.0.
After #12691, it became the same as the build of Terminal it contained.

This caused some trouble for _some_ systems: major version 1 is much,
much smaller than 2022.

Adding 3000 to the major version component, _only for the bundle_, gets
around this. Ugh.

Fixes #12816.
@DHowett DHowett added this to To Cherry Pick in 1.13 Servicing Pipeline via automation Apr 4, 2022
@DHowett DHowett added this to To Cherry Pick in 1.12 Servicing Pipeline via automation Apr 4, 2022
@msftbot msftbot bot added Issue-Bug Product-Terminal labels Apr 4, 2022
$Files | % { Move-Item -Verbose $_.Directory $_.Directory.Parent.Parent -EA:Ignore }
pwsh: true
# - task: TouchdownBuildTask@1
Copy link
Member Author

@DHowett DHowett Apr 4, 2022

Choose a reason for hiding this comment

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

NFCI commit, will be reverted

@DHowett
Copy link
Member Author

@DHowett DHowett commented Apr 4, 2022

image

@DHowett DHowett marked this pull request as ready for review Apr 4, 2022
@DHowett DHowett requested review from zadjii-msft and miniksa and removed request for zadjii-msft Apr 4, 2022
Copy link
Member

@zadjii-msft zadjii-msft left a comment

There is a risk that using this version number will fail because it is
thousands of numbers less than "2022". We'll have to see if the store
rolls it out properly

Narrator: it did not

@DHowett DHowett requested a review from lhecker Apr 4, 2022
Copy link
Member

@miniksa miniksa left a comment

Gross.

@DHowett
Copy link
Member Author

@DHowett DHowett commented Apr 4, 2022

@msftbot merge this in 1 minute

@msftbot msftbot bot added the AutoMerge label Apr 4, 2022
@msftbot
Copy link
Contributor

@msftbot msftbot bot commented Apr 4, 2022

Hello @DHowett!

Because you've given me some instructions on how to help merge this pull request, I'll be modifying my merge approach. Here's how I understand your requirements for merging this pull request:

  • I won't merge this pull request until after the UTC date Mon, 04 Apr 2022 21:46:09 GMT, which is in 1 minute

If this doesn't seem right to you, you can tell me to cancel these instructions and use the auto-merge policy that has been configured for this repository. Try telling me "forget everything I just told you".

@msftbot msftbot bot merged commit bc6bf15 into main Apr 4, 2022
12 checks passed
@msftbot msftbot bot deleted the dev/duhowett/over-three-THOUSAND branch Apr 4, 2022
@DHowett DHowett moved this from To Cherry Pick to Cherry Picked in 1.12 Servicing Pipeline Apr 4, 2022
@DHowett DHowett moved this from To Cherry Pick to Cherry Picked in 1.13 Servicing Pipeline Apr 4, 2022
DHowett added a commit that referenced this issue Apr 4, 2022
Before #12691, the msixbundle version was of the format YYYY.MM.DD.0.
After #12691, it became the same as the build of Terminal it contained.

This caused some trouble for _some_ systems: major version 1 is much,
much smaller than 2022.

Adding 3000 to the major version component, _only for the bundle_, gets
around this. Ugh.

Fixes #12816.

(cherry picked from commit bc6bf15)
Service-Card-Id: 80144497
Service-Version: 1.13
DHowett added a commit that referenced this issue Apr 4, 2022
Before #12691, the msixbundle version was of the format YYYY.MM.DD.0.
After #12691, it became the same as the build of Terminal it contained.

This caused some trouble for _some_ systems: major version 1 is much,
much smaller than 2022.

Adding 3000 to the major version component, _only for the bundle_, gets
around this. Ugh.

Fixes #12816.

(cherry picked from commit bc6bf15)
Service-Card-Id: 80144496
Service-Version: 1.12
@DHowett DHowett moved this from Cherry Picked to Validated in 1.12 Servicing Pipeline Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AutoMerge Issue-Bug Product-Terminal
Development

Successfully merging this pull request may close these issues.

3 participants