Eberhard Beilharz
9160df6ef3
fix(linux): Fix the fix
2021-01-06 15:36:14 +01:00
Eberhard Beilharz
c7331e1a5f
fix(linux): only pass tag if we just created one
2021-01-05 20:00:34 +01:00
Keyman Build Agent
2bf8af5f6a
auto: increment master version to 15.0.6
2021-01-05 13:04:38 -05:00
Eberhard Beilharz
bfc9579b8a
chore(linux): pass tag to Jenkins build ( #4160 )
...
This change is part of a fix for #4160 so that we build the tag
instead of the next version.
2021-01-04 19:13:28 +01:00
Keyman Build Agent
d9ef7924d9
auto: increment master version to 15.0.5
2020-12-23 13:01:08 -05:00
Keyman Build Agent
957c9ada0b
auto: increment master version to 15.0.4
2020-12-21 13:01:39 -05:00
Keyman Build Agent
1d6d4d17b6
auto: increment master version to 15.0.3
2020-12-16 13:01:24 -05:00
Marc Durdin
619fd1762e
fix(common): increment version needs to check base
...
The version history collector got confused because of commits
on two branches and needs to differentiate when asking for
the latest PR on a branch.
2020-12-16 06:21:07 +11:00
Keyman Build Agent
6a2ce00d92
auto: increment master version to 15.0.2
2020-12-14 17:32:36 -05:00
Keyman Build Agent
bc0bd37123
auto: increment beta version to 14.0.210
2020-12-14 16:17:15 -05:00
Marc Durdin
c68e767eba
Merge pull request #4135 from keymanapp/chore/common/retrigger-beta
...
chore: fix trigger for beta branches
2020-12-15 08:15:37 +11:00
Marc Durdin
85fd8a53d9
chore: fix trigger for beta branches
2020-12-15 08:14:57 +11:00
Keyman Build Agent
d5648fa418
auto: increment beta version to 14.0.209
2020-12-14 16:05:54 -05:00
Marc Durdin
4cc830a918
chore: re-trigger beta
2020-12-15 08:03:03 +11:00
Keyman Build Agent
b993ef3056
auto: increment beta version to 14.0.208
2020-12-14 15:54:24 -05:00
Marc Durdin
af4a04ff47
fix: build trigger definitions
2020-12-15 07:48:11 +11:00
Keyman Build Agent
9c34cbcc5a
auto: increment beta version to 14.0.207
2020-12-14 15:45:28 -05:00
Keyman Build Agent
1ec1654f81
auto: increment master version to 14.0.206
2020-12-14 13:01:01 -05:00
Keyman Build Agent
20d06c526d
auto: increment master version to 14.0.205
2020-12-11 13:00:58 -05:00
Keyman Build Agent
dbef133275
auto: increment master version to 14.0.204
2020-12-10 13:01:07 -05:00
Keyman Build Agent
3b26cf6fb8
auto: increment master version to 14.0.203
2020-12-09 13:01:58 -05:00
Keyman Build Agent
9751144d6f
auto: increment master version to 14.0.202
2020-12-08 13:01:07 -05:00
Keyman Build Agent
5382ebc3a6
auto: increment master version to 14.0.201
2020-12-07 13:01:10 -05:00
Keyman Build Agent
2e4ba2c678
auto: increment master version to 14.0.200
2020-12-06 22:39:17 -05:00
Keyman Build Agent
63974fc99c
auto: increment master version to 14.0.199
2020-12-06 20:53:09 -05:00
Keyman Build Agent
9c5d2f322d
auto: increment master version to 14.0.198
2020-12-04 13:01:04 -05:00
Keyman Build Agent
f977740b06
auto: increment master version to 14.0.197
2020-12-03 13:01:01 -05:00
Marc Durdin
b888a6075b
fix(common): improve increment-version robustness
...
Fixes #4061 .
Four things:
1. Reorder the script steps so that builds are triggered before the PR
is created. This should not really be necessary, but I am seeing some
evidence that TeamCity is not respecting the commit sha we request to
build. (This arose with 14.0.194 where a build agent became
unavailable during a build and TC cancelled and restarted the build,
but from a later revision... which this particular fix may not help,
I guess...)
2. Add debug logging so we can see exactly which commit sha that we
send to TeamCity
3. Handle errors in version increment by aborting the script with an
error.
4. Add a -f force mode which we can use to trigger a build even if no
changes are detected. This will need a corresponding patch in TC.
2020-12-03 10:24:19 +11:00
Keyman Build Agent
77b13a19ba
auto: increment master version to 14.0.196
2020-12-02 16:57:59 -05:00
Darcy Wong
509a6670e2
Merge pull request #3995 from keymanapp/chore/common/download-crowdin-for-beta
...
chore(common/resources): Fix dest paths for crowdin strings
2020-12-02 11:23:56 +07:00
Darcy Wong
7089081433
chore(common/resources): Clean up README
2020-12-02 11:21:06 +07:00
Keyman Build Agent
5d4bbcfc92
auto: increment master version to 14.0.195
2020-12-01 13:01:13 -05:00
Keyman Build Agent
c1ae431217
auto: increment master version to 14.0.194
2020-11-30 13:01:10 -05:00
Keyman Build Agent
c38655922f
auto: increment master version to 14.0.193
2020-11-28 13:01:09 -05:00
Keyman Build Agent
8805be7d1f
auto: increment master version to 14.0.192
2020-11-27 13:01:30 -05:00
Darcy Wong
13e2f4cc6d
chore(common/resources): Document keeping scopes in sync
2020-11-27 08:25:14 +07:00
Keyman Build Agent
c2392511f1
auto: increment master version to 14.0.191
2020-11-26 13:01:12 -05:00
Marc Durdin
fb36fc3f69
chore(common): remove --first-parent when searching for PRs
...
Instead of just reporting on --first-parent, now lists all merges that
are in the log, which means we get some non-PR merges but that's ok. At
least we get all of them.
This was most visible with chained PRs which were merged bottom-up.
2020-11-26 09:49:21 +11:00
Keyman Build Agent
5f32b941ad
auto: increment master version to 14.0.190
2020-11-25 13:01:09 -05:00
Keyman Build Agent
976d47a006
auto: increment master version to 14.0.189
2020-11-24 13:01:13 -05:00
Keyman Build Agent
8ceb6481d4
auto: increment master version to 14.0.188
2020-11-23 13:01:02 -05:00
Keyman Build Agent
d4dfbda933
auto: increment master version to 14.0.187
2020-11-20 13:01:04 -05:00
Keyman Build Agent
4a508cf78f
auto: increment master version to 14.0.186
2020-11-19 13:01:02 -05:00
Keyman Build Agent
91adc42fa8
auto: increment master version to 14.0.185
2020-11-18 13:01:34 -05:00
Darcy Wong
39951e313f
fix(common): Add environment to web Sentry reports
2020-11-18 13:54:15 +07:00
Keyman Build Agent
d5d3907212
auto: increment master version to 14.0.184
2020-11-17 13:01:06 -05:00
Keyman Build Agent
8aa14ddc86
auto: increment master version to 14.0.183
2020-11-16 13:01:13 -05:00
Keyman Build Agent
fad5d0f5fa
auto: increment master version to 14.0.182
2020-11-13 13:01:03 -05:00
Keyman Build Agent
0dd08a5b7e
auto: increment master version to 14.0.181
2020-11-12 15:26:26 -05:00
Keyman Build Agent
8e2772843d
auto: increment master version to 14.0.180
2020-11-12 13:00:59 -05:00