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:38:00 -0500 (EST)

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

> 2. Idea2: Add a downloader with pip, so we can download tryton packages from
pip. we have many very fast pip mirrors.
> 
>     pip download --no-binary=:all: --no-deps tryton==6


> 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]