-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide etc/revdep-rebuild/66-squashmount for python implementation
- Loading branch information
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/*/*/*/*" |