ps2dev / ps2toolchain

This program will automatically build and install a compiler and other tools used in the creation of homebrew software for the Sony PlayStation® 2 videogame system.
BSD 2-Clause "Simplified" License
239 stars 73 forks source link

Update scripts to point to the v1.0 tag for ps2sdk and ps2client #60

Closed fjtrujy closed 4 years ago

fjtrujy commented 4 years ago

Description

This PR is about the tagging of the current content of the toolchain before merge the changes for newlib. All the ps2dev repositories have now tag to v1.0 which represents the status of the scene before merge the newlib changes.

Basically, this PR is to point to v1.0 for the ps2sdk, and ps2client dependencies.

Thanks.

rickgaiser commented 4 years ago

There's too may lines changes in these files that don't need to be changed. This makes diff's and rebases to difficult to read/do in the future.

replacing only origin/master with v1.0 would be sufficient. Can you change this?

fjtrujy commented 4 years ago

Have in mind that the scripts are prepared for a clean installation or for a re-installation/update. So it means that at least we need to change 2 lines, and ending having duplicated content.

Now to see where the repo points is clearer.

fjtrujy commented 4 years ago

Finally, I think that in order to prepare for future changes to v1.1/v1.2 now we just need to change a single line as well