[yast-devel] [PATCH 0/3] Snapper: propose some configuration options

2012-08-22 Thread Ondrej Kozina
Hi Arvin! First, let me thank you for a great tool to handle various snapshots, i've played with it for a few hours and I think it's a great piece of utility. We would like to get snapper into Fedora official repository (and hopefully extend snapper's user/test base). Unfortunately Fedora

[yast-devel] [PATCH 1/3] Avoid segfault if unknown/unsupported filesystem is passed by parameter

2012-08-22 Thread Ondrej Kozina
Snapper SEGFAULTs if you try to create config for an unsupported filesystem: e.g.: snapper -c foo-fs-config create-config -f foo-fs /mnt/mounted-foo-fs --- snapper/Filesystem.cc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/snapper/Filesystem.cc

[yast-devel] [PATCH 2/3] Add basic configuration options to disable some features

2012-08-22 Thread Ondrej Kozina
Add macros into configure.in file to support explicit snapshot type disabling --- configure.in | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/configure.in b/configure.in index 0852183..83ba494 100644 --- a/configure.in +++ b/configure.in @@

[yast-devel] [PATCH 3/3] Add defines into source code to support configuration time parameters

2012-08-22 Thread Ondrej Kozina
Add defines into related source files --- snapper/Filesystem.cc | 24 +--- snapper/Filesystem.h | 10 +++--- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/snapper/Filesystem.cc b/snapper/Filesystem.cc index 1dac168..2aabfde 100644 ---

[yast-devel] Re: [PATCH 0/3] Snapper: propose some configuration options

2012-08-22 Thread Arvin Schnell
On Wed, Aug 22, 2012 at 04:14:58PM +0200, Ondrej Kozina wrote: Hi Ondrej We would like to get snapper into Fedora official repository (and hopefully extend snapper's user/test base). Unfortunately Fedora doesn't support Ext4 snapshots in any way, so I have to to disable this feature inside