From 52ea037e140d3ac39b1a7e0dd3f9f9be9c5bfd43 Mon Sep 17 00:00:00 2001 From: icenine451 <59938822+icenine451@users.noreply.github.com> Date: Thu, 13 Apr 2023 16:53:27 -0400 Subject: [PATCH 1/4] Removing DOOM module until hash script can be made to work --- net.retrodeck.retrodeck.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index 8f52a672..97d7c3ba 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -79,7 +79,7 @@ modules: buildsystem: simple build-commands: - | - + VERSION="cooker-0.7.0b" git checkout ${GITHUB_REF_NAME} @@ -424,15 +424,15 @@ modules: url: https://buildbot.libretro.com/stable/1.15.0/linux/x86_64/RetroArch_cores.7z sha256: 2230bc38eaf87406efd0c2b7bdd1cf9e813ba113505600f14a7ef9eb06f8c7c0 - - name: doom-shareware - buildsystem: simple - build-commands: - - mkdir -p ${FLATPAK_DEST}/retrodeck/extras - - cp doom1.wad ${FLATPAK_DEST}/retrodeck/extras/ - sources: - - type: archive - url: https://buildbot.libretro.com/assets/cores/DOOM/Doom%20%28Shareware%29.zip - sha256: DOOMSHAPLACEHOLDER + # - name: doom-shareware + # buildsystem: simple + # build-commands: + # - mkdir -p ${FLATPAK_DEST}/retrodeck/extras + # - cp doom1.wad ${FLATPAK_DEST}/retrodeck/extras/ + # sources: + # - type: archive + # url: https://buildbot.libretro.com/assets/cores/DOOM/Doom%20%28Shareware%29.zip + # sha256: DOOMSHAPLACEHOLDER # PPSSPP - START # https://github.com/flathub/org.ppsspp.PPSSPP From a21f05cf622a21f920e7c85a2a4dd5c1a7779b0e Mon Sep 17 00:00:00 2001 From: icenine451 <59938822+icenine451@users.noreply.github.com> Date: Thu, 13 Apr 2023 17:12:34 -0400 Subject: [PATCH 2/4] Testing different format --- automation_tools/{sha_update_list.cfg => sha_update_list.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename automation_tools/{sha_update_list.cfg => sha_update_list.txt} (100%) diff --git a/automation_tools/sha_update_list.cfg b/automation_tools/sha_update_list.txt similarity index 100% rename from automation_tools/sha_update_list.cfg rename to automation_tools/sha_update_list.txt From f722edbeab1d1f4d9c8f19cea0cb3e735735d9fa Mon Sep 17 00:00:00 2001 From: icenine451 <59938822+icenine451@users.noreply.github.com> Date: Thu, 13 Apr 2023 17:14:12 -0400 Subject: [PATCH 3/4] Path fix --- automation_tools/update_sha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation_tools/update_sha.sh b/automation_tools/update_sha.sh index 0166f73e..552dc4cd 100644 --- a/automation_tools/update_sha.sh +++ b/automation_tools/update_sha.sh @@ -4,7 +4,7 @@ # sh automation_tools/update_sha.sh rd_manifest=${GITHUB_WORKSPACE}/net.retrodeck.retrodeck.yml -sha_update_list=${GITHUB_WORKSPACE}/automation_tools/sha_update_list.cfg +sha_update_list=${GITHUB_WORKSPACE}/automation_tools/sha_update_list.txt echo "Manifest location: $rd_manifest" echo "Hash update list location: $sha_update_list" From 282782fed2c0cd213ec1d37d69d22908400d3592 Mon Sep 17 00:00:00 2001 From: icenine451 <59938822+icenine451@users.noreply.github.com> Date: Thu, 13 Apr 2023 18:29:59 -0400 Subject: [PATCH 4/4] Add gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4eb2283c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +text eol=lf \ No newline at end of file