[Mnet-devel] Forwarding patch
icepick at icepick.info
icepick at icepick.info
Fri May 7 15:24:57 BST 2004
Forwarded patch is...
>From myers at soap.maski.org Fri May 7 15:24:55 2004
Return-Path: <myers at soap.maski.org>
X-Original-To: mnet-patches at mnetproject.org
Delivered-To: mnet at gir.maski.org
Received: from soap.maski.org (67-23-51-74.chvlva.adelphia.net [67.23.51.74])
by gir.maski.org (Postfix) with ESMTP id A5A6950262
for <mnet-patches at mnetproject.org>; Fri, 7 May 2004 15:24:55 +0100 (BST)
Received: by soap.maski.org (Postfix, from userid 1000)
id A546E48759; Fri, 7 May 2004 10:21:29 -0400 (EDT)
To: mnet-patches at mnetproject.org
Subject: darcs patch
DarcsURL: http://mnetproject.org/repos/mnet
Content-Type: multipart/mixed; boundary="aaack"
Message-Id: <20040507142129.A546E48759 at soap.maski.org>
Date: Fri, 7 May 2004 10:21:29 -0400 (EDT)
--aaack
Thu May 6 21:06:55 EDT 2004 ash at ash.de
* fix default bootpage list
Thu May 6 21:54:35 EDT 2004 ash at ash.de
* stupid blockserver bugfix
Thu May 6 22:24:01 EDT 2004 ash at ash.de
* dont stop BW when completing a job
Fri May 7 09:51:42 EDT 2004 ash at ash.de
* minor egtp merging (idlib,mojoutil)
--aaack
Content-Type: text/x-darcs-patch
Content-Description: A darcs patch for your repository!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Context:
[TAG 0.7a136-UNSTABLE
ash at ash.de**20040506210942]
New patches:
[fix default bootpage list
ash at ash.de**20040507010655] {
hunk ./mnetlib/scripts/startup.py 79
- - 'http://metatracker.zooko.com:11078/bootpage/',
}
[stupid blockserver bugfix
ash at ash.de**20040507015435] {
hunk ./mnetlib/filesystem/blockserver.py 83
- - blocksize = self.node.multiblockstore.has_block(blockid)
- - if blocksize > 0:
+ block = self.node.multiblockstore.has_block(blockid)
+ if block:
}
[dont stop BW when completing a job
ash at ash.de**20040507022401] {
hunk ./mnetlib/filesystem/blockwrangler.py 150
- - self.stop()
+ #self.stop()
}
[minor egtp merging (idlib,mojoutil)
ash at ash.de**20040507135142] {
hunk ./egtp/idlib.py 28
- -import EGTPConstants, std, mojosixbit, std
+import EGTPConstants, std, mojosixbit
hunk ./egtp/mojoutil.py 450
- - tmpfname = fileutil.mktemp(prefix=humanreadable.hr(func))
+ tmpfname = fileutil.mktemp(prefix=humanreadable.hr(func)[15:30])
hunk ./egtp/mojoutil.py 470
- - tmpfname = fileutil.mktemp(prefix=humanreadable.hr(func))
+ tmpfname = fileutil.mktemp(prefix=humanreadable.hr(func)[15:30])
hunk ./egtp/mojoutil.py 493
- - p = profile.Profile()
+ p = profile.Profile() # Default bias.
+ p = profile.Profile(bias=0.000004) # This bias was observed on Zooko's Athlon XP desktop -- if you are doing serious profiling you might want to determine your own bias (see the docs for the "profile" module in the Python standard library).
+
hunk ./egtp/mojoutil.py 501
- - tmpfname = fileutil.mktemp(prefix=humanreadable.hr(func))
+ tmpfname = fileutil.mktemp(prefix=humanreadable.hr(func)[15:30])
}
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFAm5tpNPAJa5mqr1ARAuMbAJ9OscjoN2j2zPBSiNJasXODSJ0BTgCfY7tH
ZsgIkQqq5jVkWQSz3O1rBpw=
=O5F8
-----END PGP SIGNATURE-----
--aaack
More information about the Mnet-devel
mailing list