1
0
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
def build_metadata
ENV.fetch('MASTODON_VERSION_METADATA', nil)
['whippyEdition',ENV.fetch('MASTODON_VERSION_METADATA', nil)].compact_blank.join('.')
end
def to_a
@ -44,7 +44,7 @@ module Mastodon
end
def repository
ENV.fetch('GITHUB_REPOSITORY', 'mastodon/mastodon')
ENV.fetch('GITHUB_REPOSITORY', 'whippyshou/mastodon')
end
def source_base_url