Request to publish new plugin - aws-beanstalk-publisher

2014-09-12 Thread David Tanner
I would like to publish a new plugin that publishes files to Amazons 
elastic beanstalk.  My githubID is DavidTanner, my jenkins-ci.org username 
is davidtanner, the plugin is located 
at https://github.com/DavidTanner/aws-beanstalk-publisher

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Request to publish new plugin - aws-beanstalk-publisher

2014-09-12 Thread Daniel Beck
You removed the license and copyright statements from the source code, as well 
as the license file of the original plugin? Seriously?

On 12.09.2014, at 21:08, David Tanner david.joel.tan...@gmail.com wrote:

 I would like to publish a new plugin that publishes files to Amazons elastic 
 beanstalk.  My githubID is DavidTanner, my jenkins-ci.org username is 
 davidtanner, the plugin is located at 
 https://github.com/DavidTanner/aws-beanstalk-publisher
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Request to publish new plugin - aws-beanstalk-publisher

2014-09-12 Thread Aldrin Leal
No, he copied my source code which there weren't at all. Don't worry, I
authorized him.

--
-- Aldrin Leal, ald...@leal.eng.br
Master your EC2-fu! Get the latest ekaterminal public beta
http://www.ingenieux.com.br/products/ekaterminal/

On Fri, Sep 12, 2014 at 4:37 PM, Daniel Beck m...@beckweb.net wrote:

 You removed the license and copyright statements from the source code, as
 well as the license file of the original plugin? Seriously?

 On 12.09.2014, at 21:08, David Tanner david.joel.tan...@gmail.com wrote:

  I would like to publish a new plugin that publishes files to Amazons
 elastic beanstalk.  My githubID is DavidTanner, my jenkins-ci.org
 username is davidtanner, the plugin is located at
 https://github.com/DavidTanner/aws-beanstalk-publisher
 
  --
  You received this message because you are subscribed to the Google
 Groups Jenkins Developers group.
  To unsubscribe from this group and stop receiving emails from it, send
 an email to jenkinsci-dev+unsubscr...@googlegroups.com.
  For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Request to publish new plugin - aws-beanstalk-publisher

2014-09-12 Thread Aldrin Leal
give him a break, please. license were changed, and he gave attribution.

better than serving a DMCA takedown I had planned, plus he was blocked on
github so I'm free to implement the features I staged in peace
On Sep 12, 2014 4:51 PM, Daniel Beck m...@beckweb.net wrote:


 On 12.09.2014, at 21:39, Aldrin Leal ald...@leal.eng.br wrote:

  No, he copied my source code which there weren't at all. Don't worry, I
 authorized him.

 Thanks for the clarification! I missed the resolution of the other
 discussion, and just saw the change in license and the removal of


 https://github.com/jenkinsci/awseb-deployment-plugin/blob/master/src/main/java/br/com/ingenieux/jenkins/plugins/awsebdeployment/AWSEBDeploymentBuilder.java#L7

 https://github.com/jenkinsci/awseb-deployment-plugin/blob/master/src/main/java/br/com/ingenieux/jenkins/plugins/awsebdeployment/Deployer.java#L7

 ... in aws-beanstalk-publisher's corresponding files.

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Request to publish new plugin - aws-beanstalk-publisher

2014-09-12 Thread Daniel Beck
Forked as https://github.com/jenkinsci/aws-beanstalk-publisher-plugin and 
created 'aws-beanstalk-publisher' in JIRA.

(I also created jenkinsci/aws-beanstalk-publisher accidentally, please don't 
use that.)

On 12.09.2014, at 21:08, David Tanner david.joel.tan...@gmail.com wrote:

 I would like to publish a new plugin that publishes files to Amazons elastic 
 beanstalk.  My githubID is DavidTanner, my jenkins-ci.org username is 
 davidtanner, the plugin is located at 
 https://github.com/DavidTanner/aws-beanstalk-publisher
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Request to publish new plugin - aws-beanstalk-publisher

2014-09-12 Thread David Tanner
Thank you.

On Fri, Sep 12, 2014 at 2:33 PM, Daniel Beck m...@beckweb.net wrote:

 Forked as https://github.com/jenkinsci/aws-beanstalk-publisher-plugin and
 created 'aws-beanstalk-publisher' in JIRA.

 (I also created jenkinsci/aws-beanstalk-publisher accidentally, please
 don't use that.)

 On 12.09.2014, at 21:08, David Tanner david.joel.tan...@gmail.com wrote:

  I would like to publish a new plugin that publishes files to Amazons
 elastic beanstalk.  My githubID is DavidTanner, my jenkins-ci.org
 username is davidtanner, the plugin is located at
 https://github.com/DavidTanner/aws-beanstalk-publisher
 
  --
  You received this message because you are subscribed to the Google
 Groups Jenkins Developers group.
  To unsubscribe from this group and stop receiving emails from it, send
 an email to jenkinsci-dev+unsubscr...@googlegroups.com.
  For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Jenkins Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/jenkinsci-dev/OrMAQ9SAk7g/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.