You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Daan Hoogland <da...@gmail.com> on 2014/11/01 20:12:38 UTC

release artifact 4.4.1 faulty. How to resolve?

People,

It seems the uploaded artifacts on the release repo of apache does not
contain the commit-id of the voted release. I don't know if this can
be remedied. I think we should pull it, right? can we replace it by
artifacts that do contain the right version? Or should we have a new
version?

thanks,
-- 
Daan

RE: release artifact 4.4.1 faulty. How to resolve?

Posted by Ilia Shakitko <i....@tech.leaseweb.com>.
Might be https://issues.apache.org/jira/browse/CLOUDSTACK-6850 is also broken in 4.4.1


Kind regards,

Ilia Shakitko
Innovation Engineer
LeaseWeb Technologies B.V.

T: +31 20 316 0235
M:
E: i.shakitko@tech.leaseweb.com
W: http://www.leaseweb.com

Luttenbergweg 8, 1101 EC Amsterdam, Netherlands


-----Original Message-----
From: David Nalley [mailto:david@gnsa.us]
Sent: maandag, 03 november, 2014 15:51
To: dev@cloudstack.apache.org
Subject: Re: release artifact 4.4.1 faulty. How to resolve?

So, in short, we didn't verify that $b = $a in the vote.
Unfortunate. Let me ask around.

--David

On Mon, Nov 3, 2014 at 7:03 AM, Daan Hoogland <da...@gmail.com> wrote:
> $a ~= d8359211f11b2462c35389b6c80d51df5159ae69 -
> b9620c2cbe7f711082015b2d6fd31efed3ea25d4
> $b == 8db506b536f3139250d33df571c98c1c3fa83650
> $c == 8db506b536f3139250d33df571c98c1c3fa83650
>
> So the tag and the voted id match but the artifacts don't.
>
> On Sun, Nov 2, 2014 at 6:20 PM, David Nalley <da...@gnsa.us> wrote:
>> OK - let me see if I understand what you are saying:
>>
>> $a - is the commit-id of the uploaded artifacts $b - is the commit-id
>> that was in the vote email $c - is the commit-id of the tag in git
>>
>> Which of those three don't match. (When I read your description - a
>> and b match, but c does not)
>>
>> If that's the case, delete the tag, and recreate the tag so that it
>> matches what was in a and b. If that isn't the exact case, we need to
>> figure out where the failure is, and decide how to handle it.
>>
>> --David
>>
>> On Sat, Nov 1, 2014 at 6:24 PM, Daan Hoogland <da...@gmail.com> wrote:
>>> I am talking about a mismatch between the commit-id that the tag
>>> 4.4..1 points to and the artifact that was uploaded. I think they
>>> are functionally the same but the internal version is different. The
>>> artifact is 4.4.1-SNAPSHOT hence probably the root of the release
>>> branch and the commit is the tip where the version strings were
>>> changed to 4.4.1.
>>>
>>> not sure if this relates to your links. I made a bug in the
>>> build_asf.sh and uploaded soething other then the release commit id
>>>
>>> On Sat, Nov 1, 2014 at 10:22 PM, David Nalley <da...@gnsa.us> wrote:
>>>> -private
>>>>
>>>> We are talking about whats in:
>>>> https://dist.apache.org/repos/dist/release/cloudstack/releases/4.4.
>>>> 1/
>>>> ?
>>>> If so, I am not sure how we arrive at the fact that the release
>>>> artifacts aren't what we voted on. I looked at the commit log for
>>>> the part of the tree and found [1]. I also checked it out, and svn
>>>> log-ed it and get the output in [2].
>>>>
>>>> So let me step back and ask - how did you determine that what's in
>>>> dist.a.o doesn't match what we voted on? OR -are we talking about
>>>> something else?
>>>>
>>>> --David
>>>>
>>>> [1] http://markmail.org/message/vjoxa6lg7o6dxmsl
>>>> [2] https://paste.apache.org/agtf
>>>>
>>>>
>>>> On Sat, Nov 1, 2014 at 3:12 PM, Daan Hoogland <da...@gmail.com> wrote:
>>>>> People,
>>>>>
>>>>> It seems the uploaded artifacts on the release repo of apache does
>>>>> not contain the commit-id of the voted release. I don't know if
>>>>> this can be remedied. I think we should pull it, right? can we
>>>>> replace it by artifacts that do contain the right version? Or
>>>>> should we have a new version?
>>>>>
>>>>> thanks,
>>>>> --
>>>>> Daan
>>>
>>>
>>>
>>> --
>>> Daan
>
>
>
> --
> Daan

Re: release artifact 4.4.1 faulty. How to resolve?

Posted by Pierre-Luc Dion <pd...@apache.org>.
make sense, in that case, can we create the version 4.4.2 in jira?

On Mon, Nov 3, 2014 at 12:53 PM, David Nalley <da...@gnsa.us> wrote:

> because of the inevitable problems (people already consuming 4.4.1)
> we'd need to do this as 4.4.2
>
> On Mon, Nov 3, 2014 at 12:17 PM, Ian Duffy <ia...@ianduffy.ie> wrote:
> > Since its already been released/announced does this mean we get a 4.4.2
> or
> > is it still considered 4.4.1?
> >
> > On 3 November 2014 17:03, David Nalley <da...@gnsa.us> wrote:
> >
> >> So I asked - the answer I heard back was - invalidate the vote;
> >> caution folks to verify that commit id advertised is what is being
> >> voted on. svn rm the artifacts from dist.a.o; email root@ to remove
> >> the artifacts from archive.a.o, and start working on a new version.
> >>
> >> --David
> >>
> >> On Mon, Nov 3, 2014 at 9:51 AM, David Nalley <da...@gnsa.us> wrote:
> >> > So, in short, we didn't verify that $b = $a in the vote.
> >> > Unfortunate. Let me ask around.
> >> >
> >> > --David
> >> >
> >> > On Mon, Nov 3, 2014 at 7:03 AM, Daan Hoogland <
> daan.hoogland@gmail.com>
> >> wrote:
> >> >> $a ~= d8359211f11b2462c35389b6c80d51df5159ae69 -
> >> >> b9620c2cbe7f711082015b2d6fd31efed3ea25d4
> >> >> $b == 8db506b536f3139250d33df571c98c1c3fa83650
> >> >> $c == 8db506b536f3139250d33df571c98c1c3fa83650
> >> >>
> >> >> So the tag and the voted id match but the artifacts don't.
> >> >>
> >> >> On Sun, Nov 2, 2014 at 6:20 PM, David Nalley <da...@gnsa.us> wrote:
> >> >>> OK - let me see if I understand what you are saying:
> >> >>>
> >> >>> $a - is the commit-id of the uploaded artifacts
> >> >>> $b - is the commit-id that was in the vote email
> >> >>> $c - is the commit-id of the tag in git
> >> >>>
> >> >>> Which of those three don't match. (When I read your description - a
> >> >>> and b match, but c does not)
> >> >>>
> >> >>> If that's the case, delete the tag, and recreate the tag so that it
> >> >>> matches what was in a and b. If that isn't the exact case, we need
> to
> >> >>> figure out where the failure is, and decide how to handle it.
> >> >>>
> >> >>> --David
> >> >>>
> >> >>> On Sat, Nov 1, 2014 at 6:24 PM, Daan Hoogland <
> daan.hoogland@gmail.com>
> >> wrote:
> >> >>>> I am talking about a mismatch between the commit-id that the tag
> >> >>>> 4.4..1 points to and the artifact that was uploaded. I think they
> are
> >> >>>> functionally the same but the internal version is different. The
> >> >>>> artifact is 4.4.1-SNAPSHOT hence probably the root of the release
> >> >>>> branch and the commit is the tip where the version strings were
> >> >>>> changed to 4.4.1.
> >> >>>>
> >> >>>> not sure if this relates to your links. I made a bug in the
> >> >>>> build_asf.sh and uploaded soething other then the release commit id
> >> >>>>
> >> >>>> On Sat, Nov 1, 2014 at 10:22 PM, David Nalley <da...@gnsa.us>
> wrote:
> >> >>>>> -private
> >> >>>>>
> >> >>>>> We are talking about whats in:
> >> >>>>>
> >> https://dist.apache.org/repos/dist/release/cloudstack/releases/4.4.1/
> >> >>>>> ?
> >> >>>>> If so, I am not sure how we arrive at the fact that the release
> >> >>>>> artifacts aren't what we voted on. I looked at the commit log for
> the
> >> >>>>> part of the tree and found [1]. I also checked it out, and svn
> log-ed
> >> >>>>> it and get the output in [2].
> >> >>>>>
> >> >>>>> So let me step back and ask - how did you determine that what's in
> >> >>>>> dist.a.o doesn't match what we voted on? OR -are we talking about
> >> >>>>> something else?
> >> >>>>>
> >> >>>>> --David
> >> >>>>>
> >> >>>>> [1] http://markmail.org/message/vjoxa6lg7o6dxmsl
> >> >>>>> [2] https://paste.apache.org/agtf
> >> >>>>>
> >> >>>>>
> >> >>>>> On Sat, Nov 1, 2014 at 3:12 PM, Daan Hoogland <
> >> daan.hoogland@gmail.com> wrote:
> >> >>>>>> People,
> >> >>>>>>
> >> >>>>>> It seems the uploaded artifacts on the release repo of apache
> does
> >> not
> >> >>>>>> contain the commit-id of the voted release. I don't know if this
> can
> >> >>>>>> be remedied. I think we should pull it, right? can we replace it
> by
> >> >>>>>> artifacts that do contain the right version? Or should we have a
> new
> >> >>>>>> version?
> >> >>>>>>
> >> >>>>>> thanks,
> >> >>>>>> --
> >> >>>>>> Daan
> >> >>>>
> >> >>>>
> >> >>>>
> >> >>>> --
> >> >>>> Daan
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> Daan
> >>
>

Re: release artifact 4.4.1 faulty. How to resolve?

Posted by Daan Hoogland <da...@gmail.com>.
everybody,

I am on holiday for a week, sorry for the irresponsible slow response.
I will start on a 4.4.2 sun/monday. seems the easiest solution.

On Mon, Nov 3, 2014 at 7:31 PM, Pierre-Luc Dion <pd...@cloudops.com> wrote:
> ok, although, it might not be the proper thread for this but  currently the
> source package apache-cloudstack-4.4.1-src.tar.bz2 cannot be used the the
> package.sh to build RPM,  a test fail due to  expired SSL certs. if we redo
> 4.4.1, can we fix that or it have to use the same commit-id ?
>
>
> *Pierre-Luc DION*
> Architecte de Solution Cloud | Cloud Solutions Architect
> t 855.652.5683
>
> *CloudOps* Votre partenaire infonuagique* | *Cloud Solutions Experts
> 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
> w cloudops.com *|* tw @CloudOps_
>
>
> On Mon, Nov 3, 2014 at 1:21 PM, David Nalley <da...@gnsa.us> wrote:
>
>> I just thought of another option - we could explicitly sanction (vote)
>> for 4.4.1 as released.
>>
>> --David
>>
>> On Mon, Nov 3, 2014 at 12:53 PM, David Nalley <da...@gnsa.us> wrote:
>> > because of the inevitable problems (people already consuming 4.4.1)
>> > we'd need to do this as 4.4.2
>> >
>> > On Mon, Nov 3, 2014 at 12:17 PM, Ian Duffy <ia...@ianduffy.ie> wrote:
>> >> Since its already been released/announced does this mean we get a 4.4.2
>> or
>> >> is it still considered 4.4.1?
>> >>
>> >> On 3 November 2014 17:03, David Nalley <da...@gnsa.us> wrote:
>> >>
>> >>> So I asked - the answer I heard back was - invalidate the vote;
>> >>> caution folks to verify that commit id advertised is what is being
>> >>> voted on. svn rm the artifacts from dist.a.o; email root@ to remove
>> >>> the artifacts from archive.a.o, and start working on a new version.
>> >>>
>> >>> --David
>> >>>
>> >>> On Mon, Nov 3, 2014 at 9:51 AM, David Nalley <da...@gnsa.us> wrote:
>> >>> > So, in short, we didn't verify that $b = $a in the vote.
>> >>> > Unfortunate. Let me ask around.
>> >>> >
>> >>> > --David
>> >>> >
>> >>> > On Mon, Nov 3, 2014 at 7:03 AM, Daan Hoogland <
>> daan.hoogland@gmail.com>
>> >>> wrote:
>> >>> >> $a ~= d8359211f11b2462c35389b6c80d51df5159ae69 -
>> >>> >> b9620c2cbe7f711082015b2d6fd31efed3ea25d4
>> >>> >> $b == 8db506b536f3139250d33df571c98c1c3fa83650
>> >>> >> $c == 8db506b536f3139250d33df571c98c1c3fa83650
>> >>> >>
>> >>> >> So the tag and the voted id match but the artifacts don't.
>> >>> >>
>> >>> >> On Sun, Nov 2, 2014 at 6:20 PM, David Nalley <da...@gnsa.us> wrote:
>> >>> >>> OK - let me see if I understand what you are saying:
>> >>> >>>
>> >>> >>> $a - is the commit-id of the uploaded artifacts
>> >>> >>> $b - is the commit-id that was in the vote email
>> >>> >>> $c - is the commit-id of the tag in git
>> >>> >>>
>> >>> >>> Which of those three don't match. (When I read your description - a
>> >>> >>> and b match, but c does not)
>> >>> >>>
>> >>> >>> If that's the case, delete the tag, and recreate the tag so that it
>> >>> >>> matches what was in a and b. If that isn't the exact case, we need
>> to
>> >>> >>> figure out where the failure is, and decide how to handle it.
>> >>> >>>
>> >>> >>> --David
>> >>> >>>
>> >>> >>> On Sat, Nov 1, 2014 at 6:24 PM, Daan Hoogland <
>> daan.hoogland@gmail.com>
>> >>> wrote:
>> >>> >>>> I am talking about a mismatch between the commit-id that the tag
>> >>> >>>> 4.4..1 points to and the artifact that was uploaded. I think they
>> are
>> >>> >>>> functionally the same but the internal version is different. The
>> >>> >>>> artifact is 4.4.1-SNAPSHOT hence probably the root of the release
>> >>> >>>> branch and the commit is the tip where the version strings were
>> >>> >>>> changed to 4.4.1.
>> >>> >>>>
>> >>> >>>> not sure if this relates to your links. I made a bug in the
>> >>> >>>> build_asf.sh and uploaded soething other then the release commit
>> id
>> >>> >>>>
>> >>> >>>> On Sat, Nov 1, 2014 at 10:22 PM, David Nalley <da...@gnsa.us>
>> wrote:
>> >>> >>>>> -private
>> >>> >>>>>
>> >>> >>>>> We are talking about whats in:
>> >>> >>>>>
>> >>> https://dist.apache.org/repos/dist/release/cloudstack/releases/4.4.1/
>> >>> >>>>> ?
>> >>> >>>>> If so, I am not sure how we arrive at the fact that the release
>> >>> >>>>> artifacts aren't what we voted on. I looked at the commit log
>> for the
>> >>> >>>>> part of the tree and found [1]. I also checked it out, and svn
>> log-ed
>> >>> >>>>> it and get the output in [2].
>> >>> >>>>>
>> >>> >>>>> So let me step back and ask - how did you determine that what's
>> in
>> >>> >>>>> dist.a.o doesn't match what we voted on? OR -are we talking about
>> >>> >>>>> something else?
>> >>> >>>>>
>> >>> >>>>> --David
>> >>> >>>>>
>> >>> >>>>> [1] http://markmail.org/message/vjoxa6lg7o6dxmsl
>> >>> >>>>> [2] https://paste.apache.org/agtf
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>> On Sat, Nov 1, 2014 at 3:12 PM, Daan Hoogland <
>> >>> daan.hoogland@gmail.com> wrote:
>> >>> >>>>>> People,
>> >>> >>>>>>
>> >>> >>>>>> It seems the uploaded artifacts on the release repo of apache
>> does
>> >>> not
>> >>> >>>>>> contain the commit-id of the voted release. I don't know if
>> this can
>> >>> >>>>>> be remedied. I think we should pull it, right? can we replace
>> it by
>> >>> >>>>>> artifacts that do contain the right version? Or should we have
>> a new
>> >>> >>>>>> version?
>> >>> >>>>>>
>> >>> >>>>>> thanks,
>> >>> >>>>>> --
>> >>> >>>>>> Daan
>> >>> >>>>
>> >>> >>>>
>> >>> >>>>
>> >>> >>>> --
>> >>> >>>> Daan
>> >>> >>
>> >>> >>
>> >>> >>
>> >>> >> --
>> >>> >> Daan
>> >>>
>>



-- 
Daan

Re: release artifact 4.4.1 faulty. How to resolve?

Posted by Pierre-Luc Dion <pd...@cloudops.com>.
ok, although, it might not be the proper thread for this but  currently the
source package apache-cloudstack-4.4.1-src.tar.bz2 cannot be used the the
package.sh to build RPM,  a test fail due to  expired SSL certs. if we redo
4.4.1, can we fix that or it have to use the same commit-id ?


*Pierre-Luc DION*
Architecte de Solution Cloud | Cloud Solutions Architect
t 855.652.5683

*CloudOps* Votre partenaire infonuagique* | *Cloud Solutions Experts
420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
w cloudops.com *|* tw @CloudOps_


On Mon, Nov 3, 2014 at 1:21 PM, David Nalley <da...@gnsa.us> wrote:

> I just thought of another option - we could explicitly sanction (vote)
> for 4.4.1 as released.
>
> --David
>
> On Mon, Nov 3, 2014 at 12:53 PM, David Nalley <da...@gnsa.us> wrote:
> > because of the inevitable problems (people already consuming 4.4.1)
> > we'd need to do this as 4.4.2
> >
> > On Mon, Nov 3, 2014 at 12:17 PM, Ian Duffy <ia...@ianduffy.ie> wrote:
> >> Since its already been released/announced does this mean we get a 4.4.2
> or
> >> is it still considered 4.4.1?
> >>
> >> On 3 November 2014 17:03, David Nalley <da...@gnsa.us> wrote:
> >>
> >>> So I asked - the answer I heard back was - invalidate the vote;
> >>> caution folks to verify that commit id advertised is what is being
> >>> voted on. svn rm the artifacts from dist.a.o; email root@ to remove
> >>> the artifacts from archive.a.o, and start working on a new version.
> >>>
> >>> --David
> >>>
> >>> On Mon, Nov 3, 2014 at 9:51 AM, David Nalley <da...@gnsa.us> wrote:
> >>> > So, in short, we didn't verify that $b = $a in the vote.
> >>> > Unfortunate. Let me ask around.
> >>> >
> >>> > --David
> >>> >
> >>> > On Mon, Nov 3, 2014 at 7:03 AM, Daan Hoogland <
> daan.hoogland@gmail.com>
> >>> wrote:
> >>> >> $a ~= d8359211f11b2462c35389b6c80d51df5159ae69 -
> >>> >> b9620c2cbe7f711082015b2d6fd31efed3ea25d4
> >>> >> $b == 8db506b536f3139250d33df571c98c1c3fa83650
> >>> >> $c == 8db506b536f3139250d33df571c98c1c3fa83650
> >>> >>
> >>> >> So the tag and the voted id match but the artifacts don't.
> >>> >>
> >>> >> On Sun, Nov 2, 2014 at 6:20 PM, David Nalley <da...@gnsa.us> wrote:
> >>> >>> OK - let me see if I understand what you are saying:
> >>> >>>
> >>> >>> $a - is the commit-id of the uploaded artifacts
> >>> >>> $b - is the commit-id that was in the vote email
> >>> >>> $c - is the commit-id of the tag in git
> >>> >>>
> >>> >>> Which of those three don't match. (When I read your description - a
> >>> >>> and b match, but c does not)
> >>> >>>
> >>> >>> If that's the case, delete the tag, and recreate the tag so that it
> >>> >>> matches what was in a and b. If that isn't the exact case, we need
> to
> >>> >>> figure out where the failure is, and decide how to handle it.
> >>> >>>
> >>> >>> --David
> >>> >>>
> >>> >>> On Sat, Nov 1, 2014 at 6:24 PM, Daan Hoogland <
> daan.hoogland@gmail.com>
> >>> wrote:
> >>> >>>> I am talking about a mismatch between the commit-id that the tag
> >>> >>>> 4.4..1 points to and the artifact that was uploaded. I think they
> are
> >>> >>>> functionally the same but the internal version is different. The
> >>> >>>> artifact is 4.4.1-SNAPSHOT hence probably the root of the release
> >>> >>>> branch and the commit is the tip where the version strings were
> >>> >>>> changed to 4.4.1.
> >>> >>>>
> >>> >>>> not sure if this relates to your links. I made a bug in the
> >>> >>>> build_asf.sh and uploaded soething other then the release commit
> id
> >>> >>>>
> >>> >>>> On Sat, Nov 1, 2014 at 10:22 PM, David Nalley <da...@gnsa.us>
> wrote:
> >>> >>>>> -private
> >>> >>>>>
> >>> >>>>> We are talking about whats in:
> >>> >>>>>
> >>> https://dist.apache.org/repos/dist/release/cloudstack/releases/4.4.1/
> >>> >>>>> ?
> >>> >>>>> If so, I am not sure how we arrive at the fact that the release
> >>> >>>>> artifacts aren't what we voted on. I looked at the commit log
> for the
> >>> >>>>> part of the tree and found [1]. I also checked it out, and svn
> log-ed
> >>> >>>>> it and get the output in [2].
> >>> >>>>>
> >>> >>>>> So let me step back and ask - how did you determine that what's
> in
> >>> >>>>> dist.a.o doesn't match what we voted on? OR -are we talking about
> >>> >>>>> something else?
> >>> >>>>>
> >>> >>>>> --David
> >>> >>>>>
> >>> >>>>> [1] http://markmail.org/message/vjoxa6lg7o6dxmsl
> >>> >>>>> [2] https://paste.apache.org/agtf
> >>> >>>>>
> >>> >>>>>
> >>> >>>>> On Sat, Nov 1, 2014 at 3:12 PM, Daan Hoogland <
> >>> daan.hoogland@gmail.com> wrote:
> >>> >>>>>> People,
> >>> >>>>>>
> >>> >>>>>> It seems the uploaded artifacts on the release repo of apache
> does
> >>> not
> >>> >>>>>> contain the commit-id of the voted release. I don't know if
> this can
> >>> >>>>>> be remedied. I think we should pull it, right? can we replace
> it by
> >>> >>>>>> artifacts that do contain the right version? Or should we have
> a new
> >>> >>>>>> version?
> >>> >>>>>>
> >>> >>>>>> thanks,
> >>> >>>>>> --
> >>> >>>>>> Daan
> >>> >>>>
> >>> >>>>
> >>> >>>>
> >>> >>>> --
> >>> >>>> Daan
> >>> >>
> >>> >>
> >>> >>
> >>> >> --
> >>> >> Daan
> >>>
>

Re: release artifact 4.4.1 faulty. How to resolve?

Posted by David Nalley <da...@gnsa.us>.
I just thought of another option - we could explicitly sanction (vote)
for 4.4.1 as released.

--David

On Mon, Nov 3, 2014 at 12:53 PM, David Nalley <da...@gnsa.us> wrote:
> because of the inevitable problems (people already consuming 4.4.1)
> we'd need to do this as 4.4.2
>
> On Mon, Nov 3, 2014 at 12:17 PM, Ian Duffy <ia...@ianduffy.ie> wrote:
>> Since its already been released/announced does this mean we get a 4.4.2 or
>> is it still considered 4.4.1?
>>
>> On 3 November 2014 17:03, David Nalley <da...@gnsa.us> wrote:
>>
>>> So I asked - the answer I heard back was - invalidate the vote;
>>> caution folks to verify that commit id advertised is what is being
>>> voted on. svn rm the artifacts from dist.a.o; email root@ to remove
>>> the artifacts from archive.a.o, and start working on a new version.
>>>
>>> --David
>>>
>>> On Mon, Nov 3, 2014 at 9:51 AM, David Nalley <da...@gnsa.us> wrote:
>>> > So, in short, we didn't verify that $b = $a in the vote.
>>> > Unfortunate. Let me ask around.
>>> >
>>> > --David
>>> >
>>> > On Mon, Nov 3, 2014 at 7:03 AM, Daan Hoogland <da...@gmail.com>
>>> wrote:
>>> >> $a ~= d8359211f11b2462c35389b6c80d51df5159ae69 -
>>> >> b9620c2cbe7f711082015b2d6fd31efed3ea25d4
>>> >> $b == 8db506b536f3139250d33df571c98c1c3fa83650
>>> >> $c == 8db506b536f3139250d33df571c98c1c3fa83650
>>> >>
>>> >> So the tag and the voted id match but the artifacts don't.
>>> >>
>>> >> On Sun, Nov 2, 2014 at 6:20 PM, David Nalley <da...@gnsa.us> wrote:
>>> >>> OK - let me see if I understand what you are saying:
>>> >>>
>>> >>> $a - is the commit-id of the uploaded artifacts
>>> >>> $b - is the commit-id that was in the vote email
>>> >>> $c - is the commit-id of the tag in git
>>> >>>
>>> >>> Which of those three don't match. (When I read your description - a
>>> >>> and b match, but c does not)
>>> >>>
>>> >>> If that's the case, delete the tag, and recreate the tag so that it
>>> >>> matches what was in a and b. If that isn't the exact case, we need to
>>> >>> figure out where the failure is, and decide how to handle it.
>>> >>>
>>> >>> --David
>>> >>>
>>> >>> On Sat, Nov 1, 2014 at 6:24 PM, Daan Hoogland <da...@gmail.com>
>>> wrote:
>>> >>>> I am talking about a mismatch between the commit-id that the tag
>>> >>>> 4.4..1 points to and the artifact that was uploaded. I think they are
>>> >>>> functionally the same but the internal version is different. The
>>> >>>> artifact is 4.4.1-SNAPSHOT hence probably the root of the release
>>> >>>> branch and the commit is the tip where the version strings were
>>> >>>> changed to 4.4.1.
>>> >>>>
>>> >>>> not sure if this relates to your links. I made a bug in the
>>> >>>> build_asf.sh and uploaded soething other then the release commit id
>>> >>>>
>>> >>>> On Sat, Nov 1, 2014 at 10:22 PM, David Nalley <da...@gnsa.us> wrote:
>>> >>>>> -private
>>> >>>>>
>>> >>>>> We are talking about whats in:
>>> >>>>>
>>> https://dist.apache.org/repos/dist/release/cloudstack/releases/4.4.1/
>>> >>>>> ?
>>> >>>>> If so, I am not sure how we arrive at the fact that the release
>>> >>>>> artifacts aren't what we voted on. I looked at the commit log for the
>>> >>>>> part of the tree and found [1]. I also checked it out, and svn log-ed
>>> >>>>> it and get the output in [2].
>>> >>>>>
>>> >>>>> So let me step back and ask - how did you determine that what's in
>>> >>>>> dist.a.o doesn't match what we voted on? OR -are we talking about
>>> >>>>> something else?
>>> >>>>>
>>> >>>>> --David
>>> >>>>>
>>> >>>>> [1] http://markmail.org/message/vjoxa6lg7o6dxmsl
>>> >>>>> [2] https://paste.apache.org/agtf
>>> >>>>>
>>> >>>>>
>>> >>>>> On Sat, Nov 1, 2014 at 3:12 PM, Daan Hoogland <
>>> daan.hoogland@gmail.com> wrote:
>>> >>>>>> People,
>>> >>>>>>
>>> >>>>>> It seems the uploaded artifacts on the release repo of apache does
>>> not
>>> >>>>>> contain the commit-id of the voted release. I don't know if this can
>>> >>>>>> be remedied. I think we should pull it, right? can we replace it by
>>> >>>>>> artifacts that do contain the right version? Or should we have a new
>>> >>>>>> version?
>>> >>>>>>
>>> >>>>>> thanks,
>>> >>>>>> --
>>> >>>>>> Daan
>>> >>>>
>>> >>>>
>>> >>>>
>>> >>>> --
>>> >>>> Daan
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> Daan
>>>

Re: release artifact 4.4.1 faulty. How to resolve?

Posted by David Nalley <da...@gnsa.us>.
because of the inevitable problems (people already consuming 4.4.1)
we'd need to do this as 4.4.2

On Mon, Nov 3, 2014 at 12:17 PM, Ian Duffy <ia...@ianduffy.ie> wrote:
> Since its already been released/announced does this mean we get a 4.4.2 or
> is it still considered 4.4.1?
>
> On 3 November 2014 17:03, David Nalley <da...@gnsa.us> wrote:
>
>> So I asked - the answer I heard back was - invalidate the vote;
>> caution folks to verify that commit id advertised is what is being
>> voted on. svn rm the artifacts from dist.a.o; email root@ to remove
>> the artifacts from archive.a.o, and start working on a new version.
>>
>> --David
>>
>> On Mon, Nov 3, 2014 at 9:51 AM, David Nalley <da...@gnsa.us> wrote:
>> > So, in short, we didn't verify that $b = $a in the vote.
>> > Unfortunate. Let me ask around.
>> >
>> > --David
>> >
>> > On Mon, Nov 3, 2014 at 7:03 AM, Daan Hoogland <da...@gmail.com>
>> wrote:
>> >> $a ~= d8359211f11b2462c35389b6c80d51df5159ae69 -
>> >> b9620c2cbe7f711082015b2d6fd31efed3ea25d4
>> >> $b == 8db506b536f3139250d33df571c98c1c3fa83650
>> >> $c == 8db506b536f3139250d33df571c98c1c3fa83650
>> >>
>> >> So the tag and the voted id match but the artifacts don't.
>> >>
>> >> On Sun, Nov 2, 2014 at 6:20 PM, David Nalley <da...@gnsa.us> wrote:
>> >>> OK - let me see if I understand what you are saying:
>> >>>
>> >>> $a - is the commit-id of the uploaded artifacts
>> >>> $b - is the commit-id that was in the vote email
>> >>> $c - is the commit-id of the tag in git
>> >>>
>> >>> Which of those three don't match. (When I read your description - a
>> >>> and b match, but c does not)
>> >>>
>> >>> If that's the case, delete the tag, and recreate the tag so that it
>> >>> matches what was in a and b. If that isn't the exact case, we need to
>> >>> figure out where the failure is, and decide how to handle it.
>> >>>
>> >>> --David
>> >>>
>> >>> On Sat, Nov 1, 2014 at 6:24 PM, Daan Hoogland <da...@gmail.com>
>> wrote:
>> >>>> I am talking about a mismatch between the commit-id that the tag
>> >>>> 4.4..1 points to and the artifact that was uploaded. I think they are
>> >>>> functionally the same but the internal version is different. The
>> >>>> artifact is 4.4.1-SNAPSHOT hence probably the root of the release
>> >>>> branch and the commit is the tip where the version strings were
>> >>>> changed to 4.4.1.
>> >>>>
>> >>>> not sure if this relates to your links. I made a bug in the
>> >>>> build_asf.sh and uploaded soething other then the release commit id
>> >>>>
>> >>>> On Sat, Nov 1, 2014 at 10:22 PM, David Nalley <da...@gnsa.us> wrote:
>> >>>>> -private
>> >>>>>
>> >>>>> We are talking about whats in:
>> >>>>>
>> https://dist.apache.org/repos/dist/release/cloudstack/releases/4.4.1/
>> >>>>> ?
>> >>>>> If so, I am not sure how we arrive at the fact that the release
>> >>>>> artifacts aren't what we voted on. I looked at the commit log for the
>> >>>>> part of the tree and found [1]. I also checked it out, and svn log-ed
>> >>>>> it and get the output in [2].
>> >>>>>
>> >>>>> So let me step back and ask - how did you determine that what's in
>> >>>>> dist.a.o doesn't match what we voted on? OR -are we talking about
>> >>>>> something else?
>> >>>>>
>> >>>>> --David
>> >>>>>
>> >>>>> [1] http://markmail.org/message/vjoxa6lg7o6dxmsl
>> >>>>> [2] https://paste.apache.org/agtf
>> >>>>>
>> >>>>>
>> >>>>> On Sat, Nov 1, 2014 at 3:12 PM, Daan Hoogland <
>> daan.hoogland@gmail.com> wrote:
>> >>>>>> People,
>> >>>>>>
>> >>>>>> It seems the uploaded artifacts on the release repo of apache does
>> not
>> >>>>>> contain the commit-id of the voted release. I don't know if this can
>> >>>>>> be remedied. I think we should pull it, right? can we replace it by
>> >>>>>> artifacts that do contain the right version? Or should we have a new
>> >>>>>> version?
>> >>>>>>
>> >>>>>> thanks,
>> >>>>>> --
>> >>>>>> Daan
>> >>>>
>> >>>>
>> >>>>
>> >>>> --
>> >>>> Daan
>> >>
>> >>
>> >>
>> >> --
>> >> Daan
>>

Re: release artifact 4.4.1 faulty. How to resolve?

Posted by Ian Duffy <ia...@ianduffy.ie>.
Since its already been released/announced does this mean we get a 4.4.2 or
is it still considered 4.4.1?

On 3 November 2014 17:03, David Nalley <da...@gnsa.us> wrote:

> So I asked - the answer I heard back was - invalidate the vote;
> caution folks to verify that commit id advertised is what is being
> voted on. svn rm the artifacts from dist.a.o; email root@ to remove
> the artifacts from archive.a.o, and start working on a new version.
>
> --David
>
> On Mon, Nov 3, 2014 at 9:51 AM, David Nalley <da...@gnsa.us> wrote:
> > So, in short, we didn't verify that $b = $a in the vote.
> > Unfortunate. Let me ask around.
> >
> > --David
> >
> > On Mon, Nov 3, 2014 at 7:03 AM, Daan Hoogland <da...@gmail.com>
> wrote:
> >> $a ~= d8359211f11b2462c35389b6c80d51df5159ae69 -
> >> b9620c2cbe7f711082015b2d6fd31efed3ea25d4
> >> $b == 8db506b536f3139250d33df571c98c1c3fa83650
> >> $c == 8db506b536f3139250d33df571c98c1c3fa83650
> >>
> >> So the tag and the voted id match but the artifacts don't.
> >>
> >> On Sun, Nov 2, 2014 at 6:20 PM, David Nalley <da...@gnsa.us> wrote:
> >>> OK - let me see if I understand what you are saying:
> >>>
> >>> $a - is the commit-id of the uploaded artifacts
> >>> $b - is the commit-id that was in the vote email
> >>> $c - is the commit-id of the tag in git
> >>>
> >>> Which of those three don't match. (When I read your description - a
> >>> and b match, but c does not)
> >>>
> >>> If that's the case, delete the tag, and recreate the tag so that it
> >>> matches what was in a and b. If that isn't the exact case, we need to
> >>> figure out where the failure is, and decide how to handle it.
> >>>
> >>> --David
> >>>
> >>> On Sat, Nov 1, 2014 at 6:24 PM, Daan Hoogland <da...@gmail.com>
> wrote:
> >>>> I am talking about a mismatch between the commit-id that the tag
> >>>> 4.4..1 points to and the artifact that was uploaded. I think they are
> >>>> functionally the same but the internal version is different. The
> >>>> artifact is 4.4.1-SNAPSHOT hence probably the root of the release
> >>>> branch and the commit is the tip where the version strings were
> >>>> changed to 4.4.1.
> >>>>
> >>>> not sure if this relates to your links. I made a bug in the
> >>>> build_asf.sh and uploaded soething other then the release commit id
> >>>>
> >>>> On Sat, Nov 1, 2014 at 10:22 PM, David Nalley <da...@gnsa.us> wrote:
> >>>>> -private
> >>>>>
> >>>>> We are talking about whats in:
> >>>>>
> https://dist.apache.org/repos/dist/release/cloudstack/releases/4.4.1/
> >>>>> ?
> >>>>> If so, I am not sure how we arrive at the fact that the release
> >>>>> artifacts aren't what we voted on. I looked at the commit log for the
> >>>>> part of the tree and found [1]. I also checked it out, and svn log-ed
> >>>>> it and get the output in [2].
> >>>>>
> >>>>> So let me step back and ask - how did you determine that what's in
> >>>>> dist.a.o doesn't match what we voted on? OR -are we talking about
> >>>>> something else?
> >>>>>
> >>>>> --David
> >>>>>
> >>>>> [1] http://markmail.org/message/vjoxa6lg7o6dxmsl
> >>>>> [2] https://paste.apache.org/agtf
> >>>>>
> >>>>>
> >>>>> On Sat, Nov 1, 2014 at 3:12 PM, Daan Hoogland <
> daan.hoogland@gmail.com> wrote:
> >>>>>> People,
> >>>>>>
> >>>>>> It seems the uploaded artifacts on the release repo of apache does
> not
> >>>>>> contain the commit-id of the voted release. I don't know if this can
> >>>>>> be remedied. I think we should pull it, right? can we replace it by
> >>>>>> artifacts that do contain the right version? Or should we have a new
> >>>>>> version?
> >>>>>>
> >>>>>> thanks,
> >>>>>> --
> >>>>>> Daan
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> Daan
> >>
> >>
> >>
> >> --
> >> Daan
>

Re: release artifact 4.4.1 faulty. How to resolve?

Posted by David Nalley <da...@gnsa.us>.
So I asked - the answer I heard back was - invalidate the vote;
caution folks to verify that commit id advertised is what is being
voted on. svn rm the artifacts from dist.a.o; email root@ to remove
the artifacts from archive.a.o, and start working on a new version.

--David

On Mon, Nov 3, 2014 at 9:51 AM, David Nalley <da...@gnsa.us> wrote:
> So, in short, we didn't verify that $b = $a in the vote.
> Unfortunate. Let me ask around.
>
> --David
>
> On Mon, Nov 3, 2014 at 7:03 AM, Daan Hoogland <da...@gmail.com> wrote:
>> $a ~= d8359211f11b2462c35389b6c80d51df5159ae69 -
>> b9620c2cbe7f711082015b2d6fd31efed3ea25d4
>> $b == 8db506b536f3139250d33df571c98c1c3fa83650
>> $c == 8db506b536f3139250d33df571c98c1c3fa83650
>>
>> So the tag and the voted id match but the artifacts don't.
>>
>> On Sun, Nov 2, 2014 at 6:20 PM, David Nalley <da...@gnsa.us> wrote:
>>> OK - let me see if I understand what you are saying:
>>>
>>> $a - is the commit-id of the uploaded artifacts
>>> $b - is the commit-id that was in the vote email
>>> $c - is the commit-id of the tag in git
>>>
>>> Which of those three don't match. (When I read your description - a
>>> and b match, but c does not)
>>>
>>> If that's the case, delete the tag, and recreate the tag so that it
>>> matches what was in a and b. If that isn't the exact case, we need to
>>> figure out where the failure is, and decide how to handle it.
>>>
>>> --David
>>>
>>> On Sat, Nov 1, 2014 at 6:24 PM, Daan Hoogland <da...@gmail.com> wrote:
>>>> I am talking about a mismatch between the commit-id that the tag
>>>> 4.4..1 points to and the artifact that was uploaded. I think they are
>>>> functionally the same but the internal version is different. The
>>>> artifact is 4.4.1-SNAPSHOT hence probably the root of the release
>>>> branch and the commit is the tip where the version strings were
>>>> changed to 4.4.1.
>>>>
>>>> not sure if this relates to your links. I made a bug in the
>>>> build_asf.sh and uploaded soething other then the release commit id
>>>>
>>>> On Sat, Nov 1, 2014 at 10:22 PM, David Nalley <da...@gnsa.us> wrote:
>>>>> -private
>>>>>
>>>>> We are talking about whats in:
>>>>> https://dist.apache.org/repos/dist/release/cloudstack/releases/4.4.1/
>>>>> ?
>>>>> If so, I am not sure how we arrive at the fact that the release
>>>>> artifacts aren't what we voted on. I looked at the commit log for the
>>>>> part of the tree and found [1]. I also checked it out, and svn log-ed
>>>>> it and get the output in [2].
>>>>>
>>>>> So let me step back and ask - how did you determine that what's in
>>>>> dist.a.o doesn't match what we voted on? OR -are we talking about
>>>>> something else?
>>>>>
>>>>> --David
>>>>>
>>>>> [1] http://markmail.org/message/vjoxa6lg7o6dxmsl
>>>>> [2] https://paste.apache.org/agtf
>>>>>
>>>>>
>>>>> On Sat, Nov 1, 2014 at 3:12 PM, Daan Hoogland <da...@gmail.com> wrote:
>>>>>> People,
>>>>>>
>>>>>> It seems the uploaded artifacts on the release repo of apache does not
>>>>>> contain the commit-id of the voted release. I don't know if this can
>>>>>> be remedied. I think we should pull it, right? can we replace it by
>>>>>> artifacts that do contain the right version? Or should we have a new
>>>>>> version?
>>>>>>
>>>>>> thanks,
>>>>>> --
>>>>>> Daan
>>>>
>>>>
>>>>
>>>> --
>>>> Daan
>>
>>
>>
>> --
>> Daan

Re: release artifact 4.4.1 faulty. How to resolve?

Posted by David Nalley <da...@gnsa.us>.
So, in short, we didn't verify that $b = $a in the vote.
Unfortunate. Let me ask around.

--David

On Mon, Nov 3, 2014 at 7:03 AM, Daan Hoogland <da...@gmail.com> wrote:
> $a ~= d8359211f11b2462c35389b6c80d51df5159ae69 -
> b9620c2cbe7f711082015b2d6fd31efed3ea25d4
> $b == 8db506b536f3139250d33df571c98c1c3fa83650
> $c == 8db506b536f3139250d33df571c98c1c3fa83650
>
> So the tag and the voted id match but the artifacts don't.
>
> On Sun, Nov 2, 2014 at 6:20 PM, David Nalley <da...@gnsa.us> wrote:
>> OK - let me see if I understand what you are saying:
>>
>> $a - is the commit-id of the uploaded artifacts
>> $b - is the commit-id that was in the vote email
>> $c - is the commit-id of the tag in git
>>
>> Which of those three don't match. (When I read your description - a
>> and b match, but c does not)
>>
>> If that's the case, delete the tag, and recreate the tag so that it
>> matches what was in a and b. If that isn't the exact case, we need to
>> figure out where the failure is, and decide how to handle it.
>>
>> --David
>>
>> On Sat, Nov 1, 2014 at 6:24 PM, Daan Hoogland <da...@gmail.com> wrote:
>>> I am talking about a mismatch between the commit-id that the tag
>>> 4.4..1 points to and the artifact that was uploaded. I think they are
>>> functionally the same but the internal version is different. The
>>> artifact is 4.4.1-SNAPSHOT hence probably the root of the release
>>> branch and the commit is the tip where the version strings were
>>> changed to 4.4.1.
>>>
>>> not sure if this relates to your links. I made a bug in the
>>> build_asf.sh and uploaded soething other then the release commit id
>>>
>>> On Sat, Nov 1, 2014 at 10:22 PM, David Nalley <da...@gnsa.us> wrote:
>>>> -private
>>>>
>>>> We are talking about whats in:
>>>> https://dist.apache.org/repos/dist/release/cloudstack/releases/4.4.1/
>>>> ?
>>>> If so, I am not sure how we arrive at the fact that the release
>>>> artifacts aren't what we voted on. I looked at the commit log for the
>>>> part of the tree and found [1]. I also checked it out, and svn log-ed
>>>> it and get the output in [2].
>>>>
>>>> So let me step back and ask - how did you determine that what's in
>>>> dist.a.o doesn't match what we voted on? OR -are we talking about
>>>> something else?
>>>>
>>>> --David
>>>>
>>>> [1] http://markmail.org/message/vjoxa6lg7o6dxmsl
>>>> [2] https://paste.apache.org/agtf
>>>>
>>>>
>>>> On Sat, Nov 1, 2014 at 3:12 PM, Daan Hoogland <da...@gmail.com> wrote:
>>>>> People,
>>>>>
>>>>> It seems the uploaded artifacts on the release repo of apache does not
>>>>> contain the commit-id of the voted release. I don't know if this can
>>>>> be remedied. I think we should pull it, right? can we replace it by
>>>>> artifacts that do contain the right version? Or should we have a new
>>>>> version?
>>>>>
>>>>> thanks,
>>>>> --
>>>>> Daan
>>>
>>>
>>>
>>> --
>>> Daan
>
>
>
> --
> Daan

Re: release artifact 4.4.1 faulty. How to resolve?

Posted by Daan Hoogland <da...@gmail.com>.
$a ~= d8359211f11b2462c35389b6c80d51df5159ae69 -
b9620c2cbe7f711082015b2d6fd31efed3ea25d4
$b == 8db506b536f3139250d33df571c98c1c3fa83650
$c == 8db506b536f3139250d33df571c98c1c3fa83650

So the tag and the voted id match but the artifacts don't.

On Sun, Nov 2, 2014 at 6:20 PM, David Nalley <da...@gnsa.us> wrote:
> OK - let me see if I understand what you are saying:
>
> $a - is the commit-id of the uploaded artifacts
> $b - is the commit-id that was in the vote email
> $c - is the commit-id of the tag in git
>
> Which of those three don't match. (When I read your description - a
> and b match, but c does not)
>
> If that's the case, delete the tag, and recreate the tag so that it
> matches what was in a and b. If that isn't the exact case, we need to
> figure out where the failure is, and decide how to handle it.
>
> --David
>
> On Sat, Nov 1, 2014 at 6:24 PM, Daan Hoogland <da...@gmail.com> wrote:
>> I am talking about a mismatch between the commit-id that the tag
>> 4.4..1 points to and the artifact that was uploaded. I think they are
>> functionally the same but the internal version is different. The
>> artifact is 4.4.1-SNAPSHOT hence probably the root of the release
>> branch and the commit is the tip where the version strings were
>> changed to 4.4.1.
>>
>> not sure if this relates to your links. I made a bug in the
>> build_asf.sh and uploaded soething other then the release commit id
>>
>> On Sat, Nov 1, 2014 at 10:22 PM, David Nalley <da...@gnsa.us> wrote:
>>> -private
>>>
>>> We are talking about whats in:
>>> https://dist.apache.org/repos/dist/release/cloudstack/releases/4.4.1/
>>> ?
>>> If so, I am not sure how we arrive at the fact that the release
>>> artifacts aren't what we voted on. I looked at the commit log for the
>>> part of the tree and found [1]. I also checked it out, and svn log-ed
>>> it and get the output in [2].
>>>
>>> So let me step back and ask - how did you determine that what's in
>>> dist.a.o doesn't match what we voted on? OR -are we talking about
>>> something else?
>>>
>>> --David
>>>
>>> [1] http://markmail.org/message/vjoxa6lg7o6dxmsl
>>> [2] https://paste.apache.org/agtf
>>>
>>>
>>> On Sat, Nov 1, 2014 at 3:12 PM, Daan Hoogland <da...@gmail.com> wrote:
>>>> People,
>>>>
>>>> It seems the uploaded artifacts on the release repo of apache does not
>>>> contain the commit-id of the voted release. I don't know if this can
>>>> be remedied. I think we should pull it, right? can we replace it by
>>>> artifacts that do contain the right version? Or should we have a new
>>>> version?
>>>>
>>>> thanks,
>>>> --
>>>> Daan
>>
>>
>>
>> --
>> Daan



-- 
Daan

Re: release artifact 4.4.1 faulty. How to resolve?

Posted by David Nalley <da...@gnsa.us>.
OK - let me see if I understand what you are saying:

$a - is the commit-id of the uploaded artifacts
$b - is the commit-id that was in the vote email
$c - is the commit-id of the tag in git

Which of those three don't match. (When I read your description - a
and b match, but c does not)

If that's the case, delete the tag, and recreate the tag so that it
matches what was in a and b. If that isn't the exact case, we need to
figure out where the failure is, and decide how to handle it.

--David

On Sat, Nov 1, 2014 at 6:24 PM, Daan Hoogland <da...@gmail.com> wrote:
> I am talking about a mismatch between the commit-id that the tag
> 4.4..1 points to and the artifact that was uploaded. I think they are
> functionally the same but the internal version is different. The
> artifact is 4.4.1-SNAPSHOT hence probably the root of the release
> branch and the commit is the tip where the version strings were
> changed to 4.4.1.
>
> not sure if this relates to your links. I made a bug in the
> build_asf.sh and uploaded soething other then the release commit id
>
> On Sat, Nov 1, 2014 at 10:22 PM, David Nalley <da...@gnsa.us> wrote:
>> -private
>>
>> We are talking about whats in:
>> https://dist.apache.org/repos/dist/release/cloudstack/releases/4.4.1/
>> ?
>> If so, I am not sure how we arrive at the fact that the release
>> artifacts aren't what we voted on. I looked at the commit log for the
>> part of the tree and found [1]. I also checked it out, and svn log-ed
>> it and get the output in [2].
>>
>> So let me step back and ask - how did you determine that what's in
>> dist.a.o doesn't match what we voted on? OR -are we talking about
>> something else?
>>
>> --David
>>
>> [1] http://markmail.org/message/vjoxa6lg7o6dxmsl
>> [2] https://paste.apache.org/agtf
>>
>>
>> On Sat, Nov 1, 2014 at 3:12 PM, Daan Hoogland <da...@gmail.com> wrote:
>>> People,
>>>
>>> It seems the uploaded artifacts on the release repo of apache does not
>>> contain the commit-id of the voted release. I don't know if this can
>>> be remedied. I think we should pull it, right? can we replace it by
>>> artifacts that do contain the right version? Or should we have a new
>>> version?
>>>
>>> thanks,
>>> --
>>> Daan
>
>
>
> --
> Daan

Re: release artifact 4.4.1 faulty. How to resolve?

Posted by Daan Hoogland <da...@gmail.com>.
I am talking about a mismatch between the commit-id that the tag
4.4..1 points to and the artifact that was uploaded. I think they are
functionally the same but the internal version is different. The
artifact is 4.4.1-SNAPSHOT hence probably the root of the release
branch and the commit is the tip where the version strings were
changed to 4.4.1.

not sure if this relates to your links. I made a bug in the
build_asf.sh and uploaded soething other then the release commit id

On Sat, Nov 1, 2014 at 10:22 PM, David Nalley <da...@gnsa.us> wrote:
> -private
>
> We are talking about whats in:
> https://dist.apache.org/repos/dist/release/cloudstack/releases/4.4.1/
> ?
> If so, I am not sure how we arrive at the fact that the release
> artifacts aren't what we voted on. I looked at the commit log for the
> part of the tree and found [1]. I also checked it out, and svn log-ed
> it and get the output in [2].
>
> So let me step back and ask - how did you determine that what's in
> dist.a.o doesn't match what we voted on? OR -are we talking about
> something else?
>
> --David
>
> [1] http://markmail.org/message/vjoxa6lg7o6dxmsl
> [2] https://paste.apache.org/agtf
>
>
> On Sat, Nov 1, 2014 at 3:12 PM, Daan Hoogland <da...@gmail.com> wrote:
>> People,
>>
>> It seems the uploaded artifacts on the release repo of apache does not
>> contain the commit-id of the voted release. I don't know if this can
>> be remedied. I think we should pull it, right? can we replace it by
>> artifacts that do contain the right version? Or should we have a new
>> version?
>>
>> thanks,
>> --
>> Daan



-- 
Daan

Re: release artifact 4.4.1 faulty. How to resolve?

Posted by David Nalley <da...@gnsa.us>.
-private

We are talking about whats in:
https://dist.apache.org/repos/dist/release/cloudstack/releases/4.4.1/
?
If so, I am not sure how we arrive at the fact that the release
artifacts aren't what we voted on. I looked at the commit log for the
part of the tree and found [1]. I also checked it out, and svn log-ed
it and get the output in [2].

So let me step back and ask - how did you determine that what's in
dist.a.o doesn't match what we voted on? OR -are we talking about
something else?

--David

[1] http://markmail.org/message/vjoxa6lg7o6dxmsl
[2] https://paste.apache.org/agtf


On Sat, Nov 1, 2014 at 3:12 PM, Daan Hoogland <da...@gmail.com> wrote:
> People,
>
> It seems the uploaded artifacts on the release repo of apache does not
> contain the commit-id of the voted release. I don't know if this can
> be remedied. I think we should pull it, right? can we replace it by
> artifacts that do contain the right version? Or should we have a new
> version?
>
> thanks,
> --
> Daan

Re: release artifact 4.4.1 faulty. How to resolve?

Posted by Nux! <nu...@li.nux.ro>.
Pierre, 

It's this (does not manifest in all cases)
https://issues.apache.org/jira/browse/CLOUDSTACK-7781

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

----- Original Message -----
> From: "Pierre-Luc Dion" <pd...@cloudops.com>
> To: dev@cloudstack.apache.org
> Sent: Saturday, 1 November, 2014 21:06:16
> Subject: Re: release artifact 4.4.1 faulty. How to resolve?

> Nux, What is broken with systemvm ?
> 
> So far the only thing I see as problem with 4.4.1 is the manual db update
> for the missing column.
> 
> 
> 
> *Pierre-Luc DION*
> Architecte de Solution Cloud | Cloud Solutions Architect
> t 855.652.5683
> 
> *CloudOps* Votre partenaire infonuagique* | *Cloud Solutions Experts
> 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
> w cloudops.com *|* tw @CloudOps_
> 
> 
> On Sat, Nov 1, 2014 at 3:45 PM, Nux! <nu...@li.nux.ro> wrote:
> 
>> +1 new version with fixed systemvms :-)
>>
>> --
>> Sent from the Delta quadrant using Borg technology!
>>
>> Nux!
>> www.nux.ro
>>
>> ----- Original Message -----
>> > From: "Daan Hoogland" <da...@gmail.com>
>> > To: "dev" <de...@cloudstack.apache.org>, private@cloudstack.apache.org
>> > Sent: Saturday, 1 November, 2014 19:12:38
>> > Subject: release artifact 4.4.1 faulty. How to resolve?
>>
>> > People,
>> >
>> > It seems the uploaded artifacts on the release repo of apache does not
>> > contain the commit-id of the voted release. I don't know if this can
>> > be remedied. I think we should pull it, right? can we replace it by
>> > artifacts that do contain the right version? Or should we have a new
>> > version?
>> >
>> > thanks,
>> > --
>> > Daan

Re: release artifact 4.4.1 faulty. How to resolve?

Posted by Pierre-Luc Dion <pd...@cloudops.com>.
Nux, What is broken with systemvm ?

So far the only thing I see as problem with 4.4.1 is the manual db update
for the missing column.



*Pierre-Luc DION*
Architecte de Solution Cloud | Cloud Solutions Architect
t 855.652.5683

*CloudOps* Votre partenaire infonuagique* | *Cloud Solutions Experts
420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
w cloudops.com *|* tw @CloudOps_


On Sat, Nov 1, 2014 at 3:45 PM, Nux! <nu...@li.nux.ro> wrote:

> +1 new version with fixed systemvms :-)
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> ----- Original Message -----
> > From: "Daan Hoogland" <da...@gmail.com>
> > To: "dev" <de...@cloudstack.apache.org>, private@cloudstack.apache.org
> > Sent: Saturday, 1 November, 2014 19:12:38
> > Subject: release artifact 4.4.1 faulty. How to resolve?
>
> > People,
> >
> > It seems the uploaded artifacts on the release repo of apache does not
> > contain the commit-id of the voted release. I don't know if this can
> > be remedied. I think we should pull it, right? can we replace it by
> > artifacts that do contain the right version? Or should we have a new
> > version?
> >
> > thanks,
> > --
> > Daan
>

Re: release artifact 4.4.1 faulty. How to resolve?

Posted by Nux! <nu...@li.nux.ro>.
+1 new version with fixed systemvms :-)

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

----- Original Message -----
> From: "Daan Hoogland" <da...@gmail.com>
> To: "dev" <de...@cloudstack.apache.org>, private@cloudstack.apache.org
> Sent: Saturday, 1 November, 2014 19:12:38
> Subject: release artifact 4.4.1 faulty. How to resolve?

> People,
> 
> It seems the uploaded artifacts on the release repo of apache does not
> contain the commit-id of the voted release. I don't know if this can
> be remedied. I think we should pull it, right? can we replace it by
> artifacts that do contain the right version? Or should we have a new
> version?
> 
> thanks,
> --
> Daan