From 566c71d89186534caefdcc07306ff01fab16117a Mon Sep 17 00:00:00 2001 From: rocketdebris Date: Wed, 26 Nov 2025 08:28:36 -0500 Subject: [PATCH] Changed target repo from Shiloh to Frappe for ERPNext. --- apps_new.json | 6 +++--- build_new.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps_new.json b/apps_new.json index d2109a6d..c7eb0289 100644 --- a/apps_new.json +++ b/apps_new.json @@ -1,11 +1,11 @@ [ { - "url": "https://githaven.org/Shiloh/brotherton-erpnext.git", - "branch": "production" + "url": "https://github.com/frappe/erpnext", + "branch": "version-15" }, { "url": "https://github.com/frappe/hrms", - "branch": "v15.15.0" + "branch": "version-15" }, { "url": "https://githaven.org/CaWittMN08/custom_ui.git", diff --git a/build_new.sh b/build_new.sh index 4e1859d2..8a6d1350 100755 --- a/build_new.sh +++ b/build_new.sh @@ -1,4 +1,4 @@ -export TAG=1.1.9 +export TAG=1.1.10 docker build --no-cache \ --build-arg=FRAPPE_PATH=https://github.com/frappe/frappe \ --build-arg=FRAPPE_BRANCH=version-15 \