Accepting request 887802 from Application:ERP:GNUHealth:Factory

Sorry, another one for the alias...

OBS-URL: https://build.opensuse.org/request/show/887802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuhealth?expand=0&rev=50
This commit is contained in:
Dominique Leuenberger 2021-04-22 16:03:53 +00:00 committed by Git OBS Bridge
commit 407fba6f37
3 changed files with 9 additions and 4 deletions

View File

@ -24,10 +24,10 @@
#
##############################################################################
VERSION="3.6.5-openSUSE"
VERSION="3.8.0-openSUSE"
TRANSLATE_URL="https://hosted.weblate.org"
GNUHEALTH_DIR=$(rpm -ql gnuhealth | egrep '^/usr/lib/python.\..{1,2}/site-packages$')
GNUHEALTH_DIR=$(rpm --eval '%python3_sitelib')/trytond/modules
UPDATE_DOWNLOAD_DIR=$(mktemp -d)
usage()

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 16 17:16:20 UTC 2021 - Axel Braun <axel.braun@gmx.de>
- update to gnuhealth-control
-------------------------------------------------------------------
Wed Mar 24 17:21:38 UTC 2021 - Axel Braun <axel.braun@gmx.de>

View File

@ -156,9 +156,9 @@ rmdir backend
#Write environment changes to /etc/bash.bashrc.local
cat > /etc/bash.bashrc.local << "EOF"
alias cdlogs='cd /var/log/tryton'
alias cdexe='cd $(ls -d /usr/lib/python3.* )/site-packages/trytond'
alias cdexe='cd %python3_sitelib/trytond'
alias cdconf='cd /etc/tryton'
alias cdmods='cd $(ls -d /usr/lib/python3.* )/site-packages/trytond/modules'
alias cdmods='cd %python3_sitelib/trytond/modules'
alias editconf='${EDITOR} /etc/tryton/trytond.conf'
alias cdutil='cd /usr/bin'
export EDITOR=nano