Hi Alex,

Git status after failing for all 3 repos [1].

Here is how build.properties look like after performing update.versions
target [2].

I will skip some part to move forward but update.versions is important.

[1] https://paste.apache.org/l3zs9
[2] https://paste.apache.org/0zvou

Thanks,
Piotr

czw., 3 paź 2019 o 17:49 Alex Harui <aha...@adobe.com.invalid> napisał(a):

> What does "git status" show in the 3 repos?
>
> The update.versions should have at least changed the build.properties file
> in the repo.
>
> You can try skipping over steps by listing the steps on the command line.
> You might need to list some pre-requisite steps before or add them to the
> "depends" of the step that needs it.
>
> ant -e -f releasecandidate.xml -Drelease.version=0.9.6 -Drc=3
> update.versions merge_rc_to_develop release.maven.staging.repo
>
> -Alex
>
> On 10/3/19, 1:49 AM, "Piotr Zarzycki" <piotrzarzyck...@gmail.com> wrote:
>
>     Those are the steps from the script which need to be done still:
>
>     1)  <antcall target="update.versions" />
>     2) <antcall target="merge_rc_to_develop" />
>     3) <antcall target="release.maven.staging.repo" />
>
>     Number #1 is failing.
>
>
>     czw., 3 paź 2019 o 10:41 Piotr Zarzycki <piotrzarzyck...@gmail.com>
>     napisał(a):
>
>     > It looks like we already have:
>     > 1) Successfully published npm:
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40apache-royale%2Froyale-js&amp;data=02%7C01%7Caharui%40adobe.com%7Cc21097df22b0426c28a808d747dea04e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637056893810206817&amp;sdata=4idQHiSsqaCC57d%2FMoZYx%2Bze3xZRLwrahAJhYykR2WI%3D&amp;reserved=0
>     > 2) Successfully published which can be updated on the website:
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.6%2Fbinaries%2Fapache-royale-0.9.6-bin-js.tar.gz&amp;data=02%7C01%7Caharui%40adobe.com%7Cc21097df22b0426c28a808d747dea04e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637056893810206817&amp;sdata=piwVUdIWhFhDZTIjKG9CCTkJBuzx5QKitI%2F%2BYSYyv0A%3D&amp;reserved=0
>     >
>     > Thanks,
>     > Piotr
>     >
>     > czw., 3 paź 2019 o 10:33 Piotr Zarzycki <piotrzarzyck...@gmail.com>
>     > napisał(a):
>     >
>     >> I have used npm password from private and went trough publishing
> npm and
>     >> it's failed on next step update.version with the same error. Here
> you go
>     >> full log [1].
>     >>
>     >> What will happen if I run publish npm stuff again ? I can omit that
> part
>     >> in the next attempt.
>     >>
>     >> Om can you check whether my npm publish stuff went ok ?
>     >>
>     >> [1]
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fyl06d&amp;data=02%7C01%7Caharui%40adobe.com%7Cc21097df22b0426c28a808d747dea04e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637056893810206817&amp;sdata=K3Jqc8tjhRGyCjE2vHIzVyDQ070L3HYxLzjBNFzrtdI%3D&amp;reserved=0
>     >>
>     >> Thanks,
>     >> Piotr
>     >>
>     >> Thanks,
>     >> Piotr
>     >>
>     >> śr., 2 paź 2019 o 18:40 Alex Harui <aha...@adobe.com.invalid>
> napisał(a):
>     >>
>     >>> Responses inline...
>     >>>
>     >>> On 10/2/19, 1:37 AM, "Piotr Zarzycki" <piotrzarzyck...@gmail.com>
>     >>> wrote:
>     >>>
>     >>>     Just to understand something. releasecandidate script is using
> tag
>     >>> instead
>     >>>     release branch to whole operation of increase version ?
>     >>>
>     >>> No, the  "get_head_of_rc_branches" target should get you the head.
>     >>>
>     >>>     > Hi,
>     >>>     >
>     >>>     > I just tried releasecandidate script. It contains following
> steps.
>     >>>     >
>     >>>     > <antcall target="release.tag" />
>     >>>     >         <!-- this is intended to merge the tag to master
> because
>     >>> it should
>     >>>     > have the right versions in it -->
>     >>>     >         <antcall target="merge_rc_to_master" />
>     >>>     >         <antcall target="get_head_of_rc_branches" />
>     >>>     >         <antcall target="release.npm" />
>     >>>     >         <antcall target="update.versions" />
>     >>>     >         <antcall target="merge_rc_to_develop" />
>     >>>     >         <antcall target="release.maven.staging.repo" />
>     >>>     >
>     >>>     > One step previous was move in svn binaries from dev folder to
>     >>> release - I
>     >>>     > omit that cause I did it already manually. Launching
> following
>     >>> steps I
>     >>>     > reached release.npm - Which requires login and password to
> npm - I
>     >>>     > omitted that as well. Next was update.versions and it failed
> with
>     >>> following
>     >>>     > stack trace [1]
>     >>>     >
>     >>>
>     >>> The login and password is available in the private@ archives.
>     >>>
>     >>>
>     >>>     > In mentioned lines in the stacktrace I have:
>     >>>     >
>     >>>     > Line 1088:
>     >>>     > <antcall target="update.versions" />
>     >>>     >
>     >>>     > Line 1216:
>     >>>     > <exec executable="${git}" dir="${compiler}"
> failonerror="true" >
>     >>>     >             <arg value="commit" />
>     >>>     >             <arg value="-m" />
>     >>>     >             <arg value="update version to
> ${new.release.version}"
>     >>> />
>     >>>     >         </exec>
>     >>>     >
>     >>>     > [1]
>     >>>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F15biu&amp;data=02%7C01%7Caharui%40adobe.com%7Cc21097df22b0426c28a808d747dea04e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637056893810216809&amp;sdata=Rh%2BpFQBRbL6mWzbRaSdIWJV3zA1N0rjMbHDUTGGLzsA%3D&amp;reserved=0
>     >>>
>     >>> You did not post the whole log, so it is possible you missed a
> step.
>     >>> There is almost no way there shouldn't be changes and the head
> should not
>     >>> be detached.
>     >>>
>     >>> -Alex
>     >>>
>     >>>
>     >>
>     >> --
>     >>
>     >> Piotr Zarzycki
>     >>
>     >> Patreon: *
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cc21097df22b0426c28a808d747dea04e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637056893810216809&amp;sdata=WdrjOKyp0zKKmGO6QoZlKhSv%2B2l5lJPwSd6jRl7Lyu4%3D&amp;reserved=0
>     >> <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cc21097df22b0426c28a808d747dea04e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637056893810216809&amp;sdata=WdrjOKyp0zKKmGO6QoZlKhSv%2B2l5lJPwSd6jRl7Lyu4%3D&amp;reserved=0
> >*
>     >>
>     >
>     >
>     > --
>     >
>     > Piotr Zarzycki
>     >
>     > Patreon: *
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cc21097df22b0426c28a808d747dea04e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637056893810216809&amp;sdata=WdrjOKyp0zKKmGO6QoZlKhSv%2B2l5lJPwSd6jRl7Lyu4%3D&amp;reserved=0
>     > <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cc21097df22b0426c28a808d747dea04e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637056893810216809&amp;sdata=WdrjOKyp0zKKmGO6QoZlKhSv%2B2l5lJPwSd6jRl7Lyu4%3D&amp;reserved=0
> >*
>     >
>
>
>     --
>
>     Piotr Zarzycki
>
>     Patreon: *
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cc21097df22b0426c28a808d747dea04e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637056893810216809&amp;sdata=WdrjOKyp0zKKmGO6QoZlKhSv%2B2l5lJPwSd6jRl7Lyu4%3D&amp;reserved=0
>     <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cc21097df22b0426c28a808d747dea04e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637056893810216809&amp;sdata=WdrjOKyp0zKKmGO6QoZlKhSv%2B2l5lJPwSd6jRl7Lyu4%3D&amp;reserved=0
> >*
>
>
>

-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Reply via email to