|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
Changes to scala-tools.org HudsonScala-tools.org's Hudson server will no longer allow local deployment to the repository. You *must* submit all snapshot/release artifacts through the nexus webapp. The hudson server will provide a server id (nexus.scala-tools.org) that will have appropriate (and appropriately hidden) credentials for nightly deployments of snapshots.
As such, the following changes should be made to lift's pom.xml (I'm trying to update your hudson lift configuration to cause the least amount of disruption): I have a forked repo (jsuereth/liftweb) with the changes as well (if you want to use github's "fork queue" feature): --- a/pom.xml +++ b/pom.xml @@ -806,16 +806,16 @@ <id>hudson</id> <distributionManagement> <repository> - <id>hudson.scala-tools.org</id> - <url>file:///home/scala-tools.org/www/repo-snapshots</url> + <id>nexus.scala-tools.org</id> + <url>http://nexus.scala-tools.org/content/repositories/releases</url> </repository> <snapshotRepository> - <id>hudson.scala-tools.org</id> - <url>file:///home/scala-tools.org/www/repo-snapshots</url> + <id>nexus.scala-tools.org</id> + <url>http://nexus.scala-tools.org/content/repositories/snapshots</url> <uniqueVersion>false</uniqueVersion> </snapshotRepository> <site> - <id>hudson.scala-tools.org</id> + <id>nexus.scala-tools.org</id> <url>file:///home/scala-tools.org/www/mvnsites-snapshots/liftweb</url> </site> </distributionManagement> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Changes to scala-tools.org HudsonJosh, thank you for driving us do the 'right thing' :) Hudson build would trigger when the pom.xml changes. So do you want your fork (b9588f...) to be applied right away. Or do you want us to wait for a pre-set time for the transition? Committers, do you insist a ticket/reviewboard for this. If yes, I'll do the needful? Cheers, Indrajit On 06/11/09 6:28 AM, Josh Suereth wrote: > Scala-tools.org's Hudson server will no longer allow local deployment to > the repository. You *must* submit all snapshot/release artifacts > through the nexus webapp. The hudson server will provide a server id > (nexus.scala-tools.org <http://nexus.scala-tools.org>) that will have > appropriate (and appropriately hidden) credentials for nightly > deployments of snapshots. > > As such, the following changes should be made to lift's pom.xml (I'm > trying to update your hudson lift configuration to cause the least > amount of disruption): > > I have a forked repo (jsuereth/liftweb) with the changes as well (if you > want to use github's "fork queue" feature): > > --- a/pom.xml > +++ b/pom.xml > @@ -806,16 +806,16 @@ > <id>hudson</id> > <distributionManagement> > <repository> > - <id>hudson.scala-tools.org <http://hudson.scala-tools.org></id> > - <url>file:///home/scala-tools.org/www/repo-snapshots > <http://scala-tools.org/www/repo-snapshots></url> > + <id>nexus.scala-tools.org <http://nexus.scala-tools.org></id> > + <url>http://nexus.scala-tools.org/content/repositories/releases</url> > </repository> > <snapshotRepository> > - <id>hudson.scala-tools.org <http://hudson.scala-tools.org></id> > - <url>file:///home/scala-tools.org/www/repo-snapshots > <http://scala-tools.org/www/repo-snapshots></url> > + <id>nexus.scala-tools.org <http://nexus.scala-tools.org></id> > + <url>http://nexus.scala-tools.org/content/repositories/snapshots</url> > <uniqueVersion>false</uniqueVersion> > </snapshotRepository> > <site> > - <id>hudson.scala-tools.org <http://hudson.scala-tools.org></id> > + <id>nexus.scala-tools.org <http://nexus.scala-tools.org></id> > <url>file:///home/scala-tools.org/www/mvnsites-snapshots/liftweb > <http://scala-tools.org/www/mvnsites-snapshots/liftweb></url> > </site> > </distributionManagement> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Changes to scala-tools.org HudsonAnytime soon would be good. I"m leaving the other option open for now (because there's a lot more work to fully disable) but I'm trying to move all projects into a state where they won't break before that change. SO once you're done, I'll send out the email scheduling when hudson is going into maintenance.
Thanks! -Josh On Fri, Nov 6, 2009 at 2:11 AM, Indrajit Raychaudhuri <indrajitr@...> wrote:
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Changes to scala-tools.org HudsonDone. Hudson build triggered, we're good if no build fail mail comes in next half an hour. Cheers, Indrajit On 06/11/09 8:10 PM, Josh Suereth wrote: > Anytime soon would be good. I"m leaving the other option open for now > (because there's a lot more work to fully disable) but I'm trying to > move all projects into a state where they won't break before that > change. SO once you're done, I'll send out the email scheduling when > hudson is going into maintenance. > > > Thanks! > -Josh > > On Fri, Nov 6, 2009 at 2:11 AM, Indrajit Raychaudhuri > <indrajitr@... <mailto:indrajitr@...>> wrote: > > > Josh, thank you for driving us do the 'right thing' :) > > Hudson build would trigger when the pom.xml changes. > So do you want your fork (b9588f...) to be applied right away. Or do you > want us to wait for a pre-set time for the transition? > > Committers, do you insist a ticket/reviewboard for this. If yes, I'll do > the needful? > > Cheers, Indrajit > > On 06/11/09 6:28 AM, Josh Suereth wrote: > > Scala-tools.org's Hudson server will no longer allow local > deployment to > > the repository. You *must* submit all snapshot/release artifacts > > through the nexus webapp. The hudson server will provide a > server id > > (nexus.scala-tools.org <http://nexus.scala-tools.org> > <http://nexus.scala-tools.org>) that will have > > appropriate (and appropriately hidden) credentials for nightly > > deployments of snapshots. > > > > As such, the following changes should be made to lift's pom.xml (I'm > > trying to update your hudson lift configuration to cause the least > > amount of disruption): > > > > I have a forked repo (jsuereth/liftweb) with the changes as well > (if you > > want to use github's "fork queue" feature): > > > > --- a/pom.xml > > +++ b/pom.xml > > @@ -806,16 +806,16 @@ > > <id>hudson</id> > > <distributionManagement> > > <repository> > > - <id>hudson.scala-tools.org <http://hudson.scala-tools.org> > <http://hudson.scala-tools.org></id> > > - <url>file:///home/scala-tools.org/www/repo-snapshots > <http://scala-tools.org/www/repo-snapshots> > > <http://scala-tools.org/www/repo-snapshots></url> > > + <id>nexus.scala-tools.org <http://nexus.scala-tools.org> > <http://nexus.scala-tools.org></id> > > + > <url>http://nexus.scala-tools.org/content/repositories/releases</url> > > </repository> > > <snapshotRepository> > > - <id>hudson.scala-tools.org <http://hudson.scala-tools.org> > <http://hudson.scala-tools.org></id> > > - <url>file:///home/scala-tools.org/www/repo-snapshots > <http://scala-tools.org/www/repo-snapshots> > > <http://scala-tools.org/www/repo-snapshots></url> > > + <id>nexus.scala-tools.org <http://nexus.scala-tools.org> > <http://nexus.scala-tools.org></id> > > + > <url>http://nexus.scala-tools.org/content/repositories/snapshots</url> > > <uniqueVersion>false</uniqueVersion> > > </snapshotRepository> > > <site> > > - <id>hudson.scala-tools.org <http://hudson.scala-tools.org> > <http://hudson.scala-tools.org></id> > > + <id>nexus.scala-tools.org <http://nexus.scala-tools.org> > <http://nexus.scala-tools.org></id> > > <url>file:///home/scala-tools.org/www/mvnsites-snapshots/liftweb > <http://scala-tools.org/www/mvnsites-snapshots/liftweb> > > <http://scala-tools.org/www/mvnsites-snapshots/liftweb></url> > > </site> > > </distributionManagement> > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Changes to scala-tools.org HudsonGreat, Thanks!
On Fri, Nov 6, 2009 at 11:23 AM, Indrajit Raychaudhuri <indrajitr@...> wrote:
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Changes to scala-tools.org HudsonShould I make these changes for the ScalaJPA project as well? Do we need to notify all of the people who are hosting projects on scala-tools.org, or is everyone pretty much on this list?
Derek On Fri, Nov 6, 2009 at 11:23 AM, Josh Suereth <joshua.suereth@...> wrote: Great, Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Changes to scala-tools.org HudsonOn Thu, Nov 12, 2009 at 7:58 AM, Derek Chen-Becker <dchenbecker@...> wrote: Should I make these changes for the ScalaJPA project as well? Yes. Do we need to notify all of the people who are hosting projects on scala-tools.org, or is everyone pretty much on this list? I think Josh has been talking to folks.
-- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Changes to scala-tools.org HudsonJosh, ScalaJPA has the following distribution setup:
<distributionManagement> <repository> <id>scala-tools.org</id> <url>http://nexus.scala-tools.org/content/repositories/releases</url> </repository> <snapshotRepository> <id>scala-tools.org</id> <url>http://nexus.scala-tools.org/content/repositories/snapshots</url> <uniqueVersion>true</uniqueVersion> </snapshotRepository> <site> <id>scala-tools.org</id> <url>http://nexus.scala-tools.org/content/repositories/mvnsites/${project.artifactId}</url> </site> </distributionManagement> Does that look correct? On Thu, Nov 5, 2009 at 5:58 PM, Josh Suereth <joshua.suereth@...> wrote: Scala-tools.org's Hudson server will no longer allow local deployment to the repository. You *must* submit all snapshot/release artifacts through the nexus webapp. The hudson server will provide a server id (nexus.scala-tools.org) that will have appropriate (and appropriately hidden) credentials for nightly deployments of snapshots. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Changes to scala-tools.org HudsonThe site portion has not changed yet. I'm working on that ;)
- Josh On Fri, Nov 13, 2009 at 11:04 AM, Derek Chen-Becker <dchenbecker@...> wrote: Josh, ScalaJPA has the following distribution setup: --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
| Free embeddable forum powered by Nabble | Forum Help |