Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Note: Please test staged tycho/tycho-extras with an empty local Maven repository

Since we had to re-stage, this wasn’t a good idea. You’ll need to tell everyone who has downloaded the broken staged version to delete their local Maven repository.

 

Regards

Tobias

 

 

From: tycho-dev-bounces@xxxxxxxxxxx [mailto:tycho-dev-bounces@xxxxxxxxxxx] On Behalf Of Jeff MAURY
Sent: Donnerstag, 31. Mai 2012 20:11
To: Tycho developers list
Subject: Re: [tycho-dev] Note: Please test staged tycho/tycho-extras with an empty local Maven repository

 

And what if we configured the staging repo in Nexus

Jeff

Le 31 mai 2012 18:19, "Oberlies, Tobias" <tobias.oberlies@xxxxxxx> a écrit :

For all of you who have tested the first staged versions, please note that you need to delete your local Maven repository.

This is because the non-normalized artifact descriptors may have been persisted in the local Maven repositories and cause follow-up problems like

* "<some artifact> is not part of the project build target platform"
* NPEs in org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.collectStats(IArtifactDescriptor, IProgressMonitor)

Regards
Tobias


> -----Original Message-----
> From: tycho-dev-bounces@xxxxxxxxxxx [mailto:tycho-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Igor Fedorenko
> Sent: Donnerstag, 31. Mai 2012 13:40
> To: tycho-dev@xxxxxxxxxxx; Tycho user list
> Subject: Re: [tycho-dev] Note: Please test staged tycho/tycho-extras with
> an empty local Maven repository
>
> I've restaged 0.15 to include the fix for 'normalization' of locally
> cached canonical artifacts metadata. The new staging repository url is
> [1]. I plan to promote the release to Central tomorrow afternoon
> (eastern timezone) unless new regressions are found and reported.
>
> [1] https://oss.sonatype.org/content/repositories/orgeclipsetycho-115/
>
> --
> Regards,
> Igor
>
> On 12-05-29 11:11 AM, Oberlies, Tobias wrote:
> > With the changes around pack200 support [0], there is the potential that
> Tycho 0.15.0 will not be able to work with milestones repositories [1].
> >
> > In order to make sure that this is not the case, please test the staged
> Tycho 0.15.0 with the following additional measures:
> >
> > - Also try using an empty local Maven repository (to make sure that bug
> 380904 [2] does not cover up the potential bug 380903 [1]).
> > - Run the verify-repository goal [3] in your eclipse-repository module,
> to immediately detect bug 380903 [1] if it should occur.
> >
> >
> > Thanks for your help
> > Tobias
> >
> >
> > [0] https://bugs.eclipse.org/bugs/show_bug.cgi?id=377357  provide an
> option to include pack.gz artifacts in eclipse-repository
> > [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=380903  Tycho assumes
> that all p2 repositories have normalized canonical artifacts
> > [2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=380904  Artifact
> descriptors depend on which Tycho version cached the artifact
> > [3] http://www.eclipse.org/tycho/sitedocs/tycho-p2/tycho-p2-repository-
> plugin/verify-repository-mojo.html
> >
> >
> >> -----Original Message-----
> >> From: tycho-dev-bounces@xxxxxxxxxxx [mailto:tycho-dev-
> bounces@xxxxxxxxxxx]
> >> On Behalf Of Igor Fedorenko
> >> Sent: Sonntag, 27. Mai 2012 04:39
> >> To: Tycho user list; Tycho developers list
> >> Subject: [tycho-dev] please test stages tycho and tycho-extras build
> >> 0.15.0
> >>
> >> I've staged tycho and tycho-extras build 0.15.0 and plan to promote it
> >> to Central repository some time next week, provided no serious
> >> regressions are reported, of course. Please test this new build and
> >> report any problems you find either here or through bugzilla.
> >>
> >> List of solved problems and new features:
> >>
> https://bugs.eclipse.org/bugs/buglist.cgi?list_id=1749726;query_format=adv
> >> anced;target_milestone=0.15.0;product=Tycho
> >>
> >> Staging repo:
> >> https://oss.sonatype.org/content/repositories/orgeclipsetycho-255/
> >>
> >> --
> >> Regards,
> >> Igor
> >> _______________________________________________
> >> tycho-dev mailing list
> >> tycho-dev@xxxxxxxxxxx
> >> https://dev.eclipse.org/mailman/listinfo/tycho-dev
> > _______________________________________________
> > tycho-dev mailing list
> > tycho-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/tycho-dev
> _______________________________________________
> tycho-dev mailing list
> tycho-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-dev
_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev


Back to the top