broadcast monsterfork as such

staging
multiple creatures 2019-08-09 21:25:04 -05:00
parent b2d0389fea
commit 5f08b96cbe
1 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ module Mastodon
end end
def pre def pre
nil 666
end end
def flags def flags
@ -29,7 +29,7 @@ module Mastodon
end end
def suffix def suffix
'+glitch' '+monsterfork'
end end
def to_s def to_s
@ -37,11 +37,11 @@ module Mastodon
end end
def repository def repository
ENV.fetch('GITHUB_REPOSITORY') { 'glitch-soc/mastodon' } ENV.fetch('GITHUB_REPOSITORY') { 'monsterpit/mastodon' }
end end
def source_base_url def source_base_url
ENV.fetch('SOURCE_BASE_URL') { "https://github.com/#{repository}" } ENV.fetch('SOURCE_BASE_URL') { "https://git.multiple-creature.party/#{repository}" }
end end
# specify git tag or commit hash here # specify git tag or commit hash here