mirror of
https://github.com/openSUSE/snapper.git
synced 2026-02-05 15:46:00 +01:00
- set cleanup-algorithm
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user