Skip to Content.
Sympa Menu

rare-dev - Re: [rare-dev] Automated profile optimizer

Subject: Rare project developers

List archive

Re: [rare-dev] Automated profile optimizer


Chronological Thread 
  • From: Alexander Gall <>
  • To: <>, Frédéric LOUI <>
  • Subject: Re: [rare-dev] Automated profile optimizer
  • Date: Wed, 8 Feb 2023 12:09:01 +0100

On Wed, 8 Feb 2023 11:45:29 +0100, Alexander Gall <> said:

> On Wed, 8 Feb 2023 11:42:04 +0100, mc36 <> said:
>> hi,
>> On 2/8/23 11:39, Alexander Gall wrote:
>>>
>>>> I still don't understand it. Maybe "read" somehow chokes on the
>>>> non-ASCII characters in your name (part of the JSON blob that the
>>>> webhook receives from Bitbucket).
>>>
>>> Indeed. read terminates with an error in that case :/ The solution was
>>> to replace it with
>>>
>>> body=$(head -c "$CONTENT_LENGTH")
>>>
>>> Hopefully, this mechanism will work for you next time :)
>>>

>> thanks for the fix!
>> if you think, i can enable the same local connect to nop-mchome for a
>> quick test?

> Sure, then we'll know if this things finally works :)

Ok, so now the problem is this (you would see this in the Bitbucket
webhook page if you had access):

Ignoring push type BRANCH, action UPDATE for ID master on commit
724d4000daf75dbb7d09b76caef1ac413d8fa840
(Trigger set to TAG/ADD/optimize_profiles)

How exactly did you move the tag to get this as an "update" instead of
"add"? When I do it, I generate a "delete" followed by a "add". But
maybe I could just treat "update" like "add" :/

--
Alex



Archive powered by MHonArc 2.6.19.

Top of Page