Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Oxygen.1/CDT 9.3.2

BTW, I'll create a script that automates this now that it's more than a couple of steps and post it on the wiki somewhere.

Basically it's just a bunch of wget's, unzip's, and mv's. I then manually setup or update the composite*.xml files that make up the public p2 url. Not much rocket science

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Doug Schaefer
> Sent: Thursday, August 10, 2017 3:15 PM
> To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
> Subject: Re: [cdt-dev] Oxygen.1/CDT 9.3.2
> 
> Excellent. Thanks Jeff!
> 
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-
> bounces@xxxxxxxxxxx]
> > On Behalf Of Jeff Johnston
> > Sent: Thursday, August 10, 2017 3:14 PM
> > To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
> > Subject: Re: [cdt-dev] Oxygen.1/CDT 9.3.2
> >
> > The artifacts are determined by the Hudson configuration.  I have
> > added: debug/org.eclipse.cdt.debug.application.product/target/** to
> > the configuration list.  Next build you can copy the contents of
> > debug/.../products/ (minus any directories) to the rcp directory and
> > the contents of debug/.../repository to the rcp-repository folder.
> >
> > -- Jeff J
> >
> > On Thu, Aug 10, 2017 at 2:48 PM, Doug Schaefer
> > <dschaefer@xxxxxxxxxxxxxx> wrote:
> > > I see now. The Hudson job was copying those files over to the
> > > nightly build area but not publishing them in the artifacts area for
> > > the job, for example
> > > here:
> > >
> > >
> > >
> > > https://hudson.eclipse.org/cdt/job/cdt-9.3/lastSuccessfulBuild/artif
> > > ac
> > > t/
> > >
> > >
> > >
> > > For releases, I don’t trust the nightly area. I think Hudson copying
> > > artifacts to the download site is a major security hole. So I’ve
> > > been downloading things by hand from the artifacts area of the build
> > > I want to publish.
> > >
> > >
> > >
> > > If someone figures out how to get those rcp things published in the
> > > Hudson build jobs, I can add that to my list of things to copy over.
> > >
> > >
> > >
> > > Doug.
> > >
> > >
> > >
> > > From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-
> > bounces@xxxxxxxxxxx]
> > > On Behalf Of Jonah Graham
> > > Sent: Thursday, August 10, 2017 2:31 PM
> > > To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
> > > Subject: Re: [cdt-dev] Oxygen.1/CDT 9.3.2
> > >
> > >
> > >
> > > The standalone (rcp) debugger is additional artefacts, compare 9.2 to 9.3:
> > >
> > >
> > >
> > > http://download.eclipse.org/tools/cdt/releases/9.2/r.2/?d
> > >
> > >
> > >
> > > http://download.eclipse.org/tools/cdt/releases/9.3/cdt9.3.1/?d
> > >
> > >
> > >
> > > The 9.3 ones are missing the rcp directories.
> > >
> > >
> > >
> > > Is there a wiki that has the steps we're supposed to follow?
> > >
> > >
> > >
> > > HTH
> > >
> > > Jonah
> > >
> > >
> > >
> > > On 10 Aug 2017 17:09, "Doug Schaefer" <dschaefer@xxxxxxxxxxxxxx>
> > wrote:
> > >
> > >> -----Original Message-----
> > >> From: cdt-dev-bounces@xxxxxxxxxxx
> > >> [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> > >> On Behalf Of Jonah Graham
> > >> Sent: Thursday, August 10, 2017 3:44 AM
> > >> To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
> > >> Subject: Re: [cdt-dev] Oxygen.1/CDT 9.3.2
> > >>
> > >> On 9 August 2017 at 19:56, Doug Schaefer <dschaefer@xxxxxxxxxxxxxx>
> > >> wrote:
> > >> > Hey gang, I just checked the schedule and Oxygen.1 RC1 is
> > >> > schedule for the week of Aug 21. I’ll be on vacation then but
> > >> > will steal away some time to make sure the latest 9.3.x build is
> available then.
> > >> :-) - I can do the website updates when it is published. Can you
> > >> publish the standalone debugger for 9.3.2 and I will re-enable the
> > >> links on the website.
> > >
> > > I don't know what "publish the standalone debugger" means. I just
> > > copy over the artifacts of our build. If it’s not there then it probably
> should be.
> > >
> > >>
> > >> > The final RC is the week of Sept 11. After that is a quite week
> > >> > (and a
> > >> > bit) and GA (general availability) on Sept 27. I have half a mind
> > >> > to release
> > >> > 9.3.2 before that to make sure our users aren’t waiting around.
> > >> +1
> > >> _______________________________________________
> > >> cdt-dev mailing list
> > >> cdt-dev@xxxxxxxxxxx
> > >> To change your delivery options, retrieve your password, or
> > >> unsubscribe from this list, visit
> > >> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > > _______________________________________________
> > > cdt-dev mailing list
> > > cdt-dev@xxxxxxxxxxx
> > > To change your delivery options, retrieve your password, or
> > > unsubscribe from this list, visit
> > > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > >
> > >
> > > _______________________________________________
> > > cdt-dev mailing list
> > > cdt-dev@xxxxxxxxxxx
> > > To change your delivery options, retrieve your password, or
> > > unsubscribe from this list, visit
> > > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > To change your delivery options, retrieve your password, or
> > unsubscribe from this list, visit
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top