Merge branch 'asonix/changes' into v4.2.11-branch

This commit is contained in:
asonix 2024-08-16 10:51:30 -05:00
commit 21b52ebe37
72 changed files with 30176 additions and 20 deletions

View file

@ -25,7 +25,7 @@ module Mastodon
end
def build_metadata
ENV.fetch('MASTODON_VERSION_METADATA', nil)
ENV.fetch('MASTODON_VERSION_METADATA', 'asonix-changes')
end
def to_a
@ -44,11 +44,11 @@ module Mastodon
end
def repository
ENV.fetch('GITHUB_REPOSITORY', 'mastodon/mastodon')
ENV.fetch('GITHUB_REPOSITORY', 'asonix/mastodon')
end
def source_base_url
ENV.fetch('SOURCE_BASE_URL', "https://github.com/#{repository}")
ENV.fetch('SOURCE_BASE_URL', "https://git.asonix.dog/#{repository}")
end
# specify git tag or commit hash here