]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#2051370: have make_release build browser client by default
authorGalen Charlton <gmc@equinoxOLI.org>
Fri, 26 Jan 2024 14:34:15 +0000 (09:34 -0500)
committerJane Sandberg <js7389@princeton.edu>
Fri, 2 Feb 2024 00:44:13 +0000 (16:44 -0800)
commit5966b1493cf11a7a50f2394a2d225df14d94a728
treeb9a97cad44ce2dcfbb63752c27b6f340753963d4
parentc4ea04ee1c1bbf3617007a242115f4705391073f
LP#2051370: have make_release build browser client by default

This patch replace the -c switch (to build the browser client) with
a -C switch to _skip_ building the browser client. Release tarballs
should always have the browser client, so the main reason to use -C
is just to create the initial DB update script.

To test
-------
[1] Apply patch. Verify that make_release now advertises a -C
    switch.
[2] Run make_release without -C; it should build the browser client.
[3] Run make_release with -C; the browser client build should be skipped.

Release-note: [Developer] make_release now builds the browser client by default.

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
build/tools/make_release