Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove outdated RELEASES_REPOSITORY #1119

Merged
merged 4 commits into from
Jul 1, 2022

Conversation

daniellacosse
Copy link
Contributor

No description provided.

@daniellacosse daniellacosse requested a review from a team as a code owner July 1, 2022 21:31
buildFlags = [
...buildFlags,
'--config.generateUpdatesFilesForAllChannels=true',
'--config.publish.provider=generic',
`--config.publish.url=${process.env.RELEASES_REPOSITORY}`,
'--config.publish.url=https://raw.githubusercontent.com/Jigsaw-Code/outline-releases/master/manager/',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jyyi1 with Git LFS this changes - what is the new URL?

buildFlags = [
...buildFlags,
'--config.generateUpdatesFilesForAllChannels=true',
'--config.publish.provider=generic',
`--config.publish.url=${process.env.RELEASES_REPOSITORY}`,
'--config.publish.provider=github',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this changing?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this has to be reverted to generic, since we are not using github releases: https://www.electron.build/configuration/publish.html

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems this was a copy paste error from the S3 code in the client - https://www.electron.build/configuration/publish.html provider should be github?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah seems i didn't read enough. reverting.

@daniellacosse daniellacosse requested a review from a team as a code owner July 1, 2022 21:34
buildFlags = [
...buildFlags,
'--config.generateUpdatesFilesForAllChannels=true',
'--config.publish.provider=generic',
`--config.publish.url=${process.env.RELEASES_REPOSITORY}`,
'--config.publish.provider=github',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@daniellacosse daniellacosse merged commit 97cabe6 into master Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants