Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
68aa5e7d
Commit
68aa5e7d
authored
Nov 30, 2016
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
librecipe execute: notify on file moved too
parent
38e0faea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
slapos/recipe/librecipe/execute.py
slapos/recipe/librecipe/execute.py
+2
-2
No files found.
slapos/recipe/librecipe/execute.py
View file @
68aa5e7d
...
@@ -22,8 +22,8 @@ def _wait_files_creation(file_list):
...
@@ -22,8 +22,8 @@ def _wait_files_creation(file_list):
watchdescriptors
=
dict
()
watchdescriptors
=
dict
()
for
dirname
in
directories
.
keys
():
for
dirname
in
directories
.
keys
():
wd
=
inotifyx
.
add_watch
(
fd
,
wd
=
inotifyx
.
add_watch
(
fd
,
dirname
,
dirname
,
inotifyx
.
IN_CREATE
|
inotifyx
.
IN_DELET
E
)
inotifyx
.
IN_CREATE
|
inotifyx
.
IN_DELETE
|
inotifyx
.
IN_MOV
E
)
watchdescriptors
[
wd
]
=
dirname
watchdescriptors
[
wd
]
=
dirname
# Set to True the file wich exists
# Set to True the file wich exists
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment