GNU Health - Bugs: bug #61956, TRYTON_BASE_URL cannot access
You are not allowed to post comments on this tracker with your current authentication level.
bug #61956: TRYTON_BASE_URL cannot access
Submitter: | Feng Shu <tumashu> | ||
Submitted: | Sat 29 Jan 2022 12:40:52 AM UTC | ||
Category: | Installation | Severity: | 3 - Normal |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open | Release: | None |
Module: | health | Component: | None |
Sat 29 Jan 2022 06:39:52 AM UTC, comment #2: |
Feng Shu <tumashu>![]() |
Sat 29 Jan 2022 06:38:00 AM UTC, comment #1:
|
Feng Shu <tumashu>![]() |
Sat 29 Jan 2022 12:40:52 AM UTC, original submission:
Recent days, I frequently reinstall gnuhealth to test new commit.
|
Feng Shu <tumashu>![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
I think the below bash script can download newest trytond-account package.
CMD="pip download --no-binary=:all: --no-deps"
MODULE=trytond-account
MODULE_MAJOR_VERSION=6
VERSION=$(${CMD} ${MODULE}=='' 2>&1 | egrep -e "${MODULE_MAJOR_VERSION}.0.[0-9]*" -o | sort -V | tail -1)
${CMD} ${MODULE}==${VERSION}