Accepting request 535024 from Application:ERP:Tryton:Factory

bnc1026334

OBS-URL: https://build.opensuse.org/request/show/535024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuhealth?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2017-10-19 17:33:10 +00:00 committed by Git OBS Bridge
parent 9cda26c87f
commit 2789b417a4
2 changed files with 9 additions and 4 deletions

View File

@ -24,7 +24,7 @@
#
##############################################################################
VERSION="3.2.1-openSUSE"
VERSION="3.2.2-openSUSE"
TRYTON_URL="http://downloads.tryton.org"
GNUHEALTH_URL="http://ftp.gnu.org/gnu/health"
@ -176,11 +176,11 @@ do_backup()
gzip "${BACKDIR}/backup_${DB}_${BACKDATE}" || bailout
cli_msg "INFO" "Creating compressed tarball with DB and GNU Health Attachment directory" | tee -a $INFOFILE
cli_msg "INFO" "Compressing GNU Health Attachment directory" | tee -a $INFOFILE
tar -cvf "${BACKDIR}/gnuhealth_${DB}_with_fs_backup_${BACKDATE}.tar.gz" /var/lib/tryton || bailout
tar -cvzf "${BACKDIR}/gnuhealth_${DB}_fs_backup_${BACKDATE}.tar.gz" /var/lib/tryton || bailout
cli_msg "INFO" "Creating tarball with compressed DB and GNU Health home directory" | tee -a $INFOFILE
cli_msg "INFO" "Creating tarball with compressed DB and GNU Health Attachment directory" | tee -a $INFOFILE
tar -cvf "${BACKDIR}/gnuhealth_${DB}_with_fs_backup_${BACKDATE}.tar" \
${BACKDIR}/backup_${DB}_${BACKDATE}.gz ${BACKDIR}/gnuhealth_${DB}_fs_backup_${BACKDATE}.tar.gz \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 18 19:14:54 UTC 2017 - axel.braun@gmx.de
- Correction for gnuhealth-control (file not found in backup)
-------------------------------------------------------------------
Sun Oct 8 19:47:40 UTC 2017 - axel.braun@gmx.de