-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[sdformat10] no absolute paths #22340
[sdformat10] no absolute paths #22340
Conversation
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.
LGTM, thanks for the PR!
7478a9a
to
d79586e
Compare
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 for your updates!
d79586e
to
81266e5
Compare
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.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 1028f966a3dd736017c1e032972a2dcbfc678f00 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/s-/sdformat10.json b/versions/s-/sdformat10.json
index 94b7af0..cadd694 100644
--- a/versions/s-/sdformat10.json
+++ b/versions/s-/sdformat10.json
@@ -5,11 +5,6 @@
"version": "10.0.7",
"port-version": 0
},
- {
- "git-tree": "a86a4df9ebd26cfc32e4cc0363ecbeb0ca1181dc",
- "version": "10.0.0",
- "port-version": 2
- },
{
"git-tree": "13fbbc3bb6bf9c38cb97d4e14af7c3a46ecba6e6",
"version-string": "10.0.0",
81266e5
to
35df20e
Compare
35df20e
to
d68a69d
Compare
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.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 1028f966a3dd736017c1e032972a2dcbfc678f00 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/s-/sdformat10.json b/versions/s-/sdformat10.json
index ad19dae..00cd924 100644
--- a/versions/s-/sdformat10.json
+++ b/versions/s-/sdformat10.json
@@ -1,10 +1,5 @@
{
"versions": [
- {
- "git-tree": "345a6d5913a7fd66bee569856ee581f0d6a85e5e",
- "version": "10.0.7",
- "port-version": 0
- },
{
"git-tree": "abf1fc376b102a9ef833522a615261e5d3e155b8",
"version": "10.0.0",
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 for your updates!
Thanks! |
For #20469