[IP CLEARANCE] Apache Brooklyn - Container Service

2017-06-08 Thread Richard Downer
Apache Brooklyn is receiving a code for the "Container Service", an
extension to Brooklyn which the authors and the Brooklyn PMC would like to
integrate into the Brooklyn project.

See http://incubator.apache.org/ip-clearance/brooklyn-container-service.html

Please vote to approve this contribution.

This is a lazy consensus majority vote, open for at least 72 hours.

Thanks
Richard Downer
PMC Chair, Apache Brooklyn


Re: Good examples of licensing in ASF produced web apps?

2017-05-29 Thread Richard Downer
Hi Roman,

Didn't see this email sooner so I hope you haven't spent two days trawling
Maven Central!

Take a look at Brooklyn. One of our artifacts is a WAR file for the web UI.
Ultimately it's embedded in the final product of the build, but it does
exist as a standalone WAR file so may be useful for your purposes. We spent
a lot of effort making sure that LICENSE and NOTICE are correct for every
individual artifact we produce, and this particular one does have a lengthy
LICENSE thanks to all the embedded binary dependencies.

Take a look at:
https://repo1.maven.org/maven2/org/apache/brooklyn/brooklyn-jsgui/0.11.0/

Hope this helps.

Richard.


On 27 May 2017 at 00:39, Roman Shaposhnik  wrote:

> On Fri, May 26, 2017 at 4:37 PM, John D. Ament 
> wrote:
> > I'll point out that Ranger graduated the incubator with a less than
> stellar
> > release history.  [1] is a good example of such problems
> >
> > Oozie predates me.
> >
> > But to answer the original question, no, the requirements shouldn't be
> any
> > less stringent on WAR files vs other packages, its a closed package that
> is
> > hard to look at and needs to indicate everything within it.  While both
> of
> > these projects were incubating, they are no longer incubating and you
> > should follow up with them directly if you want them to fix their
> licensing.
>
> I do -- but that gets me back to my original question -- what example
> can I give them?
>
> Seriously -- at this point -- I'm about to go to Maven central and
> search for org.apache.*
> artifacts with war as packaging and see what comes up in terms of
> recent releases.
>
> However, if somebody can spare me this agony -- I'd appreciate it ;-)
>
> Thanks,
> Roman.
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


[RESULT][IP CLEARANCE] Apache Brooklyn - CLI

2016-03-07 Thread Richard Downer
This is the result thread for the IP Clearance vote started in this thread:
https://mail-archives.apache.org/mod_mbox/incubator-general/201602.mbox/%3CCABQFKi1-VxhduAnn0BKewsDihWJP0kcBZ5KerWi%3DVXVjs-%2B5bQ%40mail.gmail.com%3E

No explicit binding votes were cast. As this is a lazy consensus vote,
this means that the Apache Brooklyn CLI has passed IP Clearance.

Some comments were raised on the vote thread. These comments have been
noted and clarifying notes added to the record. The comments made did
not affect the outcome of the vote.

Thank you to those who participated in this IP clearance vote.

Richard.


-- Forwarded message --
From: Richard Downer <rich...@apache.org>
Date: 29 February 2016 at 21:19
Subject: [IP CLEARANCE] Apache Brooklyn - CLI
To: general@incubator.apache.org


Apache Brooklyn is receiving a code for a new CLI tool.

See http://incubator.apache.org/ip-clearance/brooklyn-cli.html

Please vote to approve this contribution.

This is a lazy consensus majority vote, open for at least 72 hours.

Thanks
Richard

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [IP CLEARANCE] Apache Brooklyn - CLI

2016-03-07 Thread Richard Downer
Alex, Justin, all,

Thank you for your comments. With your comments in mind, I will make
this statement for the record:

Regarding the subject of the Software Grant Agreement, download link:
https://github.com/brooklyncentral/brooklyn-cli/archive/b8b39e54ecbb7c12f4828783f07bec978a76b7be.zip
SHA1: 5b5ef46c56adfff8ca86cca04694d5abc10ec447
SHA256: 0cfaac11df7075c723bfb982ed5852d790fa195dcfe67c9bbbd545f34df71770

The folder brooklyn-cli-b8b39e54ecbb7c12f4828783f07bec978a76b7be/br/Godeps
is *excluded* from the code grant; this folder contains bundled
dependencies licensed by 3rd parties using the MIT and BSD licenses.

With this folder removed from the ZIP file using the command zip -d
FILENAME.zip brooklyn-cli-b8b39e54ecbb7c12f4828783f07bec978a76b7be/br/Godeps\*,
the hashes become:
SHA1: 91fda2ca20c4b171985e1f5bb545ed8a236123dd
SHA256: 4de28b308ad09f0e5642b4cefdd54b1c91b255fecd00184763a7d260bf8ec12d

I am updating the IP Clearance record with this same statement.

Is this sufficient notice for the record to address your comments?

Thanks!
Richard.

[Sorry for the delay in replying, due to illness]


On 1 March 2016 at 21:42, Alex Harui  wrote:
>
>
> On 3/1/16, 12:18 PM, "Justin Mclean"  wrote:
>
>>Hi,
>>
>>> Sorry if I'm missing something, but it sounds like Justin found these
>>> files in the zip referenced by the Grant.
>>
>>The files are clearly marked as BSD/MIT licensed and who the copyright
>>owner is IMO (but I could be wrong) I don’t think the grant needs to be
>>redone as it’s clear what would be under the ASF license. It would also
>>be relatively easy to remove the files from the zip and resubmit.
>
> I don't know if there is an official protocol for a scenario like this.
> All I think is needed is an email trail that indicates that the Grant
> needed some modifications and what the modifications were.  The grant
> document contains a SHA hash for the zip so if you change the zip the
> grant may need the SHA hash updated.  But hopefully it will be ok for
> folks to find an updated SHA hash in an email in the archives or maybe in
> the IP Clearance record itself.
>
> Thanks,
> -Alex
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [IP CLEARANCE] Apache Brooklyn - CLI

2016-03-01 Thread Richard Downer
Justin,

On 29 February 2016 at 22:36, Justin Mclean  wrote:
>> See http://incubator.apache.org/ip-clearance/brooklyn-cli.html 
>> 
> I notice the code contains MIT and BSD licensed code and crypto code. [1] Was 
> this intended?

MIT/BSD: yes this is intended - they are embedded dependencies, in a
similar way that jquery might be embedded in a web app. (Bundling
dependencies like this, I'm told, is normal for Go 1.5 - Go 1.6 makes
it possible to link to dependencies without bundling and this is
something that the community would like to look into.)

It does appear that the LICENSE file is insufficient in this case so I
will push to get that fixed.

Crypto: the name of the folder is a red herring in this case - it is
SSH related and it contains terminal management code, but does not
actually contain any crypto code.

Thanks for your review.

Richard.

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[IP CLEARANCE] Apache Brooklyn - CLI

2016-02-29 Thread Richard Downer
Apache Brooklyn is receiving a code for a new CLI tool.

See http://incubator.apache.org/ip-clearance/brooklyn-cli.html

Please vote to approve this contribution.

This is a lazy consensus majority vote, open for at least 72 hours.

Thanks
Richard

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[RESULT][VOTE] Release Apache Brooklyn 0.7.0-incubating [rc1]

2015-07-27 Thread Richard Downer
The vote for releasing Apache Brooklyn 0.7.0-incubating passed with 3
binding +1s, 0 non-binding +1s, and no 0 or -1.

Vote thread link:
https://mail-archives.apache.org/mod_mbox/incubator-general/201507.mbox/%3CCABQFKi1xMzduVruYXdA15BQkZGVaYnmOChSfUvMw3uWcHA1Beg%40mail.gmail.com%3E


Binding +1s:
Hadrian Zbarcea
Justin Mclean
Jean-Baptiste Onofré


Thanks to everyone that tested our release and voted.

We will shortly publish the release artifacts and announce the release.


Thanks,
Richard Downer


Re: Last chance to tell your story at ApacheCON EU 2015

2015-07-22 Thread Richard Downer
Hi Roman,

On Sat, 27 Jun 2015 at 21:04 Roman Shaposhnik r...@apache.org wrote:

 Both regular talks and speed dating proposals are currently tracked
 over here: https://wiki.apache.org/apachecon/ACEU15Incubator
 However, as of today we've got less that 20% participation rate from
 poddlings.


Sorry I'm a bit late! I've modified the wiki page to add Brooklyn to the
list of full talks, and volunteer myself for a shark tank talk.

Cheers
Richard.


Re: Last chance to tell your story at ApacheCON EU 2015

2015-07-22 Thread Richard Downer
Hi Jan,

On Wed, 22 Jul 2015 at 09:32 jan i j...@apache.org wrote:

  Sorry I'm a bit late! I've modified the wiki page to add Brooklyn to the
  list of full talks, and volunteer myself for a shark tank talk.
 
 ??? Confused, the schedule is fixed and talks have been grouped, changes in
 the wiki page made now is
 only for historic reasons and will in no way be moved to the schedule.


Brooklyn is on the conference schedule, we have 3 (!) talks in ApacheCon
Core [1][2][3]. But the wiki page section Podlings with regular talks
currently submitted didn't show Brooklyn as having a regular talk so I
updated it. If I've misinterpreted the meaning of this section then I (or
anyone) can revert it.

The shark tank is different.


Yes, I assumed that the shark tank schedule is more flexible, but I do know
that I am late, and I may have missed my chance here.

Cheers
Richard

[1]http://sched.co/3x1G
[2]http://sched.co/3x2p
[3]http://sched.co/3x5L


[VOTE] Release Apache Brooklyn 0.7.0-incubating [rc1]

2015-07-22 Thread Richard Downer
This is to call for a vote for the release of Apache Brooklyn
0.7.0-incubating.

The Apache Brooklyn community have voted in favour of making this release:
Vote thread:
https://mail-archives.apache.org/mod_mbox/incubator-brooklyn-dev/201507.mbox/%3CCABQFKi1WapCMRUqQ93E7Qow5onKgL3nyG3HW9Cse7vo%2BtUChRQ%40mail.gmail.com%3E
Result email:
https://mail-archives.apache.org/mod_mbox/incubator-brooklyn-dev/201507.mbox/%3CCABQFKi2aJHHfXGC0xsMFU0odfB5X6FF5xhpHbs93%2BNfS-fNRZw%40mail.gmail.com%3E

We now ask the IPMC to vote on this release.

This release comprises of a source code distribution, and a corresponding
binary distribution, and Maven artifacts.

The source and binary distributions, including signatures, digests, etc.
can be found at:
https://dist.apache.org/repos/dist/dev/incubator/brooklyn/apache-brooklyn-0.7.0-incubating-rc1

The artifact SHA-256 checksums are as follows:
c3b5c581f14b44aed786010ac7c8c2d899ea0ff511135330395a2ff2a30dd5cf
*apache-brooklyn-0.7.0-incubating-rc1-bin.tar.gz
cef49056ba6e5bf012746a72600b2cee8e2dfca1c39740c945c456eacd6b6fca
*apache-brooklyn-0.7.0-incubating-rc1-bin.zip
8069bfc54e7f811f6b57841167b35661518aa88cabcb070bf05aae2ff1167b5a
*apache-brooklyn-0.7.0-incubating-rc1-src.tar.gz
acd2229c44e93e41372fd8b7ea0038f15fe4aaede5a3bcc5056f28a770543b82
*apache-brooklyn-0.7.0-incubating-rc1-src.zip

The Nexus staging repository for the Maven artifacts is located at:
https://repository.apache.org/content/repositories/orgapachebrooklyn-1004

All release artifacts are signed with the following key:
https://people.apache.org/keys/committer/richard.asc

KEYS file available here:
https://dist.apache.org/repos/dist/release/incubator/brooklyn/KEYS

The artifacts were built from Git commit ID
24a23c5a4fd5967725930b8ceaed61dfbd225980
https://git-wip-us.apache.org/repos/asf?p=incubator-brooklyn.git;a=commit;h=24a23c5a4fd5967725930b8ceaed61dfbd225980


Please vote on releasing this package as Apache Brooklyn 0.7.0-incubating.

The vote will be open for at least 72 hours.
[ ] +1 Release this package as Apache Brooklyn 0.7.0-incubating
[ ] +0 no opinion
[ ] -1 Do not release this package because ...


Thanks,
Richard Downer


Re: [VOTE] Release Apache Brooklyn 0.7.0-M2-incubating [rc4]

2014-12-27 Thread Richard Downer
Thanks for the feedback, Justin. We'll get those items checked before
our next release.

Richard.


On 27 December 2014 at 04:09, Justin Mclean jus...@classsoftware.com wrote:
 Hi,

 +1 binding

 I checked:
 - hashes and MD5 fine
 - DISCLAIMER exists
 - artefact has incubating in file name
 - LICENSE and NOTICE good (checked all items)
 - No unexpected binary files in source release
 - Most source code has correct headers (see below)
 - Can compile from source

 A few minor things missing from LICENSE, can you add these in the next 
 release.
 - superfish (MIT)
 - JQuery slideto looks be MIT not Apache to me. [1]

 Some other minor issues you might want to change for next release:
 - There some java files under usage/archetypes/quickstart/src/brooklyn-sample 
 that are missing Apache headers
 - Can usage/jsgui/src/main/webapp/assets/images/Sorting icons.psd be put a 
 more OS friendly format?

 Thanks,
 Justin

 1. 
 http://web.archive.org/web/20121119015407/http://jesseprice.com/jquery-slide-to-plugin/
 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache Brooklyn 0.7.0-M2-incubating [rc4]

2014-12-27 Thread Richard Downer
Justin,

To pick up on one of your points in more detail:

 On 27 December 2014 at 04:09, Justin Mclean jus...@classsoftware.com wrote:
 Some other minor issues you might want to change for next release:
 - There some java files under 
 usage/archetypes/quickstart/src/brooklyn-sample that are missing Apache 
 headers

This one has been previously discussed on our lists; our conclusion
with our mentors was that the archetype is an empty, skeleton, project
that has no creative content and therefore does not require an Apache
license header. You can see the discussion here:
https://mail-archives.apache.org/mod_mbox/incubator-brooklyn-dev/201409.mbox/%3CCAKprHVY8vdcUPHECOCCD3dH0xQWYqi90WLo3K-Oy4qFZ0scf7A%40mail.gmail.com%3E

Please let us know if this is something that needs re-visited.

Thanks,
Richard.

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[RESULT][VOTE] Release Apache Brooklyn 0.7.0-M2-incubating [rc4]

2014-12-22 Thread Richard Downer
The voting period has elapsed and the following votes were received:

+1 (binding):
Chip Childers (carried forward from vote on dev@brooklyn list)
Hadrian Zbarcea
Jean-Baptiste Onofré

+1 (non-binding):
none

-1:
none


With 3 positive binding votes and no negative votes, the release vote passes.

Thanks to everyone involved in making the release happen, from the
developers, users and testers through to the committee members who
provided feedback and voted for our release.

Best regards
Richard Downer



-- Forwarded message --
From: Richard Downer rich...@apache.org
Date: 18 December 2014 at 16:42
Subject: [VOTE] Release Apache Brooklyn 0.7.0-M2-incubating [rc4]
To: general@incubator.apache.org


This is to call for a vote for the source release of Apache Brooklyn
0.7.0-M2-incubating.


Call for votes on d...@brooklyn.incubator.apache.org:
https://mail-archives.apache.org/mod_mbox/incubator-brooklyn-dev/201412.mbox/%3CCABQFKi1P58JJhsgCzXGeW6_fpwHt1imttHENtYPERAgM0nWTGg%40mail.gmail.com%3E

Result of vote on d...@brooklyn.incubator.apache.org:
https://mail-archives.apache.org/mod_mbox/incubator-brooklyn-dev/201412.mbox/%3CCABQFKi0hrAOkQh1wtke-nQsxxNyVXKqnJXVvsNU5EchAHcxhNw%40mail.gmail.com%3E

One of the votes on d...@brooklyn.incubator.apache.org is from IPMC
member Chip Childers, and I understand that his vote will carry
forward to this IPMC vote.

The source tarball, including signatures, digests, etc can be found at:
https://dist.apache.org/repos/dist/dev/incubator/brooklyn/apache-brooklyn-0.7.0-M2-incubating-rc4

The Git commit ID is 94b42b85e80efd817f951326238864e37edc2cb0
https://git-wip-us.apache.org/repos/asf?p=incubator-brooklyn.git;a=commit;h=94b42b85e80efd817f951326238864e37edc2cb0

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/richard.asc
https://people.apache.org/keys/committer/chipchilders.asc

Checksums of apache-brooklyn-0.7.0-M2-incubating-rc4.tar.gz:
MD5: a30cbc287f4d72b983e9c08c2074690f
SHA1: f573c49e36d806d1fbc8349b03ea5ffd1ec01751
SHA256: e3c2a844c5816db2c0ac4ae6c6d9c43a64dc51c98546589f14413baf98fad2cb

KEYS file available here:
https://dist.apache.org/repos/dist/release/incubator/brooklyn/KEYS

Please vote on releasing this package as Apache Brooklyn 0.7.0-M2-incubating.

The vote will be open for 72 hours.
[ ] +1 Release this package as Apache Brooklyn 0.7.0-M2-incubating
[ ] +0 no opinion
[ ] -1 Do not release this package because ...


Thanks,
Richard Downer

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[VOTE] Release Apache Brooklyn 0.7.0-M2-incubating [rc4]

2014-12-18 Thread Richard Downer
This is to call for a vote for the source release of Apache Brooklyn
0.7.0-M2-incubating.


Call for votes on d...@brooklyn.incubator.apache.org:
https://mail-archives.apache.org/mod_mbox/incubator-brooklyn-dev/201412.mbox/%3CCABQFKi1P58JJhsgCzXGeW6_fpwHt1imttHENtYPERAgM0nWTGg%40mail.gmail.com%3E

Result of vote on d...@brooklyn.incubator.apache.org:
https://mail-archives.apache.org/mod_mbox/incubator-brooklyn-dev/201412.mbox/%3CCABQFKi0hrAOkQh1wtke-nQsxxNyVXKqnJXVvsNU5EchAHcxhNw%40mail.gmail.com%3E

One of the votes on d...@brooklyn.incubator.apache.org is from IPMC
member Chip Childers, and I understand that his vote will carry
forward to this IPMC vote.

The source tarball, including signatures, digests, etc can be found at:
https://dist.apache.org/repos/dist/dev/incubator/brooklyn/apache-brooklyn-0.7.0-M2-incubating-rc4

The Git commit ID is 94b42b85e80efd817f951326238864e37edc2cb0
https://git-wip-us.apache.org/repos/asf?p=incubator-brooklyn.git;a=commit;h=94b42b85e80efd817f951326238864e37edc2cb0

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/richard.asc
https://people.apache.org/keys/committer/chipchilders.asc

Checksums of apache-brooklyn-0.7.0-M2-incubating-rc4.tar.gz:
MD5: a30cbc287f4d72b983e9c08c2074690f
SHA1: f573c49e36d806d1fbc8349b03ea5ffd1ec01751
SHA256: e3c2a844c5816db2c0ac4ae6c6d9c43a64dc51c98546589f14413baf98fad2cb

KEYS file available here:
https://dist.apache.org/repos/dist/release/incubator/brooklyn/KEYS

Please vote on releasing this package as Apache Brooklyn 0.7.0-M2-incubating.

The vote will be open for 72 hours.
[ ] +1 Release this package as Apache Brooklyn 0.7.0-M2-incubating
[ ] +0 no opinion
[ ] -1 Do not release this package because ...


Thanks,
Richard Downer

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: podling web site publishing.

2014-12-09 Thread Richard Downer
Jan,

Brooklyn does something similar, in svn we have a ready-to-go HTML
website. When I was getting the Brooklyn podling set up, I got
svnpubsub activated by opening a ticket with INFRA, e.g.:
https://issues.apache.org/jira/browse/INFRA-7921

Hope this helps

On 9 December 2014 at 16:23, jan i j...@apache.org wrote:
 Hi.

 I am slightly confused about one point in our documentation.

 I have created incubator/corinthia/www/index.html and commited it all to
 svn.

 We do not want to use CMS, but just html5/css, so can I still get a
 automatic publishing of the site (svnpubsub) and how ?

 thanks in advance
 jan i.

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Wiki access

2014-06-09 Thread Richard Downer
Hi,

Could RichardDowner be granted access to write to the Incubator wiki?

Thanks!

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org