graph: always use lowercase map name when downloading graph
package: use default graph endpoint instead of cdn
This commit is contained in:
parent
18456c2a28
commit
8f688b1bc7
3 changed files with 6 additions and 3 deletions
|
|
@ -95,7 +95,7 @@ class BotRelease(object):
|
|||
self.project = 'yapb'
|
||||
self.version = sys.argv[1]
|
||||
self.artifacts = 'artifacts'
|
||||
self.graphs = 'yapb-gcdn.akamaized.net'
|
||||
self.graphs = 'yapb.jeefo.net'
|
||||
self.win32exe = 'https://github.com/yapb/setup/releases/latest/download/botsetup.exe'
|
||||
|
||||
meson_src_root_env = 'MESON_SOURCE_ROOT'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue