Anders Kaseorg
0cc6421118
install-transifex-cli: Upgrade Transifex CLI from 1.6.16 to 1.6.17.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-09-24 20:51:24 -07:00
Anders Kaseorg
ed63a40184
install-transifex-cli: Upgrade Transifex CLI from 1.6.14 to 1.6.16.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-08-26 14:17:05 -07:00
Anders Kaseorg
63c65e6ecd
install-transifex-cli: Upgrade Transifex CLI from 1.6.13 to 1.6.14.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-06-26 21:34:18 -07:00
Anders Kaseorg
05513c90f0
install-transifex-cli: Upgrade Transifex CLI from 1.6.11 to 1.6.13.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-26 19:27:51 -07:00
Anders Kaseorg
5d6927e3f4
install-transifex-cli: Upgrade Transifex CLI from 1.6.10 to 1.6.11.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-04-25 16:46:03 -07:00
Anders Kaseorg
c5dce72ff4
install-transifex-cli: Upgrade Transifex CLI from 1.6.8 to 1.6.10.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-08-17 18:16:47 -07:00
Anders Kaseorg
3b12ae18c8
install-transifex-cli: Upgrade transifex-cli from 1.6.7 to 1.6.8.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-07-21 15:58:42 -07:00
Anders Kaseorg
3bc1acba4a
install: Use set -x when installing node, shellcheck, shfmt, tx.
...
This makes it clearer which step failed if there’s an error.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-10 12:15:34 -07:00
Anders Kaseorg
0d4dcc8583
install-transifex-cli: Upgrade Transifex CLI from 1.6.5 to 1.6.7.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-04-04 00:16:04 -07:00
Anders Kaseorg
14352547cd
install-transifex-cli: Upgrade Transifex CLI from 1.6.4 to 1.6.5.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-03-17 13:11:02 -07:00
Josh Klar
0c44b933c8
provision: Replace transifex-client with new transifex-cli.
...
transifex-client went EOL on November 30, 2022, replaced by
transifex/cli [^1].
Swap this in-place, since per the upstream README [^2]:
> The current version of the client maintains backwards compatibility
> for the tx push and tx pull commands. So, if you have a CI setup that
> uses them, you should not have to change anything.
As the mobile team found out, this is a partial truth if one previously
used some of the more advanced CLI flags, but all workflows referenced
in tools/ and docs/ use forwards-compatible flags to the new version.
[^1]: https://github.com/transifex/transifex-client/
[^2]: a0f28a1cf3/README.md
2022-12-13 12:34:08 -08:00