-
Notifications
You must be signed in to change notification settings - Fork 9
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
ign -> gz : Release Tools Migrate Internal Vars #753
Conversation
d19bf64
to
872f881
Compare
Ah, I remember why there are many duplications here. I had a lot of conflicts if I didn't base the branch off the project name migration. I think we should merge the name migration first, then rebase this! Otherwise we'll have a lot of conflicts for the project name migration. |
f45e1fd
to
8999120
Compare
Is there anything missing from the name migration that is blocking this PR? I'm happy to help to unblock this one. Thanks. |
I think there aren't any blockers here, we just weren't sure about merging before feature freeze since it could've broken stuff :o |
8999120
to
d448034
Compare
@@ -4,13 +4,13 @@ set VCS_DIRECTORY=gz-common | |||
set PLATFORM_TO_BUILD=x86_amd64 | |||
set IGN_CLEAN_WORKSPACE=true | |||
|
|||
set DEPEN_PKGS=assimp ffmpeg freeimage gts tinyxml2 |
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.
Was this removal an error or there is a reason to remove it in this PR?
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.
Humm, this might've happened when I rebased, I think it's an error, I'll revert the change
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.
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.
it looks like assimp
is gone again. can you restore it?
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.
good catch! 6138403
d2ffc1e
to
d513c8d
Compare
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
d513c8d
to
7151d84
Compare
* Reverse the logic for package names * Remove redundant code. Always called from colcon which has the same logic
testing windows script changes: |
@@ -4,13 +4,13 @@ set VCS_DIRECTORY=gz-common | |||
set PLATFORM_TO_BUILD=x86_amd64 | |||
set IGN_CLEAN_WORKSPACE=true | |||
|
|||
set DEPEN_PKGS=assimp ffmpeg freeimage gts tinyxml2 |
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.
it looks like assimp
is gone again. can you restore it?
I was going to start a test build of ign-gazebo6 on windows, but that has been broken since gazebosim/gz-sim#1626 |
Part of: #746