atom feed6 messages in ru.sysoev.nginxRe: Complie Module Error: nginx-uploa...
FromSent OnAttachments
Elena ZwetkowFeb 17, 2011 9:52 am 
Piotr SikoraFeb 17, 2011 9:58 am 
Elena ZwetkowFeb 17, 2011 10:18 am 
Mark ConstableFeb 17, 2011 10:21 am 
Valery KholodkovFeb 17, 2011 1:02 pm 
Piotr SikoraFeb 17, 2011 2:00 pm 
Subject:Re: Complie Module Error: nginx-upload-module
From:Mark Constable (mar@renta.net)
Date:Feb 17, 2011 10:21:12 am
List:ru.sysoev.nginx

On 18/02/11, Valery Kholodkov wrote:

If by "current" you mean "master" branch from GitHub, then you're wrong. Try using "2.2" branch ;)

btw Valery: you should really push "2.2" to "master", this issue is reported over and over again.

The master branch contains some experimental code. I prefer to think about master as experimental and keep stable code on branches.

It should be the other way around, "always summer in trunk" where master is reasonably stable and various experiments are done in other branches and only merged to master when stabilised, possibly channeled through a "next" branch.

Why? Because knowing which branch is stable requires special knowledge about the project, and is a moving target, whereas the master branch is a single persistent and canonical target that newbies, and experts, can pull knowing it will always build and most likely operate as advertised.

Stable code in branches is what tags are for.

--markc