1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-27 14:28:55 +09:00
This commit is contained in:
whippyshou 2023-10-29 22:26:18 +09:00
parent 44601ebd21
commit 946b4eb20c

View File

@ -25,7 +25,7 @@ module Mastodon
end end
def build_metadata def build_metadata
ENV.fetch('MASTODON_VERSION_METADATA', nil) ['whippyEdition',ENV.fetch('MASTODON_VERSION_METADATA', nil)].compact_blank.join('.')
end end
def to_a def to_a
@ -44,7 +44,7 @@ module Mastodon
end end
def repository def repository
ENV.fetch('GITHUB_REPOSITORY', 'mastodon/mastodon') ENV.fetch('GITHUB_REPOSITORY', 'whippyshou/mastodon')
end end
def source_base_url def source_base_url