Closed
Bug 408756
Opened 17 years ago
Closed 17 years ago
When a new file is added, kublad doesn't update its trees
Categories
(Webtools Graveyard :: Kubla, defect)
Webtools Graveyard
Kubla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: clouserw)
Details
In kublad.py on line 184 we have:
if not os.access(task['fullpath'], os.F_OK):
logMessage("This file doesn't exist (%s). Not requeueing." % (task['fullpath']))
return
That was supposed to catch if the person removed the file from the instance kublad was monitoring and not try to update it, but it's also catching when a new file is added outside of kubla (because the file doesn't exist yet).
Updated•17 years ago
|
Summary: When a new file is added, kublad doesn't update it's trees → When a new file is added, kublad doesn't update its trees
Assignee | ||
Comment 1•17 years ago
|
||
fixed in production
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•