
Will take care of it. On 11/03/2015 06:36 PM, Aline Manera wrote:
For the commit message, use 80 characters per line The first line corresponds to a generic message followed by a description.
I would adjust the commit message before applying upstream but I found the following error while starting up wokd from the local source tree:
[root@fedora22-vm kimchi]# python src/wokd --environment=dev Plugin configuration file /home/alinefm/kimchi/src/wok/plugins/ginger/ginger.conf doesn't exist. Plugin configuration file /home/alinefm/kimchi/src/wok/plugins/ginger/ginger.conf doesn't exist. Loading YumUpdate features. WARNING: no 'numpy' module, HyBi protocol will be slower [03/Nov/2015:11:05:55] ENGINE Listening for SIGHUP. [03/Nov/2015:11:05:55] ENGINE Listening for SIGTERM. [03/Nov/2015:11:05:55] ENGINE Listening for SIGUSR1. [03/Nov/2015:11:05:55] ENGINE Bus STARTING CherryPy Checker: '/home/alinefm/kimchi/src/wok/plugins/gingerbase/data/debugreports' (root + dir) is not an existing filesystem path. section: [/data/debugreports] root: None dir: '/home/alinefm/kimchi/src/wok/plugins/gingerbase/data/debugreports'
Regards, Aline Manera
On 31/10/2015 12:27, chandra@linux.vnet.ibm.com wrote:
From: chandrureddy <chandra@linux.vnet.ibm.com>
Fix Issue #744 - gingerbase: objectstore issues
plug in path for gingerbase been changed to /var/lib/gingerbase Fix issue 'unable to open database file' and gingerbase.py
Fix Issue #743 - gingerbase: fail to create RPM.
In files gingerbase.spec.fedora.in and gignerbase.spec.suse.in and make-deb.sh.in add setup instruction correct the file section day correction Name changed from gingerbase to ginger-base
Added files ChangeLog and CONTRIBUTE.md VERSION changed to 2.0.0
Review Comments taken care.
chandrureddy (2): Plug in path for gingerbase been changed to /var/lib/gingerbase Fix issue 'unable to open database file' in root.py and gingerbase.py In files gingerbase.spec.fedora.in and gignerbase.spec.suse.in and make-deb.sh.in add setup instruction correct the file section day correction Name changed from gingerbase to ginger-base
src/wok/plugins/gingerbase/CONTRIBUTE.md | 19 +++++++++++++ src/wok/plugins/gingerbase/ChangeLog | 31 ++++++++++++++++++++++ src/wok/plugins/gingerbase/Makefile.am | 18 +++++++------ src/wok/plugins/gingerbase/VERSION | 2 +- src/wok/plugins/gingerbase/config.py.in | 6 ++--- .../gingerbase/contrib/gingerbase.spec.fedora.in | 24 ++++++----------- .../gingerbase/contrib/gingerbase.spec.suse.in | 28 +++++++++---------- src/wok/plugins/gingerbase/contrib/make-deb.sh.in | 2 +- src/wok/plugins/gingerbase/gingerbase.conf | 2 +- src/wok/plugins/gingerbase/gingerbase.py | 16 +++++------ 10 files changed, 94 insertions(+), 54 deletions(-) create mode 100644 src/wok/plugins/gingerbase/CONTRIBUTE.md create mode 100644 src/wok/plugins/gingerbase/ChangeLog