]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- mention regex flavor 81/head
authorArvin Schnell <aschnell@suse.de>
Mon, 12 May 2014 07:58:22 +0000 (09:58 +0200)
committerArvin Schnell <aschnell@suse.de>
Mon, 12 May 2014 07:58:22 +0000 (09:58 +0200)
data/zypp-plugin.conf

index fb640456cef1f9258b8a11456c99f2de621f7570..b0a2be30a27e7447401d9cb8fa823deef2d9c73e 100644 (file)
@@ -4,8 +4,9 @@
   <!-- List of solvables. If the zypp commit transaction includes any solvable
        listed below, snapper will create pre and post snapshots. The match
        attribute defines whether the pattern is a Unix shell-style wildcard
-       ("w") or a regular expression ("re"). If any of the matching solvables
-       is marked as important, the snapshots are also marked as important. -->
+       ("w") or a Python regular expression ("re"). If any of the matching
+       solvables is marked as important, the snapshots are also marked as
+       important. -->
   <solvables>
     <solvable match="w" important="true">kernel-*</solvable>
     <solvable match="w" important="true">dracut</solvable>