From: Arvin Schnell Date: Wed, 29 Jun 2011 09:58:51 +0000 (+0200) Subject: - set cleanup-algorithm X-Git-Tag: v0.1.3~346 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f67a7fb07345f3234ce86c8a8df0ae3cf99e4ce;p=thirdparty%2Fsnapper.git - set cleanup-algorithm --- diff --git a/scripts/zypp-plugin.py b/scripts/zypp-plugin.py index 65df4bab..32245953 100755 --- a/scripts/zypp-plugin.py +++ b/scripts/zypp-plugin.py @@ -15,7 +15,8 @@ class MyPlugin(Plugin): def PLUGINEND(self, headers, body): - args = ["snapper", "create", "--type=post", "--pre-number=%s" % self.o] + args = ["snapper", "create", "--type=post", "--pre-number=%s" % self.o, + "--cleanup-algorithm=number"] Popen(args) self.ack()