Changes between Initial Version and Version 1 of Ticket #20202, comment 6
- Timestamp:
- 2021-02-17T03:08:04+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20202, comment 6
initial v1 1 https://patch-diff.githubusercontent.com/raw/openstreetmap/josm/pull/69.diff adds a `releasebuild` parameter to the ant build.xml, and tells the github action to use that when getting triggered for a 'tested' build. 1 It turns out that `ant dist` clobbers the `resources/RELEASE` file. 2 3 https://patch-diff.githubusercontent.com/raw/openstreetmap/josm/pull/69.diff adds a `releasebuild` parameter to the ant build.xml `create-release` target, and tells the github action to use that when getting triggered for a 'tested' build (`ant -Dreleasebuild=true`). 2 4 3 5 This hopefully is close enough to reproducing what the josm build server makefile does. 4 6 7 Side-by-side diff at https://github.com/openstreetmap/josm/pull/69/files 8 5 9 (Also did some drive-by comment cruft cleanup.) 6 10