mirror of
https://github.com/whippyshou/mastodon
synced 2024-11-27 14:28:55 +09:00
metadata
This commit is contained in:
parent
44601ebd21
commit
946b4eb20c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user