testing treeupdate server-side

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1780 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-04-16 17:01:59 +00:00
parent d904e561f1
commit a95bef8fe4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -8388,6 +8388,7 @@ class PackageMaskingParser:
try:
f = open(mtimefile,"r")
mtime = float(f.readline().strip())
f.close()
# compare with current mtime
try:
currmtime = os.path.getmtime(maskfile)
+1
View File
@@ -1287,6 +1287,7 @@ def spawnFunction(f, *args, **kwds):
f = os.fdopen(pread, 'rb')
status, result = pickle.load(f)
os.waitpid(pid, 0)
f.close()
if status == 0:
return result
else: