[sakai2-tcc] Proposal: release Sakai 2.9.0 on Friday, November 9 barring any new blockers

Beth Kirschner bkirschn at umich.edu
Fri Nov 2 08:18:00 PDT 2012


We ran the statement below, but it only sets a default value of 0 for new INSERTS (new sites), but existing sites require the following:
	update SAKAI_SITE set IS_SOFTLY_DELETED=0 where IS_SOFTLY_DELETED is null; 

I really hate to delay the release for this, but it is nasty. What do folks think about adding this to the release notes versus delaying the release to include this in RC03/RC04? Is it possible to fix this and still squeeze this into RC03?

- Beth

On Nov 2, 2012, at 11:07 AM, Sam Ottenhoff wrote:

> So Oracle does not set the default to 0 but MySQL does?
> 
> sakai_2_9_0_mysql_conversion.sql:alter table SAKAI_SITE add IS_SOFTLY_DELETED char(1) not null default 0;
> sakai_2_9_0_oracle_conversion.sql:alter table SAKAI_SITE add IS_SOFTLY_DELETED char(1) default 0 not null;
> 
> 
> 
> On Fri, Nov 2, 2012 at 11:01 AM, Beth Kirschner <bkirschn at umich.edu> wrote:
> We found a nasty blocker in the conversion scripts, but luckily it's easy to fix:
>         https://jira.sakaiproject.org/browse/SAK-22863
> 
> - Beth
> 
> On Nov 1, 2012, at 2:31 PM, Sam Ottenhoff wrote:
> 
> > There are currently no blocker bugs against the Sakai 2.9.x branch.  I
> > propose that a roll call vote be scheduled by the TCC chair on the
> > question of releasing Sakai 2.9.0.
> >
> > Sakai 2.9.0-rc03 will be released tomorrow, Friday November 2.  I
> > propose that *barring any new blockers against 2.9.x*, we release
> > Sakai 2.9.0 on Friday, November 9.
> >
> > Our next available release date will not be until November 20 because
> > of vacation schedules.  If blockers are found in 2.9.0-rc03, we will
> > aim to fix the blockers, verify, and regroup for Tuesday, November 20.
> > The following available release date will not be until November 29
> > because of the US Thanksgiving holiday.
> >
> > I propose:
> >
> > Voting start: Friday, November 2, 2012, 00:00 UTC
> > Voting end: Tuesday, November 6, 2012, 23:59 UTC
> > Tagging release: Thursday-Friday, November 9, 2012
> > Public Announcement: Monday, November 12, 2012
> >
> > A -1 vote must be accompanied by a detailed explanation. A single -1
> > vote based on a material objection will block action.  However, -1
> > blocking votes can be overridden by a 2/3 majority roll call vote of
> > active TCC members.
> >
> > The Security WG has been polled by Neal and no objections were made to
> > the readiness of the release.
> >
> > --Sam
> > _______________________________________________
> > sakai2-tcc mailing list
> > sakai2-tcc at collab.sakaiproject.org
> > http://collab.sakaiproject.org/mailman/listinfo/sakai2-tcc
> 
> 



More information about the sakai2-tcc mailing list