Rework how room versions are represented
Versions are actually on a scale of recommendations, and are expected to be created as needed. The scale presented here (develop/beta/default/recommended/mandatory) is a more wordy version of what was previously discussed/intended for room versions - the labels aren't final and may be changed.
This commit is contained in:
parent
258aba5fed
commit
71e6321f4d
11 changed files with 91 additions and 268 deletions
|
@ -529,10 +529,6 @@ if __name__ == '__main__':
|
|||
"--identity_release", "-i", action="store", default="unstable",
|
||||
help="The identity service release tag to generate, e.g. r1.2"
|
||||
)
|
||||
parser.add_argument(
|
||||
"--room_version", "-r", action="store", default="unstable",
|
||||
help="The current room version to advertise, e.g. v2"
|
||||
)
|
||||
parser.add_argument(
|
||||
"--list_targets", action="store_true",
|
||||
help="Do not update the specification. Instead print a list of targets.",
|
||||
|
@ -559,7 +555,6 @@ if __name__ == '__main__':
|
|||
"%APPSERVICE_RELEASE_LABEL%": args.appservice_release,
|
||||
"%IDENTITY_RELEASE_LABEL%": args.identity_release,
|
||||
"%PUSH_GATEWAY_RELEASE_LABEL%": args.push_gateway_release,
|
||||
"%CURRENT_ROOM_VERSION%": args.room_version,
|
||||
}
|
||||
|
||||
exit (main(args.target or ["all"], args.dest, args.nodelete, substitutions))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue