Skip to content

Commit 17bde4d

Browse files
authored
Change the default repo (#35)
1 parent 8cad805 commit 17bde4d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/commands/download.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export const download = async (options: Options): Promise<void> => {
2828
log.success(
2929
`You should be ready to make changes to ${config.name}.`,
3030
'',
31+
'Remember to change the repository in configs/common/mozconfig to your own.',
3132
`You should import the patches next, run |${bin_name} import|.`,
3233
`To begin building ${config.name}, run |${bin_name} build|.`
3334
)

template/configs/common/mozconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ export MOZ_DISTRIBUTION_ID=${appId}
1414
# Misc
1515
export MOZ_STUB_INSTALLER=1
1616
export MOZ_INCLUDE_SOURCE_INFO=1
17-
export MOZ_SOURCE_REPO=https://github.com/dothq/browser-desktop
17+
# Change the below repository to your GitHub repository.
18+
export MOZ_SOURCE_REPO=https://github.com/example/example
1819
export MOZ_SOURCE_CHANGESET=${changeset}
1920

2021
# Bootstrap

0 commit comments

Comments
 (0)