From aaf0aabb55ec1af96e0f8b9955d58744b670ce69 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 23 Feb 2023 16:11:29 -0500 Subject: [PATCH] Remove Aaru as submodule --- .gitmodules | 3 --- Aaru | 1 - CHANGELIST.md | 1 + README.md | 1 - appveyor.yml | 2 -- 5 files changed, 1 insertion(+), 7 deletions(-) delete mode 160000 Aaru diff --git a/.gitmodules b/.gitmodules index f8eb7be9..e69de29b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "Aaru"] - path = Aaru - url = https://github.com/aaru-dps/Aaru.git \ No newline at end of file diff --git a/Aaru b/Aaru deleted file mode 160000 index fa4aa1a6..00000000 --- a/Aaru +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fa4aa1a684fcc72d099e7549dc449da4ed7089b5 diff --git a/CHANGELIST.md b/CHANGELIST.md index 4b89c110..f4e8716f 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -48,6 +48,7 @@ - Update to DIC 20230201 - Use relative path output for DIC - Remove usage of Aaru +- Remove Aaru as submodule ### 2.4 (2022-10-26) diff --git a/README.md b/README.md index 7569f76f..0fef3924 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ A list of all changes in each stable release and current WIP builds can now be f MPF uses some external libraries to assist with additional information gathering after the dumping process. -- **Aaru** - Device and media type retrieval - [GitHub](https://github.com/aaru-dps/Aaru) - **BurnOutSharp** - Protection scanning - [GitHub](https://github.com/mnadareski/BurnOutSharp) - **UnshieldSharp** - Protection scanning - [GitHub](https://github.com/mnadareski/UnshieldSharp) - **WPFCustomMessageBox.thabse** - Custom message boxes in UI - [GitHub](https://github.com/thabse/WPFCustomMessageBox) diff --git a/appveyor.yml b/appveyor.yml index 5d25c196..11896d47 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,8 +15,6 @@ environment: # install dependencies install: - ps: appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -- cd %APPVEYOR_BUILD_FOLDER% -- git submodule update --init --recursive # pre-build script before_build: