Changes between Initial Version and Version 1 of Ticket #20202, comment 6


Ignore:
Timestamp:
2021-02-17T03:08:04+01:00 (3 years ago)
Author:
Stereo

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.
     1It turns out that `ant dist` clobbers the `resources/RELEASE` file.
     2
     3https://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`).
    24
    35This hopefully is close enough to reproducing what the josm build server makefile does.
    46
     7Side-by-side diff at https://github.com/openstreetmap/josm/pull/69/files
     8
    59(Also did some drive-by comment cruft cleanup.)
    610