Re: [freenet-support] Freenet 0.7.5 build 1293
On Sunday 24 October 2010 20:47:22 Dennis Nezic wrote: On Sat, 23 Oct 2010 23:47:58 +0200, Martin Nyhus wrote: On Saturday 23. October 2010 19:30:18 Dennis Nezic wrote: On Sat, 23 Oct 2010 00:27:01 -0400, Dennis Nezic wrote: Ok, not so obvious. How can I checkout tag build01295? You can checkout tags just like branches, so try git checkout build01295. (After I git fetch fred-official, it is not in the list of tags :|). Either it isn't there, or it wasn't fetched because it wasn't on one of the fetched branches. The --tags option will fetch all the tags, so git fetch --tags fred-official should get it. fred-official only has one branch, master, and it is only up to build 1293ish. Suggestions? Fetch fred-staging? signature.asc Description: This is a digitally signed message part. ___ Support mailing list Support@freenetproject.org http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
Re: [freenet-support] Freenet 0.7.5 build 1293
On Sat, 23 Oct 2010 23:47:58 +0200, Martin Nyhus wrote: On Saturday 23. October 2010 19:30:18 Dennis Nezic wrote: On Sat, 23 Oct 2010 00:27:01 -0400, Dennis Nezic wrote: Ok, not so obvious. How can I checkout tag build01295? You can checkout tags just like branches, so try git checkout build01295. (After I git fetch fred-official, it is not in the list of tags :|). Either it isn't there, or it wasn't fetched because it wasn't on one of the fetched branches. The --tags option will fetch all the tags, so git fetch --tags fred-official should get it. fred-official only has one branch, master, and it is only up to build 1293ish. Suggestions? ___ Support mailing list Support@freenetproject.org http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
Re: [freenet-support] Freenet 0.7.5 build 1293
On Sat, 23 Oct 2010 00:27:01 -0400, Dennis Nezic wrote: On Sat, 23 Oct 2010 00:00:30 -0400, Dennis Nezic wrote: On Fri, 22 Oct 2010 21:35:27 -0400, Dennis Nezic wrote: On Sat, 23 Oct 2010 02:09:02 +0100, Matthew Toseland wrote: On Friday 22 October 2010 01:13:53 Dennis Nezic wrote: On Wed, 20 Oct 2010 17:45:44 +0100, Matthew Toseland wrote: Freenet 0.7.5 build 1293 is now available, and will be mandatory on Monday. This consists of improvements to the block transfer code, most of which should be invisible - minor optimisations and code simplifications. Also there are some changes related to timeouts so that when a transfer fails the sender will immediately tell the receiver rather than waiting and then blaming the receiver for timing out. This is mostly intended to make it easier to debug the next lot of changes to the block receive code and fair sharing between peers in load management. Please upgrade ASAP, and let me know if there are any problems (you might particularly want to watch the block success statistics on the stats page in advanced mode). Thanks. Why hasn't the github.com/freenet/fred-official master branch been updated? Because I didn't release from master. Why not? Currently I have to fetch the entire 27MB git tree/build01294, instead of simply updating less than a meg or so from the master branch. (Or is there a more efficient way to git this :b.) Blargh. Ignore everything except for my first sentence. (Obviously I could git checkout whatever tag I wanted without downloading the entire repository.) Ok, not so obvious. How can I checkout tag build01295? Anyone...? Anyone...? Anyone...? (After I git fetch fred-official, it is not in the list of tags :|). ___ Support mailing list Support@freenetproject.org http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
Re: [freenet-support] Freenet 0.7.5 build 1293
On Saturday 23. October 2010 19:30:18 Dennis Nezic wrote: On Sat, 23 Oct 2010 00:27:01 -0400, Dennis Nezic wrote: Ok, not so obvious. How can I checkout tag build01295? You can checkout tags just like branches, so try git checkout build01295. (After I git fetch fred-official, it is not in the list of tags :|). Either it isn't there, or it wasn't fetched because it wasn't on one of the fetched branches. The --tags option will fetch all the tags, so git fetch --tags fred-official should get it. signature.asc Description: This is a digitally signed message part. ___ Support mailing list Support@freenetproject.org http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
Re: [freenet-support] Freenet 0.7.5 build 1293
On Friday 22 October 2010 01:13:53 Dennis Nezic wrote: On Wed, 20 Oct 2010 17:45:44 +0100, Matthew Toseland wrote: Freenet 0.7.5 build 1293 is now available, and will be mandatory on Monday. This consists of improvements to the block transfer code, most of which should be invisible - minor optimisations and code simplifications. Also there are some changes related to timeouts so that when a transfer fails the sender will immediately tell the receiver rather than waiting and then blaming the receiver for timing out. This is mostly intended to make it easier to debug the next lot of changes to the block receive code and fair sharing between peers in load management. Please upgrade ASAP, and let me know if there are any problems (you might particularly want to watch the block success statistics on the stats page in advanced mode). Thanks. Why hasn't the github.com/freenet/fred-official master branch been updated? Because I didn't release from master. signature.asc Description: This is a digitally signed message part. ___ Support mailing list Support@freenetproject.org http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
Re: [freenet-support] Freenet 0.7.5 build 1293
On Sat, 23 Oct 2010 02:09:02 +0100, Matthew Toseland wrote: On Friday 22 October 2010 01:13:53 Dennis Nezic wrote: On Wed, 20 Oct 2010 17:45:44 +0100, Matthew Toseland wrote: Freenet 0.7.5 build 1293 is now available, and will be mandatory on Monday. This consists of improvements to the block transfer code, most of which should be invisible - minor optimisations and code simplifications. Also there are some changes related to timeouts so that when a transfer fails the sender will immediately tell the receiver rather than waiting and then blaming the receiver for timing out. This is mostly intended to make it easier to debug the next lot of changes to the block receive code and fair sharing between peers in load management. Please upgrade ASAP, and let me know if there are any problems (you might particularly want to watch the block success statistics on the stats page in advanced mode). Thanks. Why hasn't the github.com/freenet/fred-official master branch been updated? Because I didn't release from master. Why not? Currently I have to fetch the entire 27MB git tree/build01294, instead of simply updating less than a meg or so from the master branch. (Or is there a more efficient way to git this :b.) ___ Support mailing list Support@freenetproject.org http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
Re: [freenet-support] Freenet 0.7.5 build 1293
On Fri, 22 Oct 2010 21:35:27 -0400, Dennis Nezic wrote: On Sat, 23 Oct 2010 02:09:02 +0100, Matthew Toseland wrote: On Friday 22 October 2010 01:13:53 Dennis Nezic wrote: On Wed, 20 Oct 2010 17:45:44 +0100, Matthew Toseland wrote: Freenet 0.7.5 build 1293 is now available, and will be mandatory on Monday. This consists of improvements to the block transfer code, most of which should be invisible - minor optimisations and code simplifications. Also there are some changes related to timeouts so that when a transfer fails the sender will immediately tell the receiver rather than waiting and then blaming the receiver for timing out. This is mostly intended to make it easier to debug the next lot of changes to the block receive code and fair sharing between peers in load management. Please upgrade ASAP, and let me know if there are any problems (you might particularly want to watch the block success statistics on the stats page in advanced mode). Thanks. Why hasn't the github.com/freenet/fred-official master branch been updated? Because I didn't release from master. Why not? Currently I have to fetch the entire 27MB git tree/build01294, instead of simply updating less than a meg or so from the master branch. (Or is there a more efficient way to git this :b.) Blargh. Ignore everything except for my first sentence. (Obviously I could git checkout whatever tag I wanted without downloading the entire repository.) ___ Support mailing list Support@freenetproject.org http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
Re: [freenet-support] Freenet 0.7.5 build 1293
On Sat, 23 Oct 2010 00:00:30 -0400, Dennis Nezic wrote: On Fri, 22 Oct 2010 21:35:27 -0400, Dennis Nezic wrote: On Sat, 23 Oct 2010 02:09:02 +0100, Matthew Toseland wrote: On Friday 22 October 2010 01:13:53 Dennis Nezic wrote: On Wed, 20 Oct 2010 17:45:44 +0100, Matthew Toseland wrote: Freenet 0.7.5 build 1293 is now available, and will be mandatory on Monday. This consists of improvements to the block transfer code, most of which should be invisible - minor optimisations and code simplifications. Also there are some changes related to timeouts so that when a transfer fails the sender will immediately tell the receiver rather than waiting and then blaming the receiver for timing out. This is mostly intended to make it easier to debug the next lot of changes to the block receive code and fair sharing between peers in load management. Please upgrade ASAP, and let me know if there are any problems (you might particularly want to watch the block success statistics on the stats page in advanced mode). Thanks. Why hasn't the github.com/freenet/fred-official master branch been updated? Because I didn't release from master. Why not? Currently I have to fetch the entire 27MB git tree/build01294, instead of simply updating less than a meg or so from the master branch. (Or is there a more efficient way to git this :b.) Blargh. Ignore everything except for my first sentence. (Obviously I could git checkout whatever tag I wanted without downloading the entire repository.) Ok, not so obvious. How can I checkout tag build01295? ___ Support mailing list Support@freenetproject.org http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
Re: [freenet-support] Freenet 0.7.5 build 1293
On Wed, 20 Oct 2010 17:45:44 +0100, Matthew Toseland wrote: Freenet 0.7.5 build 1293 is now available, and will be mandatory on Monday. This consists of improvements to the block transfer code, most of which should be invisible - minor optimisations and code simplifications. Also there are some changes related to timeouts so that when a transfer fails the sender will immediately tell the receiver rather than waiting and then blaming the receiver for timing out. This is mostly intended to make it easier to debug the next lot of changes to the block receive code and fair sharing between peers in load management. Please upgrade ASAP, and let me know if there are any problems (you might particularly want to watch the block success statistics on the stats page in advanced mode). Thanks. With build 1292, /tmp/bloom-23423423tmp files are still not getting removed. I'm sure this has been fixed (again) in 1293 (or 1294) :b. ___ Support mailing list Support@freenetproject.org http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
Re: [freenet-support] Freenet 0.7.5 build 1293
On Wed, 20 Oct 2010 17:45:44 +0100, Matthew Toseland wrote: Freenet 0.7.5 build 1293 is now available, and will be mandatory on Monday. This consists of improvements to the block transfer code, most of which should be invisible - minor optimisations and code simplifications. Also there are some changes related to timeouts so that when a transfer fails the sender will immediately tell the receiver rather than waiting and then blaming the receiver for timing out. This is mostly intended to make it easier to debug the next lot of changes to the block receive code and fair sharing between peers in load management. Please upgrade ASAP, and let me know if there are any problems (you might particularly want to watch the block success statistics on the stats page in advanced mode). Thanks. Why hasn't the github.com/freenet/fred-official master branch been updated? ___ Support mailing list Support@freenetproject.org http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:support-requ...@freenetproject.org?subject=unsubscribe