-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[azure-iot-sdk-c] LTS_08_2023 #33016
Conversation
ports/azure-iot-sdk-c/vcpkg.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "azure-iot-sdk-c", | |||
"version-date": "2023-08-06", | |||
"version-date": "2023-08-03", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now we are moving backwards.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushed control date forward to 2023-08-06
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushed to 2023-08-07
Hi @dg0yt, anything else needed to merge this PR? |
ports/azure-macro-utils-c/vcpkg.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "azure-macro-utils-c", | |||
"version-date": "2022-01-21", | |||
"version-date": "2023-08-07", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please modify the corresponding portfile.cmake
file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i.e. either don't update the version-date, or actually update the port.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed update to version-date
ports/umock-c/vcpkg.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "umock-c", | |||
"version-date": "2022-01-21", | |||
"version-date": "2023-08-07", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vcpkg/ports/umock-c/portfile.cmake
Line 6 in ad46340
REF 504193e65d1c2f6eb50c15357167600a296df7ff |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we be explicit?
Either don't update the version-date
, or actually update the port.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed update to version-date
Note: I will be converting your PR to draft status. When you respond, please revert to "ready for review". |
ports/umock-c/vcpkg.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "umock-c", | |||
"version-date": "2022-01-21", | |||
"version-date": "2023-08-07", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we be explicit?
Either don't update the version-date
, or actually update the port.
ports/azure-macro-utils-c/vcpkg.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "azure-macro-utils-c", | |||
"version-date": "2022-01-21", | |||
"version-date": "2023-08-07", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i.e. either don't update the version-date, or actually update the port.
{ | ||
"git-tree": "ae2cd1418fa9f6d28a8e515d972c1eb982ed7df8", | ||
"version-date": "2023-08-07", | ||
"port-version": 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"port-version": 1 | |
"port-version": 0 |
Need to delete the port-version
field in the vcpkg.json
, and use the command ./vcpkg x-add-version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @FrankXie05, I removed port-version
[azure-iot-sdk-c] LTS_08_2023