Hi Yishay,

Sounds like you probably have more than one keystore, as described in that wiki 
post in [1].

I'm not sure how Maven finds the gpg it wants to run, but if it is finding a 
different one than the one you find the the command prompt then you will have 
results like you are.

There is a command called "where" or "which" that will show you want path it 
picked.  You might try altering the paths or uninstalling some version of GPG 
or somehow try to get Maven to find the one you use from the command line.

Good luck,
-Alex

On 10/26/18, 1:33 PM, "Yishay Weiss" <yishayj...@hotmail.com> wrote:

    Ok, I made some changes to the build script which seem to have resolved 
this issue. I’m getting this
    
    
    
        [exec] [INFO] gpg: no default secret key: No secret key
    
         [exec] [INFO] gpg: signing failed: No secret key
    
         [exec] [INFO] [INFO] 
------------------------------------------------------------------------
    
         [exec] [INFO] [INFO] BUILD FAILURE
    
         [exec] [INFO] [INFO] 
------------------------------------------------------------------------
    
         [exec] [INFO] [INFO] Total time: 14.241 s
    
         [exec] [INFO] [INFO] Finished at: 2018-10-26T23:30:47+03:00
    
         [exec] [INFO] [INFO] Final Memory: 39M/780M
    
         [exec] [INFO] [INFO] 
------------------------------------------------------------------------
    
         [exec] [INFO] [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-release-artifacts) on 
project royale-compiler-parent: Exit code: 2 -> [Help 1]
    
    
    
    Even though I think I followed instructions [1] regarding gpg… Any ideas?
    
    
    
    [1] 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165039854&amp;sdata=t3SigXUKj6B3DCr%2BGD%2F9Wsnez262eaWf9qBfUQ0QRtY%3D&amp;reserved=0
    
    
    
    ________________________________
    From: Alex Harui <aha...@adobe.com.INVALID>
    Sent: Friday, October 26, 2018 2:07:38 AM
    To: dev@royale.apache.org
    Subject: Re: [Discuss] Start release process 0.9.3
    
    Well, you can't really do the push manually because the script is expecting 
files that need to be pushed are pushed before calling Maven to do its thing.  
You would have to break apart the Ant targets to allow you to push manually.
    
    But the push of utils shouldn't happen because they have not been modified. 
 In an earlier email I tried to explain to Piotr how to modify 
releasecandidate.xml so that it correctly skips that push.
    
    -Alex
    
    On 10/25/18, 11:58 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote:
    
        The error message is in the console, I guess the redirect was of STDOUT 
only.
    
    
    
        Git push doesn’t require credentials in my console.
    
    
    
        Just to be clear, should I make failonerror false for push targets and 
do them manually instead?
    
    
    
        ________________________________
        From: Alex Harui <aha...@adobe.com.INVALID>
        Sent: Thursday, October 25, 2018 8:20:27 PM
        To: dev@royale.apache.org
        Subject: Re: [Discuss] Start release process 0.9.3
    
        Hi Yishay,
    
        I didn't see an error at the end of the output.
    
        Piotr, did you make the suggested changes to releasecandidate.xml when 
you got stuck at a similar point?  Yishaw, see a past thread on that Ant 
target.  It shouldn't be trying to push anything there.
    
        That said, it is required that the RM has Git setup in  a way that it 
does not ask you for a password when pushing.  You will need non-interactive 
push at some point in the script.  Ant and Maven can't always stop to ask for 
input.  So if a regular "git push" from a command prompt asks for your 
password, you need to set it up so it doesn't.
    
        If nobody can get the release cut by the time I finish up the MX Charts 
emulation, then I will try to cut the release.  We know these scripts worked on 
my computers so it will be interesting to see if they fail now.  As we saw, we 
were blowing up Maven because we added so many jars to the build since the last 
successful release.  We might be pushing the limits of Ant/Maven and we may 
have to refactor the steps to make more smaller steps or something like that.
    
        HTH,
        -Alex
    
        On 10/25/18, 3:20 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote:
    
            I’m stuck in step 4 [1], getting below and [2]. Looks like git 
tasks are failing. Any ideas?
    
    
    
            BUILD FAILED
    
            C:\dev\my_release\releasecandidate.xml:556: The following error 
occurred while executing this line:
    
            C:\dev\my_release\releasecandidate.xml:487: The following error 
occurred while executing this line:
    
            C:\dev\my_release\releasecandidate.xml:473: exec returned: 1
    
    
    
            [1] ant -f releasecandidate.xml "-Drelease.version=0.9.4" -Drc=1 
maven
    
            [2] 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FAkFm&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165039854&amp;sdata=XSpXmIkHypNhQ0n6WXGUjPCKrRA9%2FJN4GGz6rmoj1sc%3D&amp;reserved=0
    
    
    
    
    
            ________________________________
            From: Yishay Weiss <yishayj...@hotmail.com>
            Sent: Tuesday, October 16, 2018 1:21:33 PM
            To: dev@royale.apache.org
            Subject: RE: [Discuss] Start release process 0.9.3
    
            Ok, thanks.
    
    
    
            ________________________________
            From: Piotr Zarzycki <piotrzarzyck...@gmail.com>
            Sent: Tuesday, October 16, 2018 1:07:08 PM
            To: dev@royale.apache.org
            Subject: Re: [Discuss] Start release process 0.9.3
    
            Yishay,
    
            You need to follow the tutorial on the Wiki, so setup everything 
what is
            saying there. However in release steps you can omit step 3 and 
start from
            step 4. Step 1 and 2 is needed.
    
            You can start from step 4, because branches for release exists 
already in
            all 3 repositories. "release/0.9.4"
    
            In last two attempts:
    
            Attempt 1: Failed because I got timeout on downloading some maven 
plugin
            Attempt 2: I went a bit farther, but during Maven compilation of 
compiler
            tests failed - stacktraces of failing tests are in previous emails.
    
            Thanks,
            Piotr
    
            wt., 16 paź 2018 o 11:44 Yishay Weiss <yishayj...@hotmail.com> 
napisał(a):
    
            > Maybe u can summarize the pitfalls you and Om mention on this 
thread. I’ll
            > follow the tut [1] and see how far I get.
            >
            >
            >
            > Just don’t want to waste time on the things you stumbled on.
            >
            >
            >
            > [1] 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165039854&amp;sdata=t3SigXUKj6B3DCr%2BGD%2F9Wsnez262eaWf9qBfUQ0QRtY%3D&amp;reserved=0
            >
            >
            >
            >
            >
            > ________________________________
            > From: Piotr Zarzycki <piotrzarzyck...@gmail.com>
            > Sent: Tuesday, October 16, 2018 12:30:54 PM
            > To: dev@royale.apache.org
            > Subject: Re: [Discuss] Start release process 0.9.3
            >
            > Hi Yishay,
            >
            > What do you mean by more such tasks ?
            >
            > Thanks,
            > Piotr
            >
            > wt., 16 paź 2018 o 07:10 Yishay Weiss <yishayj...@hotmail.com> 
napisał(a):
            >
            > > Just deleted them.
            > >
            > >
            > >
            > > I haven’t followed this thread closely enough. Can you think of 
more such
            > > tasks?
            > >
            > >
            > >
            > > ________________________________
            > > From: Piotr Zarzycki <piotrzarzyck...@gmail.com>
            > > Sent: Monday, October 15, 2018 6:29:30 PM
            > > To: dev@royale.apache.org
            > > Subject: Re: [Discuss] Start release process 0.9.3
            > >
            > > Hi Yishay,
            > >
            > > This [1][2]
            > >
            > > [1]
            > >
            > >
            > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc1&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=Bw9U3L%2Bp7C%2FAdm0fnAkl7K7wkCCcJWGsec7A7SBXxWU%3D&amp;reserved=0
            > > [2]
            > >
            > >
            > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc2&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=mIur3o9EskKwd277QMDYKrI%2BmmyXKgA8poVsoDPmAOk%3D&amp;reserved=0
            > >
            > > Thanks,
            > > Piotr
            > >
            > > pon., 15 paź 2018 o 17:20 Yishay Weiss <yishayj...@hotmail.com>
            > > napisał(a):
            > >
            > > > What’s the full names of the tags that need to be deleted?
            > > >
            > > >
            > > >
            > > > ________________________________
            > > > From: Piotr Zarzycki <piotrzarzyck...@gmail.com>
            > > > Sent: Monday, October 15, 2018 4:08:34 PM
            > > > To: dev@royale.apache.org
            > > > Subject: Re: [Discuss] Start release process 0.9.3
            > > >
            > > > Hi Alex,
            > > >
            > > > I have all environment property which you are mentioning in 
place.
            > > >
            > > > AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
            > > > FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
            > > > PLAYERGLOBAL_HOME = D:\Work\player
            > > >
            > > > In my folder with player I have following folders with 
playerglobal.swc
            > > > 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using 
bash for
            > > > running all of that..
            > > >
            > > > I think I'm done with this. I don't have anymore power to 
fight with it
            > > at
            > > > all. Whoever wanted to pickup what's is left feel free. 
Branches are
            > > > waiting. You need to remove RC1 and RC2 tags, cause I cannot 
for some
            > > > reason.
            > > >
            > > > Good Luck!
            > > > Piotr
            > > >
            > > >
            > > > pon., 15 paź 2018 o 09:45 Alex Harui 
<aha...@adobe.com.invalid>
            > > > napisał(a):
            > > >
            > > > > Looks like your environment variables aren't set?  Having 
js.swc on
            > the
            > > > > external-library-path to run a SWF doesn't seem right.  
Check
            > AIR_HOME,
            > > > > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
            > > > >
            > > > > -Alex
            > > > >
            > > > > On 10/15/18, 12:37 AM, "Piotr Zarzycki" 
<piotrzarzyck...@gmail.com>
            > > > > wrote:
            > > > >
            > > > >     Now tests are failing :) [1]
            > > > >
            > > > >     [1]
            > > > >
            > > >
            > >
            > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=tUaeYgMVVIlT2OU8lTkjtR%2BmRmumruzJ8n3SrfJsGAk%3D&amp;reserved=0
            > > > >
            > > > >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
            > > > piotrzarzyck...@gmail.com>
            > > > >     napisał(a):
            > > > >
            > > > >     > Before I contact Maven mailing list I would like to 
try again
            > > > > release to
            > > > >     > see what I got.
            > > > >     >
            > > > >     >
            > > > >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
            > > > > carlosrov...@apache.org>
            > > > >     > wrote:
            > > > >     >
            > > > >     >> Hi, commit done and seems no other side effect was 
done. So I
            > > > think
            > > > > the
            > > > >     >> tweaks worked.
            > > > >     >>
            > > > >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
            > > > >     >> carlosrov...@apache.org>)
            > > > >     >> escribió:
            > > > >     >>
            > > > >     >> > Hi,
            > > > >     >> >
            > > > >     >> > about delete tag, I was investigating and did some 
tweaks to
            > > my
            > > > > system.
            > > > >     >> So
            > > > >     >> > we'll see in the next commit if it works.
            > > > >     >> >
            > > > >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
            > > > >     >> carlosrov...@apache.org>)
            > > > >     >> > escribió:
            > > > >     >> >
            > > > >     >> >> Hi,
            > > > >     >> >>
            > > > >     >> >> I think asking ni maven list is our best bet 
since as we do
            > > > here,
            > > > >     >> surely
            > > > >     >> >> they can help and give some light on what's 
happening, so
            > > > >     >> >> +1 to ask in maven list
            > > > >     >> >>
            > > > >     >> >>
            > > > >     >> >>
            > > > >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
            > > > > (<aha...@adobe.com.invalid
            > > > >     >> >)
            > > > >     >> >> escribió:
            > > > >     >> >>
            > > > >     >> >>> No, some people think the script was trying to 
upload the
            > RC
            > > > to
            > > > > Maven
            > > > >     >> >>> Central instead of repository.apache.org.  From 
my
            > reading
            > > of
            > > > > the
            > > > >     >> logs,
            > > > >     >> >>> you had a problem downloading a Maven plugin 
from Maven
            > > > Central
            > > > > which
            > > > >     >> is
            > > > >     >> >>> allowed, while Om was having trouble uploading to
            > > > >     >> repository.apache.org.
            > > > >     >> >>>
            > > > >     >> >>> I think we're ok as long as we can figure out 
why you and
            > Om
            > > > > keep
            > > > >     >> >>> getting timeouts.  There are plenty of articles 
about
            > Maven
            > > > and
            > > > > the
            > > > >     >> timeout
            > > > >     >> >>> but it all seems to be proxy related.  If you 
are not
            > using
            > > a
            > > > > proxy,
            > > > >     >> maybe
            > > > >     >> >>> there is an article out there that isn't about 
proxies.
            > You
            > > > > could
            > > > >     >> also ask
            > > > >     >> >>> on a Maven mailing list to see if they've heard 
of this
            > > issue.
            > > > >     >> >>>
            > > > >     >> >>> -Alex
            > > > >     >> >>>
            > > > >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
            > > > > piotrzarzyck...@gmail.com>
            > > > >     >> >>> wrote:
            > > > >     >> >>>
            > > > >     >> >>>     So the difference is that when we vote 
successful y
            > for
            > > > > release we
            > > > >     >> >>> are
            > > > >     >> >>>     uploading manually those artifacts?
            > > > >     >> >>>
            > > > >     >> >>>     Automatic is not allowed? This is how I 
understand.
            > > > >     >> >>>
            > > > >     >> >>>     Piotr
            > > > >     >> >>>
            > > > >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki 
<
            > > > >     >> >>> piotrzarzyck...@gmail.com>
            > > > >     >> >>>     wrote:
            > > > >     >> >>>
            > > > >     >> >>>     > Alex,
            > > > >     >> >>>     >
            > > > >     >> >>>     > I'm not running behind the proxy.
            > > > >     >> >>>     >
            > > > >     >> >>>     > Hi Dave,
            > > > >     >> >>>     >
            > > > >     >> >>>     > We are publishing only RC. Why it is 
against?
            > > > >     >> >>>     >
            > > > >     >> >>>     > Piotr
            > > > >     >> >>>     >
            > > > >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
            > > > >     >> dave2w...@comcast.net>
            > > > >     >> >>> wrote:
            > > > >     >> >>>     >
            > > > >     >> >>>     >>
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> Sent from my iPhone
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, 
Jason A
            > (DOT) <
            > > > >     >> >>>     >> jason.gu...@alaska.gov> wrote:
            > > > >     >> >>>     >> >
            > > > >     >> >>>     >> > Forgive my asking perhaps silly 
questions.
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> +1
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> >
            > > > >     >> >>>     >> > Why in the world does the Royale 
release script
            > > have
            > > > a
            > > > >     >> >>> dependency on
            > > > >     >> >>>     >> > publishing directly to Maven Central?
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> That is likely against Apache Release 
Policy as
            > well
            > > > and
            > > > > must
            > > > >     >> be
            > > > >     >> >>> changed.
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> >
            > > > >     >> >>>     >> > Doesn't Apache maintain its own Maven 
repository
            > of
            > > > >     >> >>> apache-produced
            > > > >     >> >>>     >> > artifacts?
            > > > >     >> >>>     >> > Isn't that what repo.maven.apache.org 
is? Why
            > > can't
            > > > > Royale
            > > > >     >> >>> publish to
            > > > >     >> >>>     >> that?
            > > > >     >> >>>     >> >
            > > > >     >> >>>     >> > The artifacts successfully published 
there could
            > be
            > > > > mirrored
            > > > >     >> to
            > > > >     >> >>> other
            > > > >     >> >>>     >> > public repositories after the release is
            > complete.
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> Yes, exactly.
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> Regards,
            > > > >     >> >>>     >> Dave
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> > Jason
            > > > >     >> >>>     >> >
            > > > >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki 
wrote:
            > > > >     >> >>>     >> >> Unfortunately I got the same result as 
OM:(
            > > > > Something is
            > > > >     >> >>> really wrong
            > > > >     >> >>>     >> with
            > > > >     >> >>>     >> >> Maven central, cause I can't believe 
that we all
            > > > have
            > > > > bad
            > > > >     >> >>> internet
            > > > >     >> >>>     >> >> connection.:)
            > > > >     >> >>>     >> >
            > > > >     >> >>>     >>
            > > > >     >> >>>     >>
            > > > >     >> >>>
            > > > >     >> >>>
            > > > >     >> >>>
            > > > >     >> >>
            > > > >     >> >> --
            > > > >     >> >> Carlos Rovira
            > > > >     >> >>
            > > > >
            > > >
            > >
            > 
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=Mmm9W6ByIy9gXUR8kjdsPFDTur9kHC3rmcatoMQCD1Q%3D&amp;reserved=0
            > > > >     >> >>
            > > > >     >> >>
            > > > >     >> >
            > > > >     >> > --
            > > > >     >> > Carlos Rovira
            > > > >     >> >
            > > > >
            > > >
            > >
            > 
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=Mmm9W6ByIy9gXUR8kjdsPFDTur9kHC3rmcatoMQCD1Q%3D&amp;reserved=0
            > > > >     >> >
            > > > >     >> >
            > > > >     >>
            > > > >     >> --
            > > > >     >> Carlos Rovira
            > > > >     >>
            > > > >
            > > >
            > >
            > 
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=Mmm9W6ByIy9gXUR8kjdsPFDTur9kHC3rmcatoMQCD1Q%3D&amp;reserved=0
            > > > >     >>
            > > > >     >
            > > > >
            > > > >     --
            > > > >
            > > > >     Piotr Zarzycki
            > > > >
            > > > >     Patreon: *
            > > > >
            > > >
            > >
            > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=NatGk4imCPOd1RkpUKZTDozcahYZ8r6aXqOBfoUQA2Y%3D&amp;reserved=0
            > > > >     <
            > > > >
            > > >
            > >
            > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=NatGk4imCPOd1RkpUKZTDozcahYZ8r6aXqOBfoUQA2Y%3D&amp;reserved=0
            > > > > >*
            > > > >
            > > > >
            > > > >
            > > >
            > > > --
            > > >
            > > > Piotr Zarzycki
            > > >
            > > > Patreon: 
*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=NatGk4imCPOd1RkpUKZTDozcahYZ8r6aXqOBfoUQA2Y%3D&amp;reserved=0
            > > > 
<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165059873&amp;sdata=cPPknBFEoLKPciiCpx764Zd3EHk09B3zEDDaBB%2BicJE%3D&amp;reserved=0>*
            > > >
            > >
            > >
            > > --
            > >
            > > Piotr Zarzycki
            > >
            > > Patreon: 
*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165059873&amp;sdata=cPPknBFEoLKPciiCpx764Zd3EHk09B3zEDDaBB%2BicJE%3D&amp;reserved=0
            > > 
<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165059873&amp;sdata=cPPknBFEoLKPciiCpx764Zd3EHk09B3zEDDaBB%2BicJE%3D&amp;reserved=0>*
            > >
            >
            >
            > --
            >
            > Piotr Zarzycki
            >
            > Patreon: 
*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165059873&amp;sdata=cPPknBFEoLKPciiCpx764Zd3EHk09B3zEDDaBB%2BicJE%3D&amp;reserved=0
            > 
<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165059873&amp;sdata=cPPknBFEoLKPciiCpx764Zd3EHk09B3zEDDaBB%2BicJE%3D&amp;reserved=0>*
            >
    
    
            --
    
            Piotr Zarzycki
    
            Patreon: 
*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165059873&amp;sdata=cPPknBFEoLKPciiCpx764Zd3EHk09B3zEDDaBB%2BicJE%3D&amp;reserved=0
            
<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165059873&amp;sdata=cPPknBFEoLKPciiCpx764Zd3EHk09B3zEDDaBB%2BicJE%3D&amp;reserved=0>*
    
    
    
    
    

Reply via email to