summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorBytesGalore <3903215+BytesGalore@users.noreply.github.com>2021-10-12 22:50:13 +0200
committerGitHub <noreply@github.com>2021-10-12 22:50:13 +0200
commitf5c8afcf0b63083ddd0afcdb013e13eb5a873780 (patch)
tree742cccb90fc7a5e29476e3db7e6750d0e1116902 /conf
parent13eacaed8dee05f6227778cce09e0172682e7df4 (diff)
feat(APPS/installer): configure remote and pull branch in conf/config.sh (#8364)
Co-authored-by: BytesGalore <3903215+BytesGalore@users.noreply.github.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/dist/config.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/dist/config.sh b/conf/dist/config.sh
index 05cbaaa32e..f78428cbfa 100644
--- a/conf/dist/config.sh
+++ b/conf/dist/config.sh
@@ -29,6 +29,16 @@ BINPATH="$AC_PATH_ROOT/env/dist"
# DATAPATH="$BINPATH/bin"
# DATAPATH_ZIP="$DATAPATH/data.zip"
+# azerothcore's official remote source address to pull from
+# by default git will fetch form the azrothcore remote
+# You can change it to "origin" if you want to fetch/pull from the set remote
+ORIGIN_REMOTE="https://github.com/azerothcore/azerothcore-wotlk.git"
+
+# Branch configuration for the installer to pull from.
+# By default git will select the current working branch
+# You can change it to "master" if you want the latest updates
+INSTALLER_PULL_FROM=$(git rev-parse --abbrev-ref HEAD)
+
##############################################
#
# COMPILER_CONFIGURATIONS