projects
/
pggit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32fdd76
)
Update comments about how things break with threading
author
Magnus Hagander
<magnus@hagander.net>
Wed, 4 Mar 2009 14:10:40 +0000
(15:10 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Wed, 4 Mar 2009 14:10:40 +0000
(15:10 +0100)
reposync.py
patch
|
blob
|
blame
|
history
diff --git
a/reposync.py
b/reposync.py
index 2af478d9a6d2f8be5b8f6fbd7430fdc74899eb2f..fd133da6bd231458ed3d1aa75030f8818acf8d16 100755
(executable)
--- a/
reposync.py
+++ b/
reposync.py
@@
-4,8
+4,9
@@
"""
Cron-job that syncs remote repositories when necessary.
-FIXME: Consider doingn this threaded later, since cvs pulls
- are insanely slow.
+NOTE! Considered doing threading, but the cvs import subprocesses
+ need correct working directory. In the future, we could do this
+ multi-process if needed. For now, just run single-threaded.
"""
import sys