X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=OdIAxPV4sozlxaMUgIjAEVou00cEVKn2y8Mk/BnT6Ok=; b=NuafQ71lWNWMae5628wcVdGFPRDnKCXtkZJXVCgXxdqF/36hW5nhV0RBnuRIXiU6qx xhuLK/7sT1r1BrBLLAEU0DMiT2Ea/srXypqHPp4U3rxAumoG5oa+Y/iJ/9GxdD4MEMLY ei9pOQlNJ0Te+1sInba5HCcgAq3jX5T12DyG7KAlpcMq5JpaynmSlsx8ezHt1QE9STK9 zDF9ywT28uHmgaz4RogwXxkB4fCOVKsNElhTx67SpHv8cE8xCbgu0d/+eQ3c6XKZ9cqs GQ0Dlnbzpp6MLKA0leTrU3GbYJ2HtBDrtXGh9koRzueS0TL5amNj6BW4DoM0mQfAUoeJ a+zg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=OdIAxPV4sozlxaMUgIjAEVou00cEVKn2y8Mk/BnT6Ok=; b=g7gnwI6kXT7+Uem6RIId0xPESXcVr+zRx27Pi7J39TzUp/a5fm3Rju4vdxbjXW4ulX 3PfdVy15dKbsawxO2vgQyvHW65D0kvV9S0EdurzQxmU2PPQirwz3aWKBNmHjRnphbLnR 2UXp1c+aOD20TpKwmzoYBi2FmaNryFvLQteZkjItVc7Y1CkwkpvFSQg/mo6ePifZn1MW fxZ1XaYiKzwAG20QSFvIXvXpR+MKIXfcgWTb8amKQSg1SqzZUf/D4l7mXF2+ktrxrmkw VG6zd/i59XIV12kmPh7hoO/Gr+q6ScESBwcJS4MqgYOH6CyGTNpV7VLjVxpeEU01DOyc QqCw== X-Gm-Message-State: AG10YOSrZtfNEtsuNFiMITFS02fQnpp5BwEck0rzj6ve+nj1PYZ8VK76dYuWeyIIzx9vZQ== X-Received: by 10.194.193.106 with SMTP id hn10mr16461674wjc.134.1453331375049; Wed, 20 Jan 2016 15:09:35 -0800 (PST) Date: Thu, 21 Jan 2016 00:09:30 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Releaseability of gEDA code Message-Id: <20160121000930.e02a8a54b74efb839db9f7bd@gmail.com> In-Reply-To: References: <20151223195846 DOT 8392 DOT qmail AT stuge DOT se> <20151229155647 DOT GA3752 AT localhost DOT localdomain> <20151229175222 DOT GD3752 AT localhost DOT localdomain> <96A12FC1-E09C-4D63-8346-5A62FDAB4228 AT sbcglobal DOT net> <20160120173024 DOT GB16858 AT localhost DOT localdomain> <201601201903 DOT u0KJ3Lx4026878 AT envy DOT delorie DOT com> <20160120210035 DOT 3859 DOT qmail AT stuge DOT se> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > On Wed, Jan 20, 2016 at 12:00 PM, Peter Stuge (peter AT stuge DOT se) [via > geda-user AT delorie DOT com] wrote: > > > DJ Delorie wrote: > > > Do we want to change how we do development? > > > > For the sake of simplicity I am a strong proponent of having master > > be releaseable at all times. > > > > Then we need another branch unstable_master or something, because what you > propose means in practice that we aren't going to test each other's work > much before unleashing it on unsuspecting users. Are you really likely to > go through and carefully try every branch? I think there should be a head/master branch there everything enter as soon as possible. Then there would be a need to fork of "stable" releases, preferably only disable features which do not work well because time spent on release will to at least some extent be lost from development.