health-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Health-dev] [bug #61956] TRYTON_BASE_URL cannot access


From: Feng Shu
Subject: [Health-dev] [bug #61956] TRYTON_BASE_URL cannot access
Date: Sat, 29 Jan 2022 01:39:52 -0500 (EST)

Follow-up Comment #2, bug #61956 (project health):

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}


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61956>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]