I personally don't think a 4.0.1 is something we want to do. Lets plow ahead. Its only 2 weeks to code freeze for 4.1 anyway.
-- John
On Fri, 28 Jan 2005, Bernard Li wrote:
More importantly, are we planning on releasing 4.0.1? If not, then there is no point to commit it to the 4.0 branch.
The trunk is open, so no worries.
Cheers,
Bernard
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Squyres Sent: Friday, January 28, 2005 16:32 To: OSCAR-devel Subject: [Oscar-devel] RM approval: switcher/scripts/setup fix
Do I need to commit this on the 4.0 branch as well? (and if so, can I get RM approval?)
(BTW, I just realized that I assumed that the trunk was open for commits -- if it's not, I'll back out my commit and slink away into the shadows ;-) )
Begin forwarded message:
Revision: 2864From: Jeffrey Squyres <[EMAIL PROTECTED]> Date: January 28, 2005 4:09:41 PM PST To: [EMAIL PROTECTED] Subject: [Oscar-checkins] r2864 - trunk/packages/switcher/scripts Reply-To: [email protected]
Author: jsquyres Date: 2005-01-28 19:09:40 -0500 (Fri, 28 Jan 2005) Newto Bernard
Modified: trunk/packages/switcher/scripts/setup Log: Ensure that we pickup all flavors of RH properly. Thanks18:26:41 UTC (revfor this fix.
Modified: trunk/packages/switcher/scripts/setup =================================================================== --- trunk/packages/switcher/scripts/setup 2005-01-2800:09:40 UTC (rev2863) +++ trunk/packages/switcher/scripts/setup 2005-01-29drag-&-drop reports.2864) @@ -36,10 +36,9 @@ $source_dir .= "80"; } elsif ($ver eq "9") { $source_dir .= "90"; - } elsif ($ver eq "3as") { + } elsif ($ver eq "3as" || $ver eq "3es") { $source_dir .= "3as"; - } - else { + } else { $source_dir .= "72"; } } elsif ($name eq "suse") {
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. CreateSave time by over 75%! Publish reports on the web. Exportto DOC, XLS, RTF, etc.Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Oscar-checkins mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-checkins
-- {+} Jeff Squyres {+} [EMAIL PROTECTED] {+} http://www.lam-mpi.org/
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
