Merge branch 'asonix/changes' into v3.0.0-branch

This commit is contained in:
asonix 2019-10-08 12:23:42 -05:00
commit b5d80a157d
62 changed files with 7120 additions and 23 deletions

View file

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