mirror of
https://github.com/zen-browser/updates-server.git
synced 2025-07-07 17:05:36 +02:00
Fixed alpha -> beta
This commit is contained in:
parent
445467503e
commit
6bd4a5fef7
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ import os
|
||||||
# broken branch -> fixed branch
|
# broken branch -> fixed branch
|
||||||
REDIRECTS = {
|
REDIRECTS = {
|
||||||
"twilightundefined": "twilight", # A bug there was with previous twilight updates
|
"twilightundefined": "twilight", # A bug there was with previous twilight updates
|
||||||
"alpha": "beta", # Alpha -> Beta
|
"alpha": "release", # Alpha -> Beta
|
||||||
"alpha-generic": "beta", # Alpha -> Beta
|
"alpha-generic": "release", # Alpha -> Beta
|
||||||
"beta-generic": "beta", # Beta (Generic) -> Beta
|
"beta-generic": "release", # Beta (Generic) -> Beta
|
||||||
"twilight-generic": "twilight", # Twilight (Generic) -> Twilight
|
"twilight-generic": "twilight", # Twilight (Generic) -> Twilight
|
||||||
"beta": "release", # Beta -> Release
|
"beta": "release", # Beta -> Release
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue