From 51da3c172d82234d572aee6e14b18c2e957f3a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Marchal?= Date: Sat, 6 Apr 2024 18:38:57 +0200 Subject: [PATCH] Add subtrees and scripts to build and update subtrees --- custom/build-run.sh | 4 ++-- custom/update-repos.sh | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 custom/update-repos.sh diff --git a/custom/build-run.sh b/custom/build-run.sh index dbe3040..083eaf2 100644 --- a/custom/build-run.sh +++ b/custom/build-run.sh @@ -1,2 +1,2 @@ -docker build -t quartz-jpg .. -docker-compose up -d --force-recreate \ No newline at end of file +docker build -t quartz-jpg . +cd custom && docker-compose up -d --force-recreate \ No newline at end of file diff --git a/custom/update-repos.sh b/custom/update-repos.sh new file mode 100644 index 0000000..975fd7c --- /dev/null +++ b/custom/update-repos.sh @@ -0,0 +1,5 @@ +git fetch convert-furigana main +git subtree pull --prefix custom/convert-furigana convert-furigana main --squash + +git fetch convert-usage main +git subtree pull --prefix custom/convert-usage convert-usage main --squash \ No newline at end of file