Skip to content

Commit

Permalink
Provide etc/revdep-rebuild/66-squashmount for python implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Oct 30, 2016
1 parent 0b60f25 commit c5b9588
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog for squashmount

*squashmount-15.4.0_p2
Martin Väth <martin at mvath.de>:
- Provide etc/revdep-rebuild/66-squashmount for python implementation

*squashmount-15.4.0_p1
Martin Väth <martin at mvath.de>:
- Work around systemd cap https://github.com/vaeth/squashmount/issues/7
Expand Down
32 changes: 32 additions & 0 deletions etc/revdep-rebuild/66-squashmount
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# The python variant of revdep-rebuild requires full paths and " "
# On the other hand, it accecpts several SEARCH_DIR_MASK entries in one file
SEARCH_DIRS_MASK="/*/*.mount/readonly"
SEARCH_DIRS_MASK="/*/*.mount/readonly/*"
SEARCH_DIRS_MASK="/*/*.mount/readonly/*/*"
SEARCH_DIRS_MASK="/*/*.mount/readonly/*/*/*"
SEARCH_DIRS_MASK="/*/*.mount/readonly/*/*/*/*"
SEARCH_DIRS_MASK="/*/*.mount/changes"
SEARCH_DIRS_MASK="/*/*.mount/changes/*"
SEARCH_DIRS_MASK="/*/*.mount/changes/*/*"
SEARCH_DIRS_MASK="/*/*.mount/changes/*/*/*"
SEARCH_DIRS_MASK="/*/*.mount/changes/*/*/*/*"
SEARCH_DIRS_MASK="/*/*.mount/workdir"
SEARCH_DIRS_MASK="/*/*.mount/workdir/*"
SEARCH_DIRS_MASK="/*/*.mount/workdir/*/*"
SEARCH_DIRS_MASK="/*/*.mount/workdir/*/*/*"
SEARCH_DIRS_MASK="/*/*.mount/workdir/*/*/*/*"
SEARCH_DIRS_MASK="/*/*/*.mount/readonly"
SEARCH_DIRS_MASK="/*/*/*.mount/readonly/*"
SEARCH_DIRS_MASK="/*/*/*.mount/readonly/*/*"
SEARCH_DIRS_MASK="/*/*/*.mount/readonly/*/*/*"
SEARCH_DIRS_MASK="/*/*/*.mount/readonly/*/*/*/*"
SEARCH_DIRS_MASK="/*/*/*.mount/changes"
SEARCH_DIRS_MASK="/*/*/*.mount/changes/*"
SEARCH_DIRS_MASK="/*/*/*.mount/changes/*/*"
SEARCH_DIRS_MASK="/*/*/*.mount/changes/*/*/*"
SEARCH_DIRS_MASK="/*/*/*.mount/changes/*/*/*/*"
SEARCH_DIRS_MASK="/*/*/*.mount/workdir"
SEARCH_DIRS_MASK="/*/*/*.mount/workdir/*"
SEARCH_DIRS_MASK="/*/*/*.mount/workdir/*/*"
SEARCH_DIRS_MASK="/*/*/*.mount/workdir/*/*/*"
SEARCH_DIRS_MASK="/*/*/*.mount/workdir/*/*/*/*"

0 comments on commit c5b9588

Please sign in to comment.