From 17bde4dafc1ffd7ddc4b6b794fee8ffe4e790f14 Mon Sep 17 00:00:00 2001 From: SplatboyDev <64037464+splatboydev@users.noreply.github.com> Date: Fri, 27 Jan 2023 03:21:19 -0800 Subject: [PATCH] Change the default repo (#35) --- src/commands/download.ts | 1 + template/configs/common/mozconfig | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/commands/download.ts b/src/commands/download.ts index cc2b319..ffe3681 100644 --- a/src/commands/download.ts +++ b/src/commands/download.ts @@ -28,6 +28,7 @@ export const download = async (options: Options): Promise => { log.success( `You should be ready to make changes to ${config.name}.`, '', + 'Remember to change the repository in configs/common/mozconfig to your own.', `You should import the patches next, run |${bin_name} import|.`, `To begin building ${config.name}, run |${bin_name} build|.` ) diff --git a/template/configs/common/mozconfig b/template/configs/common/mozconfig index 09e3d2c..47ab3f4 100644 --- a/template/configs/common/mozconfig +++ b/template/configs/common/mozconfig @@ -14,7 +14,8 @@ export MOZ_DISTRIBUTION_ID=${appId} # Misc export MOZ_STUB_INSTALLER=1 export MOZ_INCLUDE_SOURCE_INFO=1 -export MOZ_SOURCE_REPO=https://github.com/dothq/browser-desktop +# Change the below repository to your GitHub repository. +export MOZ_SOURCE_REPO=https://github.com/example/example export MOZ_SOURCE_CHANGESET=${changeset} # Bootstrap