mirror of
https://git.asonix.dog/ceralor/mastodon.git
synced 2025-10-13 05:44:48 +00:00
Merge branch 'asonix/changes' into v4.2.11-branch
This commit is contained in:
commit
21b52ebe37
72 changed files with 30176 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue