From dridi at varni.sh Mon Mar 6 20:35:32 2017 From: dridi at varni.sh (Dridi Boukelmoune) Date: Mon, 6 Mar 2017 21:35:32 +0100 Subject: Commits digest Message-ID: Hello, Do the keepers of the blessed script that sends git commit emails know why sometimes commit don't land in varnish-commit? The only pattern I have identified so far is that we don't get Geoff's commits, see the archive for this month so far: https://www.varnish-cache.org/lists/pipermail/varnish-commit/2017-March/date.html Dridi From geoff at uplex.de Mon Mar 6 20:45:43 2017 From: geoff at uplex.de (Geoff Simmons) Date: Mon, 6 Mar 2017 21:45:43 +0100 Subject: Commits digest In-Reply-To: References: Message-ID: <281728a5-dc57-0738-014a-177e3a567673@uplex.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 03/06/2017 09:35 PM, Dridi Boukelmoune wrote: > > Do the keepers of the blessed script that sends git commit emails > know why sometimes commit don't land in varnish-commit? > > The only pattern I have identified so far is that we don't get > Geoff's commits, ... It's because I'm not a member of the list. For every commit, I get a mail with this: - -----8<----- Your mail to 'varnish-commit' with the subject $COMMIT_MSG Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list - -----8<----- Which made me think that there's a list moderator doing something, but I guess not. I suppose you'd see them eventually, if there were such a moderator. Do I need to join the list? I'm just lazy and read the git logs, would rather not get the spam (too much of that as it is). Best, Geoff - -- ** * * UPLEX - Nils Goroll Systemoptimierung Scheffelstra?e 32 22301 Hamburg Tel +49 40 2880 5731 Mob +49 176 636 90917 Fax +49 40 42949753 http://uplex.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYvcp3AAoJEOUwvh9pJNURKK4P/3NaT4ByZRCvgJZMPRssn5CO QL6ZWCVZTShaYswHw//+eQQmrrs3p1DFIc9WdjqXAGMHcP6IHSZmPc/R3yIvxHld h333MjYNH9klLcgXQyrOImGNRy96akR/9LDo/3fGQn3tHqYxNUHvcMqlFS+urWBP BSiYY+AW+MrWCzt1esNi1mOYsGsjDq1Zsjw0JUOKQO1hvotOpBGfkmFSchTqp0rd ukpqdV/T4h0TP7dHFm2MWjiZNldodnxTWrtWW5rtrsvkzBPjroaOzXfGxXWARI3P ZOsVeyp6MJxMP7lOnM3RHKmNqQY8jteaeIIJEPchpqjf1wwIunUpNCwL1BasEMzE MbMcw18Qdh2hUzawfaJWk8NIEcbIUXjMpAuOCbS+hUqNvPZ7a13B8OmCBMyPkFlF NCd6g+d0Sqho/vN5F82goIkEIag+0ImOgXLpXM1qEgjuW0TA6FHpkvXQOjS55Dg4 Hp+IBJDw28eEuHbn6DyBKh7oRczKBC2CRcT4bUL6LDBEQCXYpONAplQfDQXhx6/W LKs11GT4jBC0wREDamXKvPpazGtV27VRq2wd5T6eDNuRfRwb17x3FHCM0h4k/1Ju ximvhwRZACXC2W3lQ6+cCFVFO4pq4tB4gH38boL1hnvDOz/Q5jOpqtQfJqO1hipK S6SmjPn7mbLDI2VUNI4k =nAGY -----END PGP SIGNATURE----- From dridi at varni.sh Mon Mar 6 20:57:30 2017 From: dridi at varni.sh (Dridi Boukelmoune) Date: Mon, 6 Mar 2017 21:57:30 +0100 Subject: Commits digest In-Reply-To: <281728a5-dc57-0738-014a-177e3a567673@uplex.de> References: <281728a5-dc57-0738-014a-177e3a567673@uplex.de> Message-ID: > Do I need to join the list? I'm just lazy and read the git logs, would > rather not get the spam (too much of that as it is). Dunno about your email setup but with my VS address I have no problem setting up filters to deal with lists (in my case I tag them as commits). Once you're sure it won't get in the way, please join. It's very convenient to follow what's happening. Cheers From dridi at varni.sh Thu Mar 9 16:55:29 2017 From: dridi at varni.sh (Dridi Boukelmoune) Date: Thu, 9 Mar 2017 17:55:29 +0100 Subject: SVG change for hitpass Message-ID: Hi, Here is a partial diff of the change I'm ready to push if the result is OK for everyone: -label="[...]{deliver|{304?|other?}}}}" +label="[...]{deliver or pass|{304?|other?}}}}" Please find the resulting SVG attached. It doesn't follow the usual pattern but I don't think having two boxes with "304?/other?" sub boxes (or whatever it is called) would bring value. And there's still return(fail) to sneak in the diagrams. Thoughts? Dridi -------------- next part -------------- A non-text attachment was scrubbed... Name: cache_fetch.svg Type: image/svg+xml Size: 19813 bytes Desc: not available URL: From phk at phk.freebsd.dk Sun Mar 12 22:14:02 2017 From: phk at phk.freebsd.dk (Poul-Henning Kamp) Date: Sun, 12 Mar 2017 22:14:02 +0000 Subject: Varnish Code-freeze Message-ID: <34390.1489356842@critter.freebsd.dk> We are now in *HARD* code freeze until the 5.1 release on wednesday. All commits outside the doc/ subtree requires my explicit OK, and the change will have to be important before I grant that. Please test -trunk to the fullest of your ability, including H2 if you can. Thanks! Poul-Henning -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk at FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From geoff at uplex.de Mon Mar 13 06:16:10 2017 From: geoff at uplex.de (Geoff Simmons) Date: Mon, 13 Mar 2017 07:16:10 +0100 Subject: Varnish Code-freeze In-Reply-To: <34390.1489356842@critter.freebsd.dk> References: <34390.1489356842@critter.freebsd.dk> Message-ID: <808b7cfc-e5ad-f30c-9936-20ece81a4337@uplex.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 03/12/2017 11:14 PM, Poul-Henning Kamp wrote: > We are now in *HARD* code freeze until the 5.1 release on > wednesday. > > All commits outside the doc/ subtree requires my explicit OK, and > the change will have to be important before I grant that. Since I can't make it to bugwash today: the release docs -- What's New, Upgrading and changes.rst -- are now first drafts, meaning that they cover everything I thought worth mentioning that's new in 5.1. I didn't know before last week that I'd be doing that, so I've gone through the git logs since 5.0, and some of this is material that I wasn't paying close attention to as it was happening, sorry about that. Meaning that I could have easily gotten some things wrong. So please feel free to review and correct the docs. I know I've already said that a few times on IRC, but I'd rather say so too often than not often enough. Go ahead and change, add or delete as you see fit, don't feel obligated to talk it over with me, I don't feel protective of anything here. One suggestion: I think that the VSL queries against VXID are a nice enough "goodie" to warrant a section in What's New. And there may be others. Will someone be going through the release procedure that is set forth here: https://github.com/varnishcache/varnish-cache/wiki/Release-procedure ... ? Best, Geoff - -- ** * * UPLEX - Nils Goroll Systemoptimierung Scheffelstra?e 32 22301 Hamburg Tel +49 40 2880 5731 Mob +49 176 636 90917 Fax +49 40 42949753 http://uplex.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYxjkqAAoJEOUwvh9pJNURUk4P/3JiQOmuYiPvmBJ3Sw6bu9Gr jZ30ycvDrE5ZNPRTeqjNIV2kBvyEf78nvjRj+R6sMJ0d6D3fGX07VlM+ba1qpu8+ /WOHpRscepv/IMrvdZiwnuHzIvMHJzsOktfLMoZZ6S168namUFSaGhh+XDEPn7UE EDrYthuTfby3xFnP4V8iVLZtK+O+gm+h/DNay5HIb6ZchomfytPi9ZQBqdJnWnkG qo9unMDvXz1p9drUvZUgc2ouZkaCIWr6J8/WA+sZYHIOvow8Q68FXsVE4kUlz/0w FHj/CkMYpNHETkyWiuvekLaYkLqSQsSQa6yeZgUqtUglrLXIF0sqxteRBeSFdfHJ VQL/K6nZ38ERU/0e6givV174qQmcf+5S+yEoB43G9ryXea8zS/BHITyXEVnukZTL Ozod0EefimAyCZBaYIGe0NrCXguQXzuecVk80jInlq1JgdzyhMYgei1ufa6f4PJH 4/RdJMUo5CfY0Beq/CMSC8s2iU1tca2cGn12woGAU+soHgG/+oFVV/kbM58q69D4 ww3U3jkGgy0vG9h2Srz95PrgiGlvurlsPDW3vPaLibJh97taDmIr9C/1UXF4mIX0 CoV+OTsCeHyn0wL+GWFHqVNFS0i9OdeC0PHec3b3zSJynalrJ2MiT9aGQQh0fNf9 Vn+klqJGN/i2NJxAvPw4 =jgz7 -----END PGP SIGNATURE----- From phk at phk.freebsd.dk Mon Mar 13 06:39:30 2017 From: phk at phk.freebsd.dk (Poul-Henning Kamp) Date: Mon, 13 Mar 2017 06:39:30 +0000 Subject: Varnish Code-freeze In-Reply-To: <808b7cfc-e5ad-f30c-9936-20ece81a4337@uplex.de> References: <34390.1489356842@critter.freebsd.dk> <808b7cfc-e5ad-f30c-9936-20ece81a4337@uplex.de> Message-ID: <36204.1489387170@critter.freebsd.dk> -------- In message <808b7cfc-e5ad-f30c-9936-20ece81a4337 at uplex.de>, Geoff Simmons write s: >Since I can't make it to bugwash today: the release docs -- What's >New, Upgrading and changes.rst -- are now first drafts, meaning that >they cover everything I thought worth mentioning that's new in 5.1. We really appreciate you did that Geoff, thanks a LOT! -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk at FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From sollie at sparkz.no Wed Mar 29 18:15:05 2017 From: sollie at sparkz.no (sollie) Date: Wed, 29 Mar 2017 19:15:05 +0100 Subject: =?utf-8?B?T01HIGl0J3MgdHJ1ZQ==?= Message-ID: <1882036478.20170329211505@sparkz.no> Dear, I've just found something really interesting and OMG ... it?s amazing, just take a look http://valenciaballet.info/guide.php?cacb Sent from a prehistoric stone tablet, sollie -------------- next part -------------- An HTML attachment was scrubbed... URL: