From ab0a231697ee4a72d57123ee73e22407a28169d4 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 30 Dec 2023 14:36:37 +0100 Subject: plan refractor --- build.sh | 1 + todo.org | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 todo.org diff --git a/build.sh b/build.sh index 600f158..b5e039d 100755 --- a/build.sh +++ b/build.sh @@ -21,6 +21,7 @@ for d in $sdk_files; do # If patch.sh exists, run it if [ -f patch.sh ]; then + echo "Patching $d" ./patch.sh fi diff --git a/todo.org b/todo.org new file mode 100644 index 0000000..9875063 --- /dev/null +++ b/todo.org @@ -0,0 +1,13 @@ +* Rewrite +** Refractor + - [ ] Refractor all logic into one package + - [ ] save releases numbers in a variable + - [ ] Pull latest release with git tag + - [ ] Write sed files for patches for different versions + - [ ] cache old builds + - [ ] only build when a new version of a mayor release is released + +** Infra +*** TODO Document Build file +**** TODO Run without runner +**** TODO Run from forgejo actions -- cgit v1.2.3