forked from pool/trytond
Accepting request 517418 from Application:ERP:Tryton:Factory
version 4.2.6 plus typos removed OBS-URL: https://build.opensuse.org/request/show/517418 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trytond?expand=0&rev=11
This commit is contained in:
parent
e9ef41e5db
commit
592e25799e
@ -221,7 +221,7 @@ Now you need to run grunt. make sure it is run from the locally installed versio
|
||||
|
||||
Last but not least, edit /etc/tryton/trytond.conf
|
||||
In the section [web], set the path:
|
||||
root = /usr/lib/node-modules/tryton-sao
|
||||
root = /srv/tryton-sao/package
|
||||
|
||||
Now restart trytond.
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de60711cb046eee59f0363e96977ca54bc8f119833339be8f000ad978fe685a2
|
||||
size 585937
|
3
trytond-4.2.6.tar.gz
Normal file
3
trytond-4.2.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:686fbf3b95d491b7c2e70546bce5476b4b0fa76dd0805f679317a8060e97299d
|
||||
size 586007
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 10 20:04:47 UTC 2017 - axel.braun@gmx.de
|
||||
|
||||
- Version 4.2.6
|
||||
bugfix release
|
||||
typo in trytond.conf removed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 14:07:26 UTC 2017 - axel.braun@gmx.de
|
||||
|
||||
|
@ -20,14 +20,14 @@
|
||||
|
||||
uri = postgresql:///
|
||||
|
||||
#
|
||||
#
|
||||
# PostgreSQL via TCP/IP
|
||||
# (e.g. connecting to a PostgreSQL database running on a remote machine or
|
||||
# by means of md5 authentication. Needs PostgreSQL to be configured to accept
|
||||
# those connections (pg_hba.conf).)
|
||||
#
|
||||
#uri = postgresql://tryton:tryton@localhost:5432/
|
||||
|
||||
#
|
||||
# The path to the directory where the Tryton Server stores files.
|
||||
# The server must have write permissions to this directory.
|
||||
# (Internal default: /var/lib/trytond)
|
||||
@ -135,4 +135,4 @@ listen = localhost:8080
|
||||
|
||||
[web]
|
||||
# Path for the web-frontend
|
||||
#root = /usr/lib/node-modules/tryton-sao
|
||||
#root = /usr/lib/node_modules/tryton-sao
|
||||
|
@ -132,4 +132,4 @@ super_pwd = jkUbZGvFNeugk
|
||||
|
||||
[web]
|
||||
# Path for the web-frontend
|
||||
#root = /usr/lib/node-modules/tryton-sao
|
||||
#root = /usr/lib/node_modules/tryton-sao
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define majorver 4.2
|
||||
%define base_name tryton
|
||||
Name: trytond
|
||||
Version: %{majorver}.5
|
||||
Version: %{majorver}.6
|
||||
Release: 0
|
||||
|
||||
Summary: An Enterprise Resource Planning (ERP) system
|
||||
|
Loading…
Reference in New Issue
Block a user