cmd/golangorg: link to a more narrow list of old versions

Update the GCP console link to have an Environment=Flexible filter,
so the list of old website versions doesn't include extraneous entries.

The versionsquery query parameter is not easily readable, but it's what
GCP uses. It encodes the following information:

	[{"k":"env","t":10,"v":"\"FLEXIBLE\"","s":true}]

Remove the versionssize=50 query parameter, since it's not critical,
to make the URL shorter and easier to copy.

Change-Id: I09e7c25191668af10aef0783b2760af3b7873654
Reviewed-on: https://go-review.googlesource.com/c/163177
Reviewed-by: Channing Kimble-Brown <channing@golang.org>
This commit is contained in:
Dmitri Shuralyov 2019-02-20 12:52:02 -05:00
Родитель c68b58d296
Коммит 2827872edd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -77,5 +77,5 @@ publish: regtest
@echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@echo Stop and/or delete old versions:
@echo "https://console.cloud.google.com/appengine/versions?project=$(GCP_PROJECT)&serviceId=$(GCP_SERVICE)&versionssize=50"
@echo "https://console.cloud.google.com/appengine/versions?project=$(GCP_PROJECT)&serviceId=$(GCP_SERVICE)&versionsquery=%255B%257B_22k_22_3A_22env_22_2C_22t_22_3A10_2C_22v_22_3A_22_5C_22FLEXIBLE_5C_22_22_2C_22s_22_3Atrue%257D%255D"
@echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!