Csound Csound-dev Csound-tekno Search About

[Cs-dev] Release branch 6.01.0 finished

Date2013-10-22 19:59
FromSteven Yi
Subject[Cs-dev] Release branch 6.01.0 finished
Hi All,

I've used git-flow to finish off the 6.01.0 branch.  This has now been
merged into both master and develop.  I realized a bit too late that
the tag generated was 6.01.00 and not csound6_01; not sure if there's
an easy way to revise the tag name or not, suggestions appreciated.

At this point, master should now be stable to build from and reflects
exactly 6.01.0.  Develop should be where all new work goes.  If we
need to do any bug-fix releases, we can create a hotfix branch with
git-flow.

Let me know if you have any questions, thanks!
steven

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-22 20:13
FromJustin Smith
SubjectRe: [Cs-dev] Release branch 6.01.0 finished
AttachmentsNone  None  
I don't know how this affects git-flow at all, but if you want a csound6_01 tag to exist you can just check out the relevant commit and create / push the tag. There is no need to rename a tag.


On Tue, Oct 22, 2013 at 11:59 AM, Steven Yi <stevenyi@gmail.com> wrote:
Hi All,

I've used git-flow to finish off the 6.01.0 branch.  This has now been
merged into both master and develop.  I realized a bit too late that
the tag generated was 6.01.00 and not csound6_01; not sure if there's
an easy way to revise the tag name or not, suggestions appreciated.

At this point, master should now be stable to build from and reflects
exactly 6.01.0.  Develop should be where all new work goes.  If we
need to do any bug-fix releases, we can create a hotfix branch with
git-flow.

Let me know if you have any questions, thanks!
steven

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-10-22 20:15
FromSteven Yi
SubjectRe: [Cs-dev] Release branch 6.01.0 finished
Ah, that was easy enough, thanks! I made and pushed a csound6_01 tag now.

On Tue, Oct 22, 2013 at 3:13 PM, Justin Smith  wrote:
> I don't know how this affects git-flow at all, but if you want a csound6_01
> tag to exist you can just check out the relevant commit and create / push
> the tag. There is no need to rename a tag.
>
>
> On Tue, Oct 22, 2013 at 11:59 AM, Steven Yi  wrote:
>>
>> Hi All,
>>
>> I've used git-flow to finish off the 6.01.0 branch.  This has now been
>> merged into both master and develop.  I realized a bit too late that
>> the tag generated was 6.01.00 and not csound6_01; not sure if there's
>> an easy way to revise the tag name or not, suggestions appreciated.
>>
>> At this point, master should now be stable to build from and reflects
>> exactly 6.01.0.  Develop should be where all new work goes.  If we
>> need to do any bug-fix releases, we can create a hotfix branch with
>> git-flow.
>>
>> Let me know if you have any questions, thanks!
>> steven
>>
>>
>> ------------------------------------------------------------------------------
>> October Webinars: Code for Performance
>> Free Intel webinars can help you accelerate application performance.
>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
>> from
>> the latest Intel processors and coprocessors. See abstracts and register >
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-22 20:45
FromFelipe Sateler
SubjectRe: [Cs-dev] Release branch 6.01.0 finished
The csound6_01 tag is 4 days old...

https://github.com/fsateler/csound/releases

On Tue, Oct 22, 2013 at 4:15 PM, Steven Yi  wrote:
> Ah, that was easy enough, thanks! I made and pushed a csound6_01 tag now.
>
> On Tue, Oct 22, 2013 at 3:13 PM, Justin Smith  wrote:
>> I don't know how this affects git-flow at all, but if you want a csound6_01
>> tag to exist you can just check out the relevant commit and create / push
>> the tag. There is no need to rename a tag.
>>
>>
>> On Tue, Oct 22, 2013 at 11:59 AM, Steven Yi  wrote:
>>>
>>> Hi All,
>>>
>>> I've used git-flow to finish off the 6.01.0 branch.  This has now been
>>> merged into both master and develop.  I realized a bit too late that
>>> the tag generated was 6.01.00 and not csound6_01; not sure if there's
>>> an easy way to revise the tag name or not, suggestions appreciated.
>>>
>>> At this point, master should now be stable to build from and reflects
>>> exactly 6.01.0.  Develop should be where all new work goes.  If we
>>> need to do any bug-fix releases, we can create a hotfix branch with
>>> git-flow.
>>>
>>> Let me know if you have any questions, thanks!
>>> steven
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> October Webinars: Code for Performance
>>> Free Intel webinars can help you accelerate application performance.
>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
>>> from
>>> the latest Intel processors and coprocessors. See abstracts and register >
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>> ------------------------------------------------------------------------------
>> October Webinars: Code for Performance
>> Free Intel webinars can help you accelerate application performance.
>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
>> from
>> the latest Intel processors and coprocessors. See abstracts and register >
>> http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel



-- 

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-22 20:47
FromSteven Yi
SubjectRe: [Cs-dev] Release branch 6.01.0 finished
Yes, I (perhaps improperly) deleted the old csound6_01 tag.  My
thought was that it wasn't supposed to have been tagged at that time,
but after the release branch was completed.  If that causes problems,
then mea culpa.

On Tue, Oct 22, 2013 at 3:45 PM, Felipe Sateler  wrote:
> The csound6_01 tag is 4 days old...
>
> https://github.com/fsateler/csound/releases
>
> On Tue, Oct 22, 2013 at 4:15 PM, Steven Yi  wrote:
>> Ah, that was easy enough, thanks! I made and pushed a csound6_01 tag now.
>>
>> On Tue, Oct 22, 2013 at 3:13 PM, Justin Smith  wrote:
>>> I don't know how this affects git-flow at all, but if you want a csound6_01
>>> tag to exist you can just check out the relevant commit and create / push
>>> the tag. There is no need to rename a tag.
>>>
>>>
>>> On Tue, Oct 22, 2013 at 11:59 AM, Steven Yi  wrote:
>>>>
>>>> Hi All,
>>>>
>>>> I've used git-flow to finish off the 6.01.0 branch.  This has now been
>>>> merged into both master and develop.  I realized a bit too late that
>>>> the tag generated was 6.01.00 and not csound6_01; not sure if there's
>>>> an easy way to revise the tag name or not, suggestions appreciated.
>>>>
>>>> At this point, master should now be stable to build from and reflects
>>>> exactly 6.01.0.  Develop should be where all new work goes.  If we
>>>> need to do any bug-fix releases, we can create a hotfix branch with
>>>> git-flow.
>>>>
>>>> Let me know if you have any questions, thanks!
>>>> steven
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> October Webinars: Code for Performance
>>>> Free Intel webinars can help you accelerate application performance.
>>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
>>>> from
>>>> the latest Intel processors and coprocessors. See abstracts and register >
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> October Webinars: Code for Performance
>>> Free Intel webinars can help you accelerate application performance.
>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
>>> from
>>> the latest Intel processors and coprocessors. See abstracts and register >
>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> October Webinars: Code for Performance
>> Free Intel webinars can help you accelerate application performance.
>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
>> the latest Intel processors and coprocessors. See abstracts and register >
>> http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> --
>
> Saludos,
> Felipe Sateler
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net