Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

OPL: Add initial Travis Integration #2

Merged
merged 4 commits into from Oct 19, 2016
Merged

OPL: Add initial Travis Integration #2

merged 4 commits into from Oct 19, 2016

Conversation

Caio99BR
Copy link
Contributor

In addition:

  • Updated make_changelog.sh to git format:

from:
rev939 - I also like to commit in two-phases...:p - Mon Oct 10 01:20:59 2016 -0300

to:
commit937 - doctorxyz - I also like to commit in two-phases...:p - Mon Oct 10 01:20:59 2016 -0300


  • Add a lng_pack.sh to pack all langs in Jay-Jay format

@Caio99BR
Copy link
Contributor Author

Caio99BR commented Oct 19, 2016

@Caio99BR
Copy link
Contributor Author

Can one of admins check it?

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
@dfmuniz74 dfmuniz74 merged commit 9b07c0a into ps2homebrew:master Oct 19, 2016
@Caio99BR Caio99BR deleted the master-opl/travisci branch October 19, 2016 13:02
dfmuniz74 pushed a commit that referenced this pull request Oct 24, 2016
* 1st Attempt - Per Game CHEAT

Name says it all. Haven't compiled nor tested this myself, but
considering I well into my 6 pack of Coronas, shit's probably a tad
broken! Got laundry to do now. Alas, the laundry room is a good stagger
or three around the corner ... =}

* Whoops!

*belch*

* Attempt #2 Per Game CHEAT

Fixing a few things ...

* Attempt #3 - More syntax fixes ...

I'll sober up here in a moment ...

* Hooboy!

Getting there. Learning Git, too! Aaaand missing Mercurial!

* Ugh ...

Bastard ...

* Damn

Last try before bed ...

* Piss on this shit ...

I can't figure out the problem with "supportbase.c" telling me my
defines aren't defined and there's unterminated #ifdefs.
Bullfuckingshit.

* OPL: Fix errors introduced by Per-Game Cheat

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
dfmuniz74 pushed a commit that referenced this pull request Jan 23, 2017
… gh-page (#2)

* TravisCI: It's Okay if we upload latest build to my gh-page?

* add upload commands to gh-page, so I can control access

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>

* TravisCI: Enable ccache to speed up build of ps2sdk

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
rickgaiser pushed a commit to rickgaiser/Open-PS2-Loader that referenced this pull request Aug 8, 2017
src/dialogs: Fix chars overpassing of screen
rickgaiser pushed a commit to rickgaiser/Open-PS2-Loader that referenced this pull request Aug 8, 2017
****************************
(1) by Dr-Q:  lng_pack.sh: Make it more simple and less hack-ish

TravisCI: Fix some things

* revert test changes, they not work
* fix make_changelog.sh
* reorganize cloning
* rename variables
* fix -dirty flag and add hack for it

TravisCI: Fix libtool: link: only absolute run-paths are allowed

TravisCI: Temporary upload to transfer.sh

* We can store it for 14 days
* But someone need to pickup it and post

TravisCI: Fix style and after_success

TravisCI: Use Ubuntu 14.04 (Trusty Tahr)

TravisCI: Suppress output with travis_wait

TravisCI: Redirect otput to /dev/null

* i dont wanted to make it, but the log is spamming all!
* its a workaround by now, anyway im not sure if it will work

TravisCI: Remove all travis_wait and go back to ps2dev

****************************
(2) by Caio99BR:  TravisCI/DETAILED_CHANGELOG/Scripts: Fix all old issues

lng_pack: Add falling back to old method

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>

lng_pack/.gitignore: Fix chmod and ignore all .ZIP

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>

make_changelog: Fix issues when calling via sh

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>

TravisCI/DETAILED_CHANGELOG: Fix issue with latest changes

TravisCI: Optimize @Dr-Q changes

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>

TravisCI: Remove not working uploading of log

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>

TravisCI: Update to latest changes in Makefile

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>

TravisCI: Convert '/' to '-'

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>

TravisCI: Use only the name

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>

TravisCI: Add tag to TravisCI build, and remove Deploy section

* Why I removed Deploy Section?
  This is simple, Official builds have custom changes and we are using transfer.sh to upload TravisCI builds
  But Official builds, need more than custom changes I think. Also @ElPatas, make upload of Beta Releases in a new tag,
  see 3937113
* Fix export of variables in TravisCI

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>

TravisCI: We need to debug PS2Toolchain issues

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>

TravisCI: Fix problems with upload zip's

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>

.gitignore: Optimize it

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>

****************************
(3) by Caio99BR: TravisCI: Decrease time of builds with ccache and upload builds to my gh-page (ps2homebrew#2)

* TravisCI: It's Okay if we upload latest build to my gh-page?

* add upload commands to gh-page, so I can control access

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>

* TravisCI: Enable ccache to speed up build of ps2sdk

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
ElPatas1 pushed a commit that referenced this pull request Aug 28, 2019
* add support for reading language files from all devices

* lng: fix building lng list across multiple devices at the same time

* lng: load language font files from same location as currently loaded .lng file
ElPatas1 pushed a commit that referenced this pull request Oct 18, 2019
Update opl from main repo
AKuHAK added a commit that referenced this pull request May 26, 2020
uyjulian pushed a commit to uyjulian/Open-PS2-Loader that referenced this pull request Jun 11, 2021
AKuHAK pushed a commit that referenced this pull request Sep 30, 2021
* 1st Attempt - Per Game CHEAT

Name says it all. Haven't compiled nor tested this myself, but
considering I well into my 6 pack of Coronas, shit's probably a tad
broken! Got laundry to do now. Alas, the laundry room is a good stagger
or three around the corner ... =}

* Whoops!

*belch*

* Attempt #2 Per Game CHEAT

Fixing a few things ...

* Attempt #3 - More syntax fixes ...

I'll sober up here in a moment ...

* Hooboy!

Getting there. Learning Git, too! Aaaand missing Mercurial!

* Ugh ...

Bastard ...

* Damn

Last try before bed ...

* Piss on this shit ...

I can't figure out the problem with "supportbase.c" telling me my
defines aren't defined and there's unterminated #ifdefs.
Bullfuckingshit.

* OPL: Fix errors introduced by Per-Game Cheat

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
AKuHAK pushed a commit that referenced this pull request Sep 30, 2021
… gh-page (#2)

* TravisCI: It's Okay if we upload latest build to my gh-page?

* add upload commands to gh-page, so I can control access

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>

* TravisCI: Enable ccache to speed up build of ps2sdk

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
AKuHAK pushed a commit that referenced this pull request Sep 30, 2021
* add support for reading language files from all devices

* lng: fix building lng list across multiple devices at the same time

* lng: load language font files from same location as currently loaded .lng file
AKuHAK pushed a commit that referenced this pull request Sep 30, 2021
Update opl from main repo
uyjulian pushed a commit to uyjulian/Open-PS2-Loader that referenced this pull request May 26, 2022
Rikimaruaxu added a commit to Rikimaruaxu/OPL-HDD-Identification-test that referenced this pull request Aug 18, 2022
tihmstar pushed a commit to tihmstar/Open-PS2-Loader that referenced this pull request Aug 10, 2024
* Update UDPBD read/write function signatures

64-bit LBA support in SDK changed the block device interface.

* Load UDPBD module once

* Fix UDPBD not getting DEBUG ifdef

* Disconnect UDPBD if writing to >u32 sector
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants