File Changes for max
switch to commits view, user indexv481_base to v482_preview (2025-04-28 to 2025-05-05) v482
Show details
- src/hg/htdocs/makefile
- lines changed 1, context: html, text, full: html, text
dbe19021cbe4564aff8871d1dd4ab443a966a6cf Tue Apr 29 02:38:49 2025 -0700
fixing make beta in htdocs, reported by matt, no redmine
- src/hg/lib/botDelay.c
- lines changed 1, context: html, text, full: html, text
e200427ab4ca0a21b30e26f88118e15187652ee5 Mon Apr 28 11:40:55 2025 -0700
adding 10 seconds on hogExit, #35585
- lines changed 1, context: html, text, full: html, text
2a79675fbba7f505b6236c0ec13eccfdb04a183e Tue Apr 29 02:40:31 2025 -0700
doing what I wrote in the previous commit message and actually setting to 10 seconds, not 15, refs #35585
- src/hg/lib/cart.c
- lines changed 1, context: html, text, full: html, text
d05d6d82995bcaf90a98daa51ff2e42382e22ee5 Fri May 2 10:42:55 2025 -0700
not outputting warning about missing cookie in cart.c when run from command line, email from Lou, QA runs CGIs from the command line
- src/inc/common.mk
- lines changed 10, context: html, text, full: html, text
7646f2265253b53a715d9469cf4edc1afb25aae5 Wed Apr 30 18:02:55 2025 -0700
gbic: newer linuxes do not have mysql_config symlinks anymore, so detect if mysql_config actually exists
- src/inc/userAppMulti.mk
- lines changed 45, context: html, text, full: html, text
2b055e47cafb1400ab0cdbee6d3db7f3a2ab65ce Fri May 2 01:07:15 2025 -0700
Adding userAppMulti.mk from MarkD's home directory, since he forgot to commit it yesterday and I'm trying to test the Docker release script today and I need a working build on the master branch.
- src/makefile
- lines changed 3, context: html, text, full: html, text
8168a89f56c1aacda65d39ddf612b78a501a0d2c Wed Apr 30 12:07:56 2025 -0700
Allowing to be on a beta branch when doing make alpha. This may sound strange, but if we do not allow this, I don't know how a mirror can build into the normal alpha directory /usr/local/apache/cgi-bin/ while being on the beta branch. Mirrors should not be on the master branch, they should be on the beta branch, as that's our release. No idea why this has never come up before.
- src/product/installer/browserSetup.sh
- lines changed 18, context: html, text, full: html, text
74ed527e2e85f76398076ec800dcb3c1e6f94eaf Wed Apr 30 12:32:56 2025 -0700
fixing gbic script again for normal linux installations
- lines changed 8, context: html, text, full: html, text
c866b6f85d50ffe0ec7402f05f3fafb2735f3950 Wed Apr 30 17:59:51 2025 -0700
auto-detecting libfreetype, not using master branch anymore, using mariadb-dev package rather than the oracle client, which seems to crash hgTracks now
- lines changed 5, context: html, text, full: html, text
1cdbd92df420340ab0dfc9a5d8b83e5e3be85558 Thu May 1 10:52:59 2025 -0700
using libmysqlclient so mysql8 leads to crashes in jksql. very odd. So removing libmysqlclient and using only libmariadb-dev now in gbic.
switch to commits view, user index