Re: [VOTE] Release Apache Flex SDK Installer 1.0.8-incubating

2012-11-02 Thread Om

  The document at [3] in the section Signing Basics only seems to require
  that the key be in the KEYS file.  Om's key is there at [4].

 See the linked document:

 http://www.apache.org/dev/openpgp.html#generation-final-steps-new-key



Thanks Sebb.  As I mentioned earlier, I have uploaded my key C1708693 to
hkp server keys.gnupg.net

I did a gpg --reflresh-keys and I see it listed there as well.

Thanks,
Om


Re: [VOTE] Release Apache Flex SDK Installer 1.0.8-incubating

2012-11-02 Thread Om
On Thu, Nov 1, 2012 at 4:43 AM, Alexei Fedotov alexei.fedo...@gmail.comwrote:

 I have also found the following line of code:
  ./installer/src/InstallApacheFlex.mxml: var
 licenseWindow:AdobeLicense = new AdobeLicense();

 Shouldn't you use new ApacheLicense() here?


There are some dependencies we download during the installation of the Flex
SDK which have an Adobe License.  In this case we show the Adobe License
screen/webpage to the end user.

Thanks,
Om


 --
 With best regards / с наилучшими пожеланиями,
 Alexei Fedotov / Алексей Федотов,
 http://dataved.ru/
 +7 916 562 8095


 On Thu, Nov 1, 2012 at 3:36 PM, Alexei Fedotov alexei.fedo...@gmail.com
 wrote:
  Hello OmPrakash,
 
  I have notices that the LICENSE file has few additions two Apache
 License:
 
  1. The second entry for Apache license.
  2. Something like BSD license.
 
  The first item I cannot understand completely, the second one can be
  resolved by adding BSD-like licensed files during build.
 
  So the question is why do you use non-standard LICENSE for the source
 release?
 
  --
  With best regards / с наилучшими пожеланиями,
  Alexei Fedotov / Алексей Федотов,
  http://dataved.ru/
  +7 916 562 8095
 
 
  On Thu, Nov 1, 2012 at 3:16 PM, sebb seb...@gmail.com wrote:
  On 30 October 2012 20:16, Om bigosma...@gmail.com wrote:
  Hi all,
 
  After our first release as Apache Flex, we are following it up with
 the Apache
  Flex SDK Installer (Incubating) AIR application.
 
  The Apache Flex SDK Installer AIR application provides an easy,
  single-click installation of the Apache Flex SDK and all its
 dependencies.
   This will make it suitable for working with   IDEs such as Adobe Flash
  Builder, FDT, IntelliJ IDEA, FlashDevelop, etc.
 
  The application downloads the following dependencies:
 
 - The AIR sdk (Windows vs. Mac) based on the current platform
 - Adobe Flash Player playerglobal.swc
 - SwfObject
 - Open Source Media Framework (OSMF)
 - Adobe Text Layout Format (TLF)
 
  Optionally, the application will download these files as well:
 
 - Adobe BlazeDS
 - Adobe embedded font support
 
 
  This release was voted upon on the flex-dev@incubator.apache.orglist.  The
  vote passed with 11 binding and 5 non-binding votes.  Here is the
 voting
  thread:
  http://markmail.org/thread/nbrflol6mkpu65ry
 
  The source distributions for Windows and Mac are available here:
  http://people.apache.org/~bigosmallm/installapacheflex_RC9/
 
  The binary distributions as a convenience for the respective platforms,
  available here:
  http://people.apache.org/~bigosmallm/installapacheflex_RC9/binaries/
 
  The PGP keys of the two release managers - OmPrakash Muppirala (Source
 kit
  + Windows binaries) and Erik de Bruin (Mac binaries) are available
 here:
  http://www.apache.org/dist/incubator/flex/KEYS
 
  Here is the tag for the release:
 
 https://svn.apache.org/repos/asf/incubator/flex/utilities/tags/apache-flex-sdk-installer-1.0.8-RC9
 
  There are 3 directories under that tag; I would expect to find the
  NOTICE, LICENSE and DISCLAIMER files at the top level rather than
  under just one of them.
 
  The files do end up at the top level in the source archive, which is
 good.
 
  Also, the installerBadge directory tree does not appear to be included
  in the source archive - is that intentional?
  If so, why is it in the tag?
 
  The key C1708693 does not appear to be available from the normal
  public PGP key servers.
 
  Some of the source files don't have an EOL at EOF (e.g.
  ApacheFlexToolsStyle.css) in the SVN tag whereas they do have an EOL
  in the source archive.
  This is a packaging error, which can be sorted by ensuring that source
  files always have an EOL at EOF, or by changing the packaging
  instructions to not add the missing EOLs.
 
 
 
  Please vote:
 
  [ ] +1  approve
  [ ] +0  no opinion
  [ ] -1  disapprove (and reason why)
 
  The vote will be open for at least 72 hours.
 
  Regards,
  OmPrakash Muppirala
  Apache Flex PPMC Member
 
  -
  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 Flex SDK Installer 1.0.8-incubating

2012-11-02 Thread Om
On Thu, Nov 1, 2012 at 4:36 AM, Alexei Fedotov alexei.fedo...@gmail.comwrote:

 Hello OmPrakash,

 I have notices that the LICENSE file has few additions two Apache License:

 1. The second entry for Apache license.
 2. Something like BSD license.

 The first item I cannot understand completely, the second one can be
 resolved by adding BSD-like licensed files during build.

 So the question is why do you use non-standard LICENSE for the source
 release?


Apart from the license for our source files itself, we are also packaging:

1.  Open-sans font which has an Apache V2 license [1]
2.  MD5Stream. and IntUtil.as which has a BSD license with an Adobe
Copyright notice [2]

This is why we added these two notices to the LICENSE.


[1] http://www.google.com/webfonts/specimen/Open+Sans
[2] https://github.com/mikechambers/as3corelib


 --
 With best regards / с наилучшими пожеланиями,
 Alexei Fedotov / Алексей Федотов,
 http://dataved.ru/
 +7 916 562 8095


 On Thu, Nov 1, 2012 at 3:16 PM, sebb seb...@gmail.com wrote:
  On 30 October 2012 20:16, Om bigosma...@gmail.com wrote:
  Hi all,
 
  After our first release as Apache Flex, we are following it up with the
 Apache
  Flex SDK Installer (Incubating) AIR application.
 
  The Apache Flex SDK Installer AIR application provides an easy,
  single-click installation of the Apache Flex SDK and all its
 dependencies.
   This will make it suitable for working with   IDEs such as Adobe Flash
  Builder, FDT, IntelliJ IDEA, FlashDevelop, etc.
 
  The application downloads the following dependencies:
 
 - The AIR sdk (Windows vs. Mac) based on the current platform
 - Adobe Flash Player playerglobal.swc
 - SwfObject
 - Open Source Media Framework (OSMF)
 - Adobe Text Layout Format (TLF)
 
  Optionally, the application will download these files as well:
 
 - Adobe BlazeDS
 - Adobe embedded font support
 
 
  This release was voted upon on the flex-...@incubator.apache.org list.
  The
  vote passed with 11 binding and 5 non-binding votes.  Here is the voting
  thread:
  http://markmail.org/thread/nbrflol6mkpu65ry
 
  The source distributions for Windows and Mac are available here:
  http://people.apache.org/~bigosmallm/installapacheflex_RC9/
 
  The binary distributions as a convenience for the respective platforms,
  available here:
  http://people.apache.org/~bigosmallm/installapacheflex_RC9/binaries/
 
  The PGP keys of the two release managers - OmPrakash Muppirala (Source
 kit
  + Windows binaries) and Erik de Bruin (Mac binaries) are available here:
  http://www.apache.org/dist/incubator/flex/KEYS
 
  Here is the tag for the release:
 
 https://svn.apache.org/repos/asf/incubator/flex/utilities/tags/apache-flex-sdk-installer-1.0.8-RC9
 
  There are 3 directories under that tag; I would expect to find the
  NOTICE, LICENSE and DISCLAIMER files at the top level rather than
  under just one of them.
 
  The files do end up at the top level in the source archive, which is
 good.
 
  Also, the installerBadge directory tree does not appear to be included
  in the source archive - is that intentional?
  If so, why is it in the tag?
 
  The key C1708693 does not appear to be available from the normal
  public PGP key servers.
 
  Some of the source files don't have an EOL at EOF (e.g.
  ApacheFlexToolsStyle.css) in the SVN tag whereas they do have an EOL
  in the source archive.
  This is a packaging error, which can be sorted by ensuring that source
  files always have an EOL at EOF, or by changing the packaging
  instructions to not add the missing EOLs.
 
 
 
  Please vote:
 
  [ ] +1  approve
  [ ] +0  no opinion
  [ ] -1  disapprove (and reason why)
 
  The vote will be open for at least 72 hours.
 
  Regards,
  OmPrakash Muppirala
  Apache Flex PPMC Member
 
  -
  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 Flex SDK Installer 1.0.8-incubating

2012-11-02 Thread Om
Thanks for taking a look :-)  Responses inline:


On Thu, Nov 1, 2012 at 4:16 AM, sebb seb...@gmail.com wrote:

 On 30 October 2012 20:16, Om bigosma...@gmail.com wrote:
  Hi all,
 
  After our first release as Apache Flex, we are following it up with the
 Apache
  Flex SDK Installer (Incubating) AIR application.
 
  The Apache Flex SDK Installer AIR application provides an easy,
  single-click installation of the Apache Flex SDK and all its
 dependencies.
   This will make it suitable for working with   IDEs such as Adobe Flash
  Builder, FDT, IntelliJ IDEA, FlashDevelop, etc.
 
  The application downloads the following dependencies:
 
 - The AIR sdk (Windows vs. Mac) based on the current platform
 - Adobe Flash Player playerglobal.swc
 - SwfObject
 - Open Source Media Framework (OSMF)
 - Adobe Text Layout Format (TLF)
 
  Optionally, the application will download these files as well:
 
 - Adobe BlazeDS
 - Adobe embedded font support
 
 
  This release was voted upon on the flex-...@incubator.apache.org list.
  The
  vote passed with 11 binding and 5 non-binding votes.  Here is the voting
  thread:
  http://markmail.org/thread/nbrflol6mkpu65ry
 
  The source distributions for Windows and Mac are available here:
  http://people.apache.org/~bigosmallm/installapacheflex_RC9/
 
  The binary distributions as a convenience for the respective platforms,
  available here:
  http://people.apache.org/~bigosmallm/installapacheflex_RC9/binaries/
 
  The PGP keys of the two release managers - OmPrakash Muppirala (Source
 kit
  + Windows binaries) and Erik de Bruin (Mac binaries) are available here:
  http://www.apache.org/dist/incubator/flex/KEYS
 
  Here is the tag for the release:
 
 https://svn.apache.org/repos/asf/incubator/flex/utilities/tags/apache-flex-sdk-installer-1.0.8-RC9

 There are 3 directories under that tag; I would expect to find the
 NOTICE, LICENSE and DISCLAIMER files at the top level rather than
 under just one of them.


Fixed.



 The files do end up at the top level in the source archive, which is good.

 Also, the installerBadge directory tree does not appear to be included
 in the source archive - is that intentional?
 If so, why is it in the tag?


It is intentional, we are not releasing the source of installerbadge since
we dont expect anyone to build it from the source.
I have removed installerbadge from the tag now.




 The key C1708693 does not appear to be available from the normal
 public PGP key servers.


Fixed.

C:\gpg --send-key C1708693
gpg: sending key C1708693 to hkp server keys.gnupg.net




 Some of the source files don't have an EOL at EOF (e.g.
 ApacheFlexToolsStyle.css) in the SVN tag whereas they do have an EOL
 in the source archive.
 This is a packaging error, which can be sorted by ensuring that source
 files always have an EOL at EOF, or by changing the packaging
 instructions to not add the missing EOLs.


While working with the source from SVN, no one has had problems.  We
explicitly set the EOL at EOF while packaging just in case.
Is it okay if I create a bug for this and work on it after the release?  I
hope this is not a blocker issue.

Thanks again for your time!

Regards,
Om


Incubator PMC/Board report for Nov 2012 ([ppmc])

2012-11-02 Thread Marvin


Dear podling,

This email was sent by an automated system on behalf of the Apache Incubator 
PMC.
It is an initial reminder to give you plenty of time to prepare your quarterly
board report.

The board meeting is scheduled for Wed, 21 November 2012, 10:00:00 PST. The 
report 
for your podling will form a part of the Incubator PMC report. The Incubator 
PMC 
requires your report to be submitted 2 weeks before the board meeting, to allow 
sufficient time for review and submission (Wed, Nov 7th).

Please submit your report with sufficient time to allow the incubator PMC, and 
subsequently board members to review and digest. Again, the very latest you 
should submit your report is 2 weeks prior to the board meeting.

Thanks,

The Apache Incubator PMC

Submitting your Report
--

Your report should contain the following:

 * Your project name
 * A brief description of your project, which assumes no knowledge of the 
project
   or necessarily of its field
 * A list of the three most important issues to address in the move towards 
   graduation.
 * Any issues that the Incubator PMC or ASF Board might wish/need to be aware of
 * How has the community developed since the last report
 * How has the project developed since the last report.
 
This should be appended to the Incubator Wiki page at:

  http://wiki.apache.org/incubator/November2012

Note: This manually populated. You may need to wait a little before this page is
  created from a template.

Mentors
---
Mentors should review reports for their project(s) and sign them off on the 
Incubator wiki page. Signing off reports shows that you are following the 
project - projects that are not signed may raise alarms for the Incubator PMC.

Incubator PMC


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



Re: Incubator PMC/Board report for Nov 2012 ([ppmc])

2012-11-02 Thread Matthias Friedrich
Hi,

I'd like to add the report for Crunch, but it seems I don't have the
necessary karma. Could someone help me out please? My wiki user name
is MatthiasFriedrich.

Thanks,
  Matthias

On Thursday, 2012-11-01, Marvin wrote:
 
 
 Dear podling,
 
 This email was sent by an automated system on behalf of the Apache Incubator 
 PMC.
 It is an initial reminder to give you plenty of time to prepare your quarterly
 board report.
 
 The board meeting is scheduled for Wed, 21 November 2012, 10:00:00 PST. The 
 report 
 for your podling will form a part of the Incubator PMC report. The Incubator 
 PMC 
 requires your report to be submitted 2 weeks before the board meeting, to 
 allow 
 sufficient time for review and submission (Wed, Nov 7th).
 
 Please submit your report with sufficient time to allow the incubator PMC, 
 and 
 subsequently board members to review and digest. Again, the very latest you 
 should submit your report is 2 weeks prior to the board meeting.
 
 Thanks,
 
 The Apache Incubator PMC
 
 Submitting your Report
 --
 
 Your report should contain the following:
 
  * Your project name
  * A brief description of your project, which assumes no knowledge of the 
 project
or necessarily of its field
  * A list of the three most important issues to address in the move towards 
graduation.
  * Any issues that the Incubator PMC or ASF Board might wish/need to be aware 
 of
  * How has the community developed since the last report
  * How has the project developed since the last report.
  
 This should be appended to the Incubator Wiki page at:
 
   http://wiki.apache.org/incubator/November2012
 
 Note: This manually populated. You may need to wait a little before this page 
 is
   created from a template.
 
 Mentors
 ---
 Mentors should review reports for their project(s) and sign them off on the 
 Incubator wiki page. Signing off reports shows that you are following the 
 project - projects that are not signed may raise alarms for the Incubator PMC.
 
 Incubator PMC
 
 
 -
 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



[VOTE] Graduate Syncope podling from Apache Incubator

2012-11-02 Thread Francesco Chicchiriccò
Hi all,
this is a call for vote to graduate the Syncope podling from Apache
Incubator.

Syncope entered the Incubator in Feb 2012. Since then it has added two
new committers and PPMC members, picked up a couple of new contributors,
and made some releases following the ASF policies and guidelines. The
community of Syncope is active, healthy and growing and has demonstrated
the ability to self-govern using accepted Apache practices.

The Syncope community has voted to proceed with graduation [1] and the
result can be found at [2].

Please cast your votes:

[  ] +1 Graduate Syncope podling from Apache Incubator
[  ] +0 Indifferent to the graduation status of Syncope podling
[  ] -1 Reject graduation of Syncope podling from Apache Incubator
because ...

This vote will be open for at least 72 hours. Please find the proposed
board resolution below.

[1] http://s.apache.org/up
[2] http://s.apache.org/A8u

Regards.


Resolution:

X. Establish the Apache Syncope Project

   WHEREAS, the Board of Directors deems it to be in the best
   interests of the Foundation and consistent with the Foundation's
   purpose to establish a Project Management Committee charged with
   the creation and maintenance of open-source software, for managing
   digital identities in enterprise environments.

   NOW, THEREFORE, BE IT RESOLVED, that a Project Management
   Committee (PMC), to be known as the Apache Syncope Project,
   be and hereby is established pursuant to Bylaws of the
   Foundation; and be it further

   RESOLVED, that the Apache Syncope Project be and hereby is
   responsible for the creation and maintenance of software
   related to the Identity Management and be it further

   RESOLVED, that the office of Vice President, Apache Syncope be
   and hereby is created, the person holding such office to
   serve at the direction of the Board of Directors as the chair
   of the Apache Syncope Project, and to have primary responsibility
   for management of the projects within the scope of
   responsibility of the Apache Syncope Project; and be it further

   RESOLVED, that the persons listed immediately below be and
   hereby are appointed to serve as the initial members of the
   Apache Syncope Project:

  * Colm O Heigeartaigh cohei...@apache.org
  * Emmanuel Lécharny  elecha...@apache.org
  * Fabio Martelli fmarte...@apache.org
  * Francesco Chicchiriccò ilgro...@apache.org
  * Jan Bernhardt jbernha...@apache.org
  * Jean-Baptiste Onofré jbono...@apache.org
  * Massimiliano Perrone ma...@apache.org
  * Marco Di Sabatino Di Diodoro mdisabat...@apache.org
  * Simone Tripodi simonetrip...@apache.org


   NOW, THEREFORE, BE IT FURTHER RESOLVED, that Francesco Chicchiriccò
   be appointed to the office of Vice President, Apache Syncope to
   serve in accordance with and subject to the direction of the
   Board of Directors and the Bylaws of the Foundation until
   death, resignation, retirement, removal or disqualification,
   or until a successor is appointed; and be it further

   RESOLVED, that the Apache Syncope Project be and hereby
   is tasked with the migration and rationalization of the Apache
   Incubator Amber podling; and be it further

   RESOLVED, that all responsibilities pertaining to the Apache
   Incubator Amber podling encumbered upon the Apache Incubator
   Project are hereafter discharged.

-- 
Francesco Chicchiriccò

ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member
http://people.apache.org/~ilgrosso/


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



Re: [VOTE] Graduate Syncope podling from Apache Incubator

2012-11-02 Thread Bertrand Delacretaz
On Fri, Nov 2, 2012 at 10:00 AM, Francesco Chicchiriccò
ilgro...@apache.org wrote:
 ..this is a call for vote to graduate the Syncope podling from Apache
 Incubator...

+1, congrats!

-Bertrand

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



Re: [VOTE] Graduate Syncope podling from Apache Incubator

2012-11-02 Thread Christian Grobmeier
+1

Syncope has done very well - keep up the good work!


On Fri, Nov 2, 2012 at 10:00 AM, Francesco Chicchiriccò ilgro...@apache.org
 wrote:

 Hi all,
 this is a call for vote to graduate the Syncope podling from Apache
 Incubator.

 Syncope entered the Incubator in Feb 2012. Since then it has added two
 new committers and PPMC members, picked up a couple of new contributors,
 and made some releases following the ASF policies and guidelines. The
 community of Syncope is active, healthy and growing and has demonstrated
 the ability to self-govern using accepted Apache practices.

 The Syncope community has voted to proceed with graduation [1] and the
 result can be found at [2].

 Please cast your votes:

 [  ] +1 Graduate Syncope podling from Apache Incubator
 [  ] +0 Indifferent to the graduation status of Syncope podling
 [  ] -1 Reject graduation of Syncope podling from Apache Incubator
 because ...

 This vote will be open for at least 72 hours. Please find the proposed
 board resolution below.

 [1] http://s.apache.org/up
 [2] http://s.apache.org/A8u

 Regards.


 Resolution:

 X. Establish the Apache Syncope Project

WHEREAS, the Board of Directors deems it to be in the best
interests of the Foundation and consistent with the Foundation's
purpose to establish a Project Management Committee charged with
the creation and maintenance of open-source software, for managing
digital identities in enterprise environments.

NOW, THEREFORE, BE IT RESOLVED, that a Project Management
Committee (PMC), to be known as the Apache Syncope Project,
be and hereby is established pursuant to Bylaws of the
Foundation; and be it further

RESOLVED, that the Apache Syncope Project be and hereby is
responsible for the creation and maintenance of software
related to the Identity Management and be it further

RESOLVED, that the office of Vice President, Apache Syncope be
and hereby is created, the person holding such office to
serve at the direction of the Board of Directors as the chair
of the Apache Syncope Project, and to have primary responsibility
for management of the projects within the scope of
responsibility of the Apache Syncope Project; and be it further

RESOLVED, that the persons listed immediately below be and
hereby are appointed to serve as the initial members of the
Apache Syncope Project:

   * Colm O Heigeartaigh cohei...@apache.org
   * Emmanuel Lécharny  elecha...@apache.org
   * Fabio Martelli fmarte...@apache.org
   * Francesco Chicchiriccò ilgro...@apache.org
   * Jan Bernhardt jbernha...@apache.org
   * Jean-Baptiste Onofré jbono...@apache.org
   * Massimiliano Perrone ma...@apache.org
   * Marco Di Sabatino Di Diodoro mdisabat...@apache.org
   * Simone Tripodi simonetrip...@apache.org


NOW, THEREFORE, BE IT FURTHER RESOLVED, that Francesco Chicchiriccò
be appointed to the office of Vice President, Apache Syncope to
serve in accordance with and subject to the direction of the
Board of Directors and the Bylaws of the Foundation until
death, resignation, retirement, removal or disqualification,
or until a successor is appointed; and be it further

RESOLVED, that the Apache Syncope Project be and hereby
is tasked with the migration and rationalization of the Apache
Incubator Amber podling; and be it further

RESOLVED, that all responsibilities pertaining to the Apache
Incubator Amber podling encumbered upon the Apache Incubator
Project are hereafter discharged.

 --
 Francesco Chicchiriccò

 ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member
 http://people.apache.org/~ilgrosso/


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




-- 
http://www.grobmeier.de
https://www.timeandbill.de


Re: [VOTE] Graduate Syncope podling from Apache Incubator

2012-11-02 Thread Jukka Zitting
Hi,

On Fri, Nov 2, 2012 at 11:00 AM, Francesco Chicchiriccò
ilgro...@apache.org wrote:
 Please cast your votes:

  [x] +1 Graduate Syncope podling from Apache Incubator

WHEREAS, the Board of Directors deems it to be in the best
interests of the Foundation and consistent with the Foundation's
purpose to establish a Project Management Committee charged with
the creation and maintenance of open-source software, for managing
digital identities in enterprise environments.

Following the standard template
(https://svn.apache.org/repos/private/committers/board/templates/podling-tlp-resolution.txt),
this should be:

WHEREAS, the Board of Directors deems it to be in the best
interests of the Foundation and consistent with the
Foundation's purpose to establish a Project Management
Committee charged with the creation and maintenance of
open-source software, for distribution at no charge to
the public, related to managing digital identities in
enterprise environments.

BR,

Jukka Zitting

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



Re: [VOTE] Graduate Syncope podling from Apache Incubator

2012-11-02 Thread Francesco Chicchiriccò
On 02/11/2012 11:15, Jukka Zitting wrote:
 Hi,

 On Fri, Nov 2, 2012 at 11:00 AM, Francesco Chicchiriccò
 ilgro...@apache.org wrote:
 Please cast your votes:
   [x] +1 Graduate Syncope podling from Apache Incubator

WHEREAS, the Board of Directors deems it to be in the best
interests of the Foundation and consistent with the Foundation's
purpose to establish a Project Management Committee charged with
the creation and maintenance of open-source software, for managing
digital identities in enterprise environments.
 Following the standard template
 (https://svn.apache.org/repos/private/committers/board/templates/podling-tlp-resolution.txt),
 this should be:

 WHEREAS, the Board of Directors deems it to be in the best
 interests of the Foundation and consistent with the
 Foundation's purpose to establish a Project Management
 Committee charged with the creation and maintenance of
 open-source software, for distribution at no charge to
 the public, related to managing digital identities in
 enterprise environments.

Hi Jukka,
thanks for this fix: see below the amended full version.

Regards.


Resolution:

X. Establish the Apache Syncope Project

WHEREAS, the Board of Directors deems it to be in the best
interests of the Foundation and consistent with the
Foundation's purpose to establish a Project Management
Committee charged with the creation and maintenance of
open-source software, for distribution at no charge to
the public, related to managing digital identities in
enterprise environments.

   NOW, THEREFORE, BE IT RESOLVED, that a Project Management
   Committee (PMC), to be known as the Apache Syncope Project,
   be and hereby is established pursuant to Bylaws of the
   Foundation; and be it further

   RESOLVED, that the Apache Syncope Project be and hereby is
   responsible for the creation and maintenance of software
   related to the Identity Management and be it further

   RESOLVED, that the office of Vice President, Apache Syncope be
   and hereby is created, the person holding such office to
   serve at the direction of the Board of Directors as the chair
   of the Apache Syncope Project, and to have primary responsibility
   for management of the projects within the scope of
   responsibility of the Apache Syncope Project; and be it further

   RESOLVED, that the persons listed immediately below be and
   hereby are appointed to serve as the initial members of the
   Apache Syncope Project:

  * Colm O Heigeartaigh cohei...@apache.org
  * Emmanuel Lécharny  elecha...@apache.org
  * Fabio Martelli fmarte...@apache.org
  * Francesco Chicchiriccò ilgro...@apache.org
  * Jan Bernhardt jbernha...@apache.org
  * Jean-Baptiste Onofré jbono...@apache.org
  * Massimiliano Perrone ma...@apache.org
  * Marco Di Sabatino Di Diodoro mdisabat...@apache.org
  * Simone Tripodi simonetrip...@apache.org


   NOW, THEREFORE, BE IT FURTHER RESOLVED, that Francesco Chicchiriccò
   be appointed to the office of Vice President, Apache Syncope to
   serve in accordance with and subject to the direction of the
   Board of Directors and the Bylaws of the Foundation until
   death, resignation, retirement, removal or disqualification,
   or until a successor is appointed; and be it further

   RESOLVED, that the Apache Syncope Project be and hereby
   is tasked with the migration and rationalization of the Apache
   Incubator Amber podling; and be it further

   RESOLVED, that all responsibilities pertaining to the Apache
   Incubator Amber podling encumbered upon the Apache Incubator
   Project are hereafter discharged.

-- 
Francesco Chicchiriccò

ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member
http://people.apache.org/~ilgrosso/


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



Re: [VOTE] Graduate Syncope podling from Apache Incubator

2012-11-02 Thread Emmanuel Lécharny

a big +1 !

Excellent work, guys !

Le 11/2/12 10:00 AM, Francesco Chicchiriccò a écrit :

Hi all,
this is a call for vote to graduate the Syncope podling from Apache
Incubator.

Syncope entered the Incubator in Feb 2012. Since then it has added two
new committers and PPMC members, picked up a couple of new contributors,
and made some releases following the ASF policies and guidelines. The
community of Syncope is active, healthy and growing and has demonstrated
the ability to self-govern using accepted Apache practices.

The Syncope community has voted to proceed with graduation [1] and the
result can be found at [2].

Please cast your votes:

[  ] +1 Graduate Syncope podling from Apache Incubator
[  ] +0 Indifferent to the graduation status of Syncope podling
[  ] -1 Reject graduation of Syncope podling from Apache Incubator
because ...

This vote will be open for at least 72 hours. Please find the proposed
board resolution below.

[1] http://s.apache.org/up
[2] http://s.apache.org/A8u

Regards.


Resolution:

X. Establish the Apache Syncope Project

WHEREAS, the Board of Directors deems it to be in the best
interests of the Foundation and consistent with the Foundation's
purpose to establish a Project Management Committee charged with
the creation and maintenance of open-source software, for managing
digital identities in enterprise environments.

NOW, THEREFORE, BE IT RESOLVED, that a Project Management
Committee (PMC), to be known as the Apache Syncope Project,
be and hereby is established pursuant to Bylaws of the
Foundation; and be it further

RESOLVED, that the Apache Syncope Project be and hereby is
responsible for the creation and maintenance of software
related to the Identity Management and be it further

RESOLVED, that the office of Vice President, Apache Syncope be
and hereby is created, the person holding such office to
serve at the direction of the Board of Directors as the chair
of the Apache Syncope Project, and to have primary responsibility
for management of the projects within the scope of
responsibility of the Apache Syncope Project; and be it further

RESOLVED, that the persons listed immediately below be and
hereby are appointed to serve as the initial members of the
Apache Syncope Project:

   * Colm O Heigeartaigh cohei...@apache.org
   * Emmanuel Lécharny  elecha...@apache.org
   * Fabio Martelli fmarte...@apache.org
   * Francesco Chicchiriccò ilgro...@apache.org
   * Jan Bernhardt jbernha...@apache.org
   * Jean-Baptiste Onofré jbono...@apache.org
   * Massimiliano Perrone ma...@apache.org
   * Marco Di Sabatino Di Diodoro mdisabat...@apache.org
   * Simone Tripodi simonetrip...@apache.org


NOW, THEREFORE, BE IT FURTHER RESOLVED, that Francesco Chicchiriccò
be appointed to the office of Vice President, Apache Syncope to
serve in accordance with and subject to the direction of the
Board of Directors and the Bylaws of the Foundation until
death, resignation, retirement, removal or disqualification,
or until a successor is appointed; and be it further

RESOLVED, that the Apache Syncope Project be and hereby
is tasked with the migration and rationalization of the Apache
Incubator Amber podling; and be it further

RESOLVED, that all responsibilities pertaining to the Apache
Incubator Amber podling encumbered upon the Apache Incubator
Project are hereafter discharged.




--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com


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



Re: [VOTE] Graduate Syncope podling from Apache Incubator

2012-11-02 Thread Andrus Adamchik
+1

Looking forward to actually using Syncope soon.

On Nov 2, 2012, at 1:43 PM, Emmanuel Lécharny elecha...@gmail.com wrote:
 a big +1 !
 
 Excellent work, guys !
 
 Le 11/2/12 10:00 AM, Francesco Chicchiriccò a écrit :
 Hi all,
 this is a call for vote to graduate the Syncope podling from Apache
 Incubator.
 
 Syncope entered the Incubator in Feb 2012. Since then it has added two
 new committers and PPMC members, picked up a couple of new contributors,
 and made some releases following the ASF policies and guidelines. The
 community of Syncope is active, healthy and growing and has demonstrated
 the ability to self-govern using accepted Apache practices.
 
 The Syncope community has voted to proceed with graduation [1] and the
 result can be found at [2].
 
 Please cast your votes:
 
 [  ] +1 Graduate Syncope podling from Apache Incubator
 [  ] +0 Indifferent to the graduation status of Syncope podling
 [  ] -1 Reject graduation of Syncope podling from Apache Incubator
 because ...
 
 This vote will be open for at least 72 hours. Please find the proposed
 board resolution below.
 
 [1] http://s.apache.org/up
 [2] http://s.apache.org/A8u
 
 Regards.
 
 
 Resolution:
 
 X. Establish the Apache Syncope Project
 
WHEREAS, the Board of Directors deems it to be in the best
interests of the Foundation and consistent with the Foundation's
purpose to establish a Project Management Committee charged with
the creation and maintenance of open-source software, for managing
digital identities in enterprise environments.
 
NOW, THEREFORE, BE IT RESOLVED, that a Project Management
Committee (PMC), to be known as the Apache Syncope Project,
be and hereby is established pursuant to Bylaws of the
Foundation; and be it further
 
RESOLVED, that the Apache Syncope Project be and hereby is
responsible for the creation and maintenance of software
related to the Identity Management and be it further
 
RESOLVED, that the office of Vice President, Apache Syncope be
and hereby is created, the person holding such office to
serve at the direction of the Board of Directors as the chair
of the Apache Syncope Project, and to have primary responsibility
for management of the projects within the scope of
responsibility of the Apache Syncope Project; and be it further
 
RESOLVED, that the persons listed immediately below be and
hereby are appointed to serve as the initial members of the
Apache Syncope Project:
 
   * Colm O Heigeartaigh cohei...@apache.org
   * Emmanuel Lécharny  elecha...@apache.org
   * Fabio Martelli fmarte...@apache.org
   * Francesco Chicchiriccò ilgro...@apache.org
   * Jan Bernhardt jbernha...@apache.org
   * Jean-Baptiste Onofré jbono...@apache.org
   * Massimiliano Perrone ma...@apache.org
   * Marco Di Sabatino Di Diodoro mdisabat...@apache.org
   * Simone Tripodi simonetrip...@apache.org
 
 
NOW, THEREFORE, BE IT FURTHER RESOLVED, that Francesco Chicchiriccò
be appointed to the office of Vice President, Apache Syncope to
serve in accordance with and subject to the direction of the
Board of Directors and the Bylaws of the Foundation until
death, resignation, retirement, removal or disqualification,
or until a successor is appointed; and be it further
 
RESOLVED, that the Apache Syncope Project be and hereby
is tasked with the migration and rationalization of the Apache
Incubator Amber podling; and be it further
 
RESOLVED, that all responsibilities pertaining to the Apache
Incubator Amber podling encumbered upon the Apache Incubator
Project are hereafter discharged.
 
 
 
 -- 
 Regards,
 Cordialement,
 Emmanuel Lécharny
 www.iktek.com
 
 
 -
 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 Flex SDK Installer 1.0.8-incubating

2012-11-02 Thread sebb
On 1 November 2012 18:15, Om bigosma...@gmail.com wrote:
 Thanks for taking a look :-)  Responses inline:


 On Thu, Nov 1, 2012 at 4:16 AM, sebb seb...@gmail.com wrote:

 On 30 October 2012 20:16, Om bigosma...@gmail.com wrote:
  Hi all,
 
  After our first release as Apache Flex, we are following it up with the
 Apache
  Flex SDK Installer (Incubating) AIR application.
 
  The Apache Flex SDK Installer AIR application provides an easy,
  single-click installation of the Apache Flex SDK and all its
 dependencies.
   This will make it suitable for working with   IDEs such as Adobe Flash
  Builder, FDT, IntelliJ IDEA, FlashDevelop, etc.
 
  The application downloads the following dependencies:
 
 - The AIR sdk (Windows vs. Mac) based on the current platform
 - Adobe Flash Player playerglobal.swc
 - SwfObject
 - Open Source Media Framework (OSMF)
 - Adobe Text Layout Format (TLF)
 
  Optionally, the application will download these files as well:
 
 - Adobe BlazeDS
 - Adobe embedded font support
 
 
  This release was voted upon on the flex-...@incubator.apache.org list.
  The
  vote passed with 11 binding and 5 non-binding votes.  Here is the voting
  thread:
  http://markmail.org/thread/nbrflol6mkpu65ry
 
  The source distributions for Windows and Mac are available here:
  http://people.apache.org/~bigosmallm/installapacheflex_RC9/
 
  The binary distributions as a convenience for the respective platforms,
  available here:
  http://people.apache.org/~bigosmallm/installapacheflex_RC9/binaries/
 
  The PGP keys of the two release managers - OmPrakash Muppirala (Source
 kit
  + Windows binaries) and Erik de Bruin (Mac binaries) are available here:
  http://www.apache.org/dist/incubator/flex/KEYS
 
  Here is the tag for the release:
 
 https://svn.apache.org/repos/asf/incubator/flex/utilities/tags/apache-flex-sdk-installer-1.0.8-RC9

 There are 3 directories under that tag; I would expect to find the
 NOTICE, LICENSE and DISCLAIMER files at the top level rather than
 under just one of them.


 Fixed.



 The files do end up at the top level in the source archive, which is good.

 Also, the installerBadge directory tree does not appear to be included
 in the source archive - is that intentional?
 If so, why is it in the tag?


 It is intentional, we are not releasing the source of installerbadge since
 we dont expect anyone to build it from the source.
 I have removed installerbadge from the tag now.




 The key C1708693 does not appear to be available from the normal
 public PGP key servers.


 Fixed.

 C:\gpg --send-key C1708693
 gpg: sending key C1708693 to hkp server keys.gnupg.net




 Some of the source files don't have an EOL at EOF (e.g.
 ApacheFlexToolsStyle.css) in the SVN tag whereas they do have an EOL
 in the source archive.
 This is a packaging error, which can be sorted by ensuring that source
 files always have an EOL at EOF, or by changing the packaging
 instructions to not add the missing EOLs.


 While working with the source from SVN, no one has had problems.

Not relevant to this discussion.

 We explicitly set the EOL at EOF while packaging just in case.

Which means that the source archive does not match the SVN tag.

 Is it okay if I create a bug for this and work on it after the release?  I
 hope this is not a blocker issue.

If I were the RM, I would add the missing EOLs at EOF and create another RC.

 Thanks again for your time!

 Regards,
 Om

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



Re: [DISCUSS] Apache Mayhem proposal

2012-11-02 Thread Mohammad Nour El-Din
Hi Simone...

On Thu, Nov 1, 2012 at 1:04 PM, Simone Tripodi simonetrip...@apache.orgwrote:

 Hi Mohammad,

 what about having SVN+Git mirror? I personally just need a SCM, don't
 have a strong preference, so recommendations are more than welcome!
 What do you suggest?


IMO it would be easier to move into a Git repository, which I will help in
setting it up. IMO, it will also be helpful for ASF Git support to have
more projects using Git which will help us understand different needs and
use cases of different project to provide better Git support by time, by
better I mean that now it is really good IMO but for sure we can make it
better :)

The thing is we still need to have SVN for content related operations like
website and so cause it needs to be published using SVN pub-sub. I will
collect more details about that



 Many thanks in advance, all the best!
 -Simo

 http://people.apache.org/~simonetripodi/
 http://simonetripodi.livejournal.com/
 http://twitter.com/simonetripodi
 http://www.99soft.org/


 On Thu, Nov 1, 2012 at 11:11 AM, Mohammad Nour El-Din
 nour.moham...@gmail.com wrote:
  Hi
 
I noticed that the code is hosted on github but u r asking for an svn
 rep
  while we can have a git repo, or u don't want to continue using git ?
 
  Sent from my Samsung Galaxy S3
  Apologies for any typos
  On Nov 1, 2012 11:59 AM, Mohammad Nour El-Din nour.moham...@gmail.com
 
  wrote:
 
  Hi Simone
 
 I like the idea pretty much and I would like to be a mentor of this
  project. But I can't edit the wiki page at the moment would u please add
 me
  :)
  Thanks for bringing the project to ASF
 
  Sent from my Samsung Galaxy S3
  Apologies for any typos
 
  On Nov 1, 2012 10:30 AM, Eric Charles e...@apache.org wrote:
  
   I was waiting this since a long time, especially since guiceyfruit is
  not officially update to guice3.
  
   It's great time to do this, as more well-known 3rd parties provide
  their own extensions [1]. With such a good code base coming from 99soft
  foundation, we will be good on track.
  
   Big +1 and thx again,
  
   Eric
  
   [1]
 
 http://techblog.netflix.com/2012/10/governator-lifecycle-and-dependency.html
  
  
   On 31/10/2012 22:16, Christian Grobmeier wrote:
  
   I like that proposal (you have guessed it as I signed up to mentor).
   Guice is something cool as I found out recently. And I really like
 the
   logging component in there (surprise)
  
  
   On Wed, Oct 31, 2012 at 8:55 PM, Donald Whytock dwhyt...@gmail.com
  wrote:
  
   Just giving a post-hurricane nudge.
  
   On Tue, Oct 30, 2012 at 11:49 AM, Simone Tripodi
   simonetrip...@apache.org wrote:
  
   Hi all guys,
  
   I prepared a new proposal[1] for the incubator, concerning the
   creation of a new community focused on all aspects of Google Guice
   extensions, starting from a rather than small codebase that I and
   other friends - already ASF committers/members - would like to
 donate
   to the ASF.
  
   We still need at least one mentor, is there any volunteer available
  on
   joining to provide help on bringing that new community up?
  
   Many thanks in advance, all the best!!!
   -Simo
  
   [1] http://wiki.apache.org/incubator/MayhemProposal
  
   http://people.apache.org/~simonetripodi/
   http://simonetripodi.livejournal.com/
   http://twitter.com/simonetripodi
   http://www.99soft.org/
  
  
 -
   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
  
  
  
  
  
   -
   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




-- 
Thanks
- Mohammad Nour

Life is like riding a bicycle. To keep your balance you must keep moving
- Albert Einstein


Re: [VOTE] Release Apache Flex SDK Installer 1.0.8-incubating

2012-11-02 Thread Bertrand Delacretaz
Hi,

On Thu, Nov 1, 2012 at 12:36 PM, Alexei Fedotov
alexei.fedo...@gmail.com wrote:
 ...the question is why do you use non-standard LICENSE for the source 
 release?...

It's similar to what httpd is doing - the Apache License first, then
licenses for included modules:
http://svn.apache.org/repos/asf/httpd/httpd/trunk/LICENSE

-Bertrand

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



Re: [VOTE] Release Apache Flex SDK Installer 1.0.8-incubating

2012-11-02 Thread Bertrand Delacretaz
On Fri, Nov 2, 2012 at 11:55 AM, sebb seb...@gmail.com wrote:
 ...If I were the RM, I would add the missing EOLs at EOF and create another 
 RC

I see your point about the distributed files not being *binary
identical* to the svn tag, but I personally consider source files to
be identical if diff -b (i.e. ignore changes in the amount of
whitespace) says they are.

So, in this case, I definitely don't see this as a blocker, just
something to fix for a future release.

-Bertrand

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



Re: [VOTE] Graduate Syncope podling from Apache Incubator

2012-11-02 Thread Colm O hEigeartaigh
+1.

Colm.

On Fri, Nov 2, 2012 at 10:50 AM, Andrus Adamchik and...@objectstyle.orgwrote:

 +1

 Looking forward to actually using Syncope soon.

 On Nov 2, 2012, at 1:43 PM, Emmanuel Lécharny elecha...@gmail.com wrote:
  a big +1 !
 
  Excellent work, guys !
 
  Le 11/2/12 10:00 AM, Francesco Chicchiriccò a écrit :
  Hi all,
  this is a call for vote to graduate the Syncope podling from Apache
  Incubator.
 
  Syncope entered the Incubator in Feb 2012. Since then it has added two
  new committers and PPMC members, picked up a couple of new contributors,
  and made some releases following the ASF policies and guidelines. The
  community of Syncope is active, healthy and growing and has demonstrated
  the ability to self-govern using accepted Apache practices.
 
  The Syncope community has voted to proceed with graduation [1] and the
  result can be found at [2].
 
  Please cast your votes:
 
  [  ] +1 Graduate Syncope podling from Apache Incubator
  [  ] +0 Indifferent to the graduation status of Syncope podling
  [  ] -1 Reject graduation of Syncope podling from Apache Incubator
  because ...
 
  This vote will be open for at least 72 hours. Please find the proposed
  board resolution below.
 
  [1] http://s.apache.org/up
  [2] http://s.apache.org/A8u
 
  Regards.
 
 
  Resolution:
 
  X. Establish the Apache Syncope Project
 
 WHEREAS, the Board of Directors deems it to be in the best
 interests of the Foundation and consistent with the Foundation's
 purpose to establish a Project Management Committee charged with
 the creation and maintenance of open-source software, for managing
 digital identities in enterprise environments.
 
 NOW, THEREFORE, BE IT RESOLVED, that a Project Management
 Committee (PMC), to be known as the Apache Syncope Project,
 be and hereby is established pursuant to Bylaws of the
 Foundation; and be it further
 
 RESOLVED, that the Apache Syncope Project be and hereby is
 responsible for the creation and maintenance of software
 related to the Identity Management and be it further
 
 RESOLVED, that the office of Vice President, Apache Syncope be
 and hereby is created, the person holding such office to
 serve at the direction of the Board of Directors as the chair
 of the Apache Syncope Project, and to have primary responsibility
 for management of the projects within the scope of
 responsibility of the Apache Syncope Project; and be it further
 
 RESOLVED, that the persons listed immediately below be and
 hereby are appointed to serve as the initial members of the
 Apache Syncope Project:
 
* Colm O Heigeartaigh cohei...@apache.org
* Emmanuel Lécharny  elecha...@apache.org
* Fabio Martelli fmarte...@apache.org
* Francesco Chicchiriccò ilgro...@apache.org
* Jan Bernhardt jbernha...@apache.org
* Jean-Baptiste Onofré jbono...@apache.org
* Massimiliano Perrone ma...@apache.org
* Marco Di Sabatino Di Diodoro mdisabat...@apache.org
* Simone Tripodi simonetrip...@apache.org
 
 
 NOW, THEREFORE, BE IT FURTHER RESOLVED, that Francesco Chicchiriccò
 be appointed to the office of Vice President, Apache Syncope to
 serve in accordance with and subject to the direction of the
 Board of Directors and the Bylaws of the Foundation until
 death, resignation, retirement, removal or disqualification,
 or until a successor is appointed; and be it further
 
 RESOLVED, that the Apache Syncope Project be and hereby
 is tasked with the migration and rationalization of the Apache
 Incubator Amber podling; and be it further
 
 RESOLVED, that all responsibilities pertaining to the Apache
 Incubator Amber podling encumbered upon the Apache Incubator
 Project are hereafter discharged.
 
 
 
  --
  Regards,
  Cordialement,
  Emmanuel Lécharny
  www.iktek.com
 
 
  -
  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




-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com


Re: [DISCUSS] Apache Mayhem proposal

2012-11-02 Thread Eric Charles

On 01/11/2012 20:23, Marvin Humphrey wrote:

On Thu, Nov 1, 2012 at 9:11 AM, Eric Charles e...@apache.org wrote:


My userid for the incubator wiki is EricCharles. Can you please add me to
the ContributorsGroup?


Done.



Thx Marvin


Marvin Humphrey



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



Re: [VOTE] Graduate Syncope podling from Apache Incubator

2012-11-02 Thread Jean-Baptiste Onofré

+1

Regards
JB

On 11/02/2012 10:00 AM, Francesco Chicchiriccò wrote:

Hi all,
this is a call for vote to graduate the Syncope podling from Apache
Incubator.

Syncope entered the Incubator in Feb 2012. Since then it has added two
new committers and PPMC members, picked up a couple of new contributors,
and made some releases following the ASF policies and guidelines. The
community of Syncope is active, healthy and growing and has demonstrated
the ability to self-govern using accepted Apache practices.

The Syncope community has voted to proceed with graduation [1] and the
result can be found at [2].

Please cast your votes:

[  ] +1 Graduate Syncope podling from Apache Incubator
[  ] +0 Indifferent to the graduation status of Syncope podling
[  ] -1 Reject graduation of Syncope podling from Apache Incubator
because ...

This vote will be open for at least 72 hours. Please find the proposed
board resolution below.

[1] http://s.apache.org/up
[2] http://s.apache.org/A8u

Regards.


Resolution:

X. Establish the Apache Syncope Project

WHEREAS, the Board of Directors deems it to be in the best
interests of the Foundation and consistent with the Foundation's
purpose to establish a Project Management Committee charged with
the creation and maintenance of open-source software, for managing
digital identities in enterprise environments.

NOW, THEREFORE, BE IT RESOLVED, that a Project Management
Committee (PMC), to be known as the Apache Syncope Project,
be and hereby is established pursuant to Bylaws of the
Foundation; and be it further

RESOLVED, that the Apache Syncope Project be and hereby is
responsible for the creation and maintenance of software
related to the Identity Management and be it further

RESOLVED, that the office of Vice President, Apache Syncope be
and hereby is created, the person holding such office to
serve at the direction of the Board of Directors as the chair
of the Apache Syncope Project, and to have primary responsibility
for management of the projects within the scope of
responsibility of the Apache Syncope Project; and be it further

RESOLVED, that the persons listed immediately below be and
hereby are appointed to serve as the initial members of the
Apache Syncope Project:

   * Colm O Heigeartaigh cohei...@apache.org
   * Emmanuel Lécharny  elecha...@apache.org
   * Fabio Martelli fmarte...@apache.org
   * Francesco Chicchiriccò ilgro...@apache.org
   * Jan Bernhardt jbernha...@apache.org
   * Jean-Baptiste Onofré jbono...@apache.org
   * Massimiliano Perrone ma...@apache.org
   * Marco Di Sabatino Di Diodoro mdisabat...@apache.org
   * Simone Tripodi simonetrip...@apache.org


NOW, THEREFORE, BE IT FURTHER RESOLVED, that Francesco Chicchiriccò
be appointed to the office of Vice President, Apache Syncope to
serve in accordance with and subject to the direction of the
Board of Directors and the Bylaws of the Foundation until
death, resignation, retirement, removal or disqualification,
or until a successor is appointed; and be it further

RESOLVED, that the Apache Syncope Project be and hereby
is tasked with the migration and rationalization of the Apache
Incubator Amber podling; and be it further

RESOLVED, that all responsibilities pertaining to the Apache
Incubator Amber podling encumbered upon the Apache Incubator
Project are hereafter discharged.



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

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



Re: [VOTE] Graduate Syncope podling from Apache Incubator

2012-11-02 Thread Francesco Chicchiriccò
Hi all,
I've just added some minor fixes in the resolution proposal text
(Amber was still mentioned, copypaste mistake...)

Anyway, the further amended version is available below.

Regards.


Resolution:

X. Establish the Apache Syncope Project

   WHEREAS, the Board of Directors deems it to be in the best
   interests of the Foundation and consistent with the
   Foundation's purpose to establish a Project Management
   Committee charged with the creation and maintenance of
   open-source software, for distribution at no charge to
   the public, related to managing digital identities in
   enterprise environments.

   NOW, THEREFORE, BE IT RESOLVED, that a Project Management
   Committee (PMC), to be known as the Apache Syncope Project,
   be and hereby is established pursuant to Bylaws of the
   Foundation; and be it further

   RESOLVED, that the Apache Syncope Project be and hereby is
   responsible for the creation and maintenance of software
   related to the Identity Management and be it further

   RESOLVED, that the office of Vice President, Apache Syncope be
   and hereby is created, the person holding such office to
   serve at the direction of the Board of Directors as the chair
   of the Apache Syncope Project, and to have primary responsibility
   for management of the projects within the scope of
   responsibility of the Apache Syncope Project; and be it further

   RESOLVED, that the persons listed immediately below be and
   hereby are appointed to serve as the initial members of the
   Apache Syncope Project:

  * Colm O Heigeartaigh cohei...@apache.org
  * Emmanuel Lécharny  elecha...@apache.org
  * Fabio Martelli fmarte...@apache.org
  * Francesco Chicchiriccò ilgro...@apache.org
  * Jan Bernhardt jbernha...@apache.org
  * Jean-Baptiste Onofré jbono...@apache.org
  * Massimiliano Perrone ma...@apache.org
  * Marco Di Sabatino Di Diodoro mdisabat...@apache.org
  * Simone Tripodi simonetrip...@apache.org


   NOW, THEREFORE, BE IT FURTHER RESOLVED, that Francesco Chicchiriccò
   be appointed to the office of Vice President, Apache Syncope to
   serve in accordance with and subject to the direction of the
   Board of Directors and the Bylaws of the Foundation until
   death, resignation, retirement, removal or disqualification,
   or until a successor is appointed; and be it further

   RESOLVED, that the Apache Syncope Project be and hereby
   is tasked with the migration and rationalization of the Apache
   Incubator Syncope podling; and be it further

   RESOLVED, that all responsibilities pertaining to the Apache
   Incubator Syncope podling encumbered upon the Apache Incubator
   Project are hereafter discharged.

-- 
Francesco Chicchiriccò

ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member
http://people.apache.org/~ilgrosso/


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



Re: [DISCUSS] Apache Mayhem proposal

2012-11-02 Thread Simone Tripodi
Hi Mohammed!

 IMO it would be easier to move into a Git repository, which I will help in
 setting it up. IMO, it will also be helpful for ASF Git support to have
 more projects using Git which will help us understand different needs and
 use cases of different project to provide better Git support by time, by
 better I mean that now it is really good IMO but for sure we can make it
 better :)

agreed! can you update the reference in the proposal, please? TIA!!!


 The thing is we still need to have SVN for content related operations like
 website and so cause it needs to be published using SVN pub-sub. I will
 collect more details about that


thanks a lot! Can we propose the site be published on Git, like we
already did on GitHub in the `gh-pages` branch? WDYT?

All the best,
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

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



Re: [VOTE] Graduate Syncope podling from Apache Incubator

2012-11-02 Thread Daniel Kulp

+1 - nice job

Dan



On Nov 2, 2012, at 5:00 AM, Francesco Chicchiriccò ilgro...@apache.org wrote:

 Hi all,
 this is a call for vote to graduate the Syncope podling from Apache
 Incubator.
 
 Syncope entered the Incubator in Feb 2012. Since then it has added two
 new committers and PPMC members, picked up a couple of new contributors,
 and made some releases following the ASF policies and guidelines. The
 community of Syncope is active, healthy and growing and has demonstrated
 the ability to self-govern using accepted Apache practices.
 
 The Syncope community has voted to proceed with graduation [1] and the
 result can be found at [2].
 
 Please cast your votes:
 
 [  ] +1 Graduate Syncope podling from Apache Incubator
 [  ] +0 Indifferent to the graduation status of Syncope podling
 [  ] -1 Reject graduation of Syncope podling from Apache Incubator
 because ...
 
 This vote will be open for at least 72 hours. Please find the proposed
 board resolution below.
 
 [1] http://s.apache.org/up
 [2] http://s.apache.org/A8u
 
 Regards.
 
 
 Resolution:
 
 X. Establish the Apache Syncope Project
 
   WHEREAS, the Board of Directors deems it to be in the best
   interests of the Foundation and consistent with the Foundation's
   purpose to establish a Project Management Committee charged with
   the creation and maintenance of open-source software, for managing
   digital identities in enterprise environments.
 
   NOW, THEREFORE, BE IT RESOLVED, that a Project Management
   Committee (PMC), to be known as the Apache Syncope Project,
   be and hereby is established pursuant to Bylaws of the
   Foundation; and be it further
 
   RESOLVED, that the Apache Syncope Project be and hereby is
   responsible for the creation and maintenance of software
   related to the Identity Management and be it further
 
   RESOLVED, that the office of Vice President, Apache Syncope be
   and hereby is created, the person holding such office to
   serve at the direction of the Board of Directors as the chair
   of the Apache Syncope Project, and to have primary responsibility
   for management of the projects within the scope of
   responsibility of the Apache Syncope Project; and be it further
 
   RESOLVED, that the persons listed immediately below be and
   hereby are appointed to serve as the initial members of the
   Apache Syncope Project:
 
  * Colm O Heigeartaigh cohei...@apache.org
  * Emmanuel Lécharny  elecha...@apache.org
  * Fabio Martelli fmarte...@apache.org
  * Francesco Chicchiriccò ilgro...@apache.org
  * Jan Bernhardt jbernha...@apache.org
  * Jean-Baptiste Onofré jbono...@apache.org
  * Massimiliano Perrone ma...@apache.org
  * Marco Di Sabatino Di Diodoro mdisabat...@apache.org
  * Simone Tripodi simonetrip...@apache.org
 
 
   NOW, THEREFORE, BE IT FURTHER RESOLVED, that Francesco Chicchiriccò
   be appointed to the office of Vice President, Apache Syncope to
   serve in accordance with and subject to the direction of the
   Board of Directors and the Bylaws of the Foundation until
   death, resignation, retirement, removal or disqualification,
   or until a successor is appointed; and be it further
 
   RESOLVED, that the Apache Syncope Project be and hereby
   is tasked with the migration and rationalization of the Apache
   Incubator Amber podling; and be it further
 
   RESOLVED, that all responsibilities pertaining to the Apache
   Incubator Amber podling encumbered upon the Apache Incubator
   Project are hereafter discharged.
 
 -- 
 Francesco Chicchiriccò
 
 ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member
 http://people.apache.org/~ilgrosso/
 
 
 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org
 

-- 
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


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



Release procedural question

2012-11-02 Thread Chip Childers
Hi all,

In reading the release policy section about the detached signature
file and the voting process, there is a mention about allowing (at the
RM's discretion) other PMC members (in a podling's case, PPMC members)
to concatenate their own signature to the *.asc release artifacts as
part of their +1 vote.

As the RM for the (currently being voted on) CloudStack release, I
have been provided with another PPMC member's detached signature.

Can someone please confirm that, after validating that adding the
signature to the asc file works, I'm allowed to use the new combined
signature file as the final release artifact?  Is there anything that
I should be aware of when adding this second signature?

Thanks for the support and advice.

-chip

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



Re: [DISCUSS] Apache Mayhem proposal

2012-11-02 Thread Mohammad Nour El-Din
Hi Simone...

On Fri, Nov 2, 2012 at 1:56 PM, Simone Tripodi simonetrip...@apache.orgwrote:

 Hi Mohammed!

  IMO it would be easier to move into a Git repository, which I will help
 in
  setting it up. IMO, it will also be helpful for ASF Git support to have
  more projects using Git which will help us understand different needs and
  use cases of different project to provide better Git support by time, by
  better I mean that now it is really good IMO but for sure we can make it
  better :)

 agreed! can you update the reference in the proposal, please? TIA!!!


Sure thing will do it today when I have sometime



 
  The thing is we still need to have SVN for content related operations
 like
  website and so cause it needs to be published using SVN pub-sub. I will
  collect more details about that
 

 thanks a lot! Can we propose the site be published on Git, like we
 already did on GitHub in the `gh-pages` branch? WDYT?


IIRC thats not possible as rge pub-sub works with SVN, to be honest I am
not aware about the details thats the only fact I know about

If I am wrong would someone please correct me :) ?



 All the best,
 -Simo

 http://people.apache.org/~simonetripodi/
 http://simonetripodi.livejournal.com/
 http://twitter.com/simonetripodi
 http://www.99soft.org/

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




-- 
Thanks
- Mohammad Nour

Life is like riding a bicycle. To keep your balance you must keep moving
- Albert Einstein


Re: [VOTE] Graduate Syncope podling from Apache Incubator

2012-11-02 Thread Mark Struberg
+1 (binding)


Congratulations and LieGrue,
strub




- Original Message -
 From: Jukka Zitting jukka.zitt...@gmail.com
 To: general@incubator.apache.org
 Cc: 
 Sent: Friday, November 2, 2012 11:15 AM
 Subject: Re: [VOTE] Graduate Syncope podling from Apache Incubator
 
 Hi,
 
 On Fri, Nov 2, 2012 at 11:00 AM, Francesco Chicchiriccò
 ilgro...@apache.org wrote:
  Please cast your votes:
 
   [x] +1 Graduate Syncope podling from Apache Incubator
 
     WHEREAS, the Board of Directors deems it to be in the best
     interests of the Foundation and consistent with the Foundation's
     purpose to establish a Project Management Committee charged with
     the creation and maintenance of open-source software, for managing
     digital identities in enterprise environments.
 
 Following the standard template
 (https://svn.apache.org/repos/private/committers/board/templates/podling-tlp-resolution.txt),
 this should be:
 
     WHEREAS, the Board of Directors deems it to be in the best
     interests of the Foundation and consistent with the
     Foundation's purpose to establish a Project Management
     Committee charged with the creation and maintenance of
     open-source software, for distribution at no charge to
     the public, related to managing digital identities in
     enterprise environments.
 
 BR,
 
 Jukka Zitting
 
 -
 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 Bloodhound 0.2 (incubating)

2012-11-02 Thread Hyrum K Wright
On Thu, Nov 1, 2012 at 8:24 AM, Branko Čibej br...@apache.org wrote:
 On 29.10.2012 15:22, Joachim Dreimann wrote:
 Hi,

 I would like to request the beginning of the vote for the second release of
 Apache Bloodhound in the incubator following the successful vote by the
 Bloodhound PPMC.

 The result of the vote is summarised here:
   http://markmail.org/thread/zrgkleendiqvanzs

 The artefacts for the release including the source distribution and KEYS
 can be found here:
   https://dist.apache.org/repos/dist/dev/incubator/bloodhound/

 The release itself is created from:
   https://svn.apache.org/repos/asf/incubator/bloodhound/branches/0.2
   (r1394550)

 Issues identified to be fixed for the next release are listed here:
   https://issues.apache.org/bloodhound/ticket/246
   https://issues.apache.org/bloodhound/ticket/245

 The vote will be open for at least 72 hours.

 [ ] +1 Release this package as Apache Bloodhound 0.2
 [ ] +0 Don't care
 [ ] -1 Do not release this package (please explain)

 +1 to release

 Apparently my vote got mislaid on the other list.

+1 to release.

-Hyrum

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



[VOTE] Apache Syncope 1.0.3-incubating

2012-11-02 Thread Fabio Martelli
Hi All,
I've created a 1.0.3-incubating release, with the following artifacts up for a 
vote:

SVN source tag (r1403675):
https://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.3-incubating/

List of changes:
https://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.3-incubating/CHANGES

Maven staging repo:
https://repository.apache.org/content/repositories/orgapachesyncope-001/

Source release (checksums and signatures are available at the same location):
https://repository.apache.org/content/repositories/orgapachesyncope-YYY/org/apache/syncope/syncope-root/version/syncope-root-version-source-release.zip

Source release (checksums and signatures are available at the same location):
https://repository.apache.org/content/repositories/orgapachesyncope-001/org/apache/syncope/syncope-root/1.0.3-incubating/syncope-root-1.0.3-incubating-source-release.zip

Staging site:
http://incubator.apache.org/syncope/1.0.3-incubating/

PGP release keys (signed using B1F055C1):
http://www.apache.org/dist/incubator/syncope/KEYS

This has been voted through on the syncope-...@incubator.apache.org mailing 
list [1], 
and now requires a vote on general@incubator.apache.org

Votes already cast (on syncope-dev):

+1 (PPMC / binding)
* Massimiliano Perrone
* Francesco Chicchiriccò
* Colm O hEigeartaigh (IPMC)
* Emmanuel Lécharny (IPMC)
* Jean-Baptiste Onofré (IPMC)
* Fabio Martelli
* Marco Di Sabatino Di Diodoro

+1 (non binding)
* Denis Signoretto
* Riccardo Costa

Vote will be open for 72 hours.

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

Best regards,
F.

[1] 
http://syncope-dev.1063484.n5.nabble.com/VOTE-Apache-Syncope-1-0-3-incubating-td5711037.html



Re: [DISCUSS] Apache Mayhem proposal

2012-11-02 Thread Eric Charles

On 02/11/2012 13:32, Mohammad Nour El-Din wrote:

Hi Simone...

On Fri, Nov 2, 2012 at 1:56 PM, Simone Tripodi simonetrip...@apache.orgwrote:


Hi Mohammed!


IMO it would be easier to move into a Git repository, which I will help

in

setting it up. IMO, it will also be helpful for ASF Git support to have
more projects using Git which will help us understand different needs and
use cases of different project to provide better Git support by time, by
better I mean that now it is really good IMO but for sure we can make it
better :)


agreed! can you update the reference in the proposal, please? TIA!!!



Sounds good. If the final state must be git, let's got directly to git.



Sure thing will do it today when I have sometime






The thing is we still need to have SVN for content related operations

like

website and so cause it needs to be published using SVN pub-sub. I will
collect more details about that



thanks a lot! Can we propose the site be published on Git, like we
already did on GitHub in the `gh-pages` branch? WDYT?



IIRC thats not possible as rge pub-sub works with SVN, to be honest I am
not aware about the details thats the only fact I know about

If I am wrong would someone please correct me :) ?




It all depends if we want to use the Apache CMS or not.
The Apache CMS is supported under by SVN-PubSub.

Once again, if the final state is Apache CMS, let's go directly for it 
and let's not care where the content files are stored and published, 
that's the Apache CMS job after all (svn pubsub today, something else 
maybe tomorrow).


If we want to rely on site generated by maven or any other command line 
tools, yes, it would be good to see if publication via git is supported, 
but as far as I know, it is not. We can always raise a request to 
support it but that should not block the podling.


I am much more used via a Maven CLI site building and have looked to 
Apache CMS but didn't use it until now.




All the best,
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

-
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: Release procedural question

2012-11-02 Thread Chip Childers
On Fri, Nov 2, 2012 at 9:26 AM, Chip Childers chip.child...@sungard.com wrote:
 Hi all,

 In reading the release policy section about the detached signature
 file and the voting process, there is a mention about allowing (at the
 RM's discretion) other PMC members (in a podling's case, PPMC members)
 to concatenate their own signature to the *.asc release artifacts as
 part of their +1 vote.

 As the RM for the (currently being voted on) CloudStack release, I
 have been provided with another PPMC member's detached signature.

 Can someone please confirm that, after validating that adding the
 signature to the asc file works, I'm allowed to use the new combined
 signature file as the final release artifact?  Is there anything that
 I should be aware of when adding this second signature?

 Thanks for the support and advice.

 -chip

Given the release policy [1] description of adding additional
signatures to the release, and testing locally to ensure that the
concatenated signature validates correctly, I will presume that this
is a normal practice and move forward.

Thanks!

-chip

[1] http://www.apache.org/dev/release.html#what-must-every-release-contain

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



Re: Release procedural question

2012-11-02 Thread Daniel Shahaf
Chip Childers wrote on Fri, Nov 02, 2012 at 14:27:24 -0400:
 On Fri, Nov 2, 2012 at 9:26 AM, Chip Childers chip.child...@sungard.com 
 wrote:
  Hi all,
 
  In reading the release policy section about the detached signature
  file and the voting process, there is a mention about allowing (at the
  RM's discretion) other PMC members (in a podling's case, PPMC members)
  to concatenate their own signature to the *.asc release artifacts as
  part of their +1 vote.
 
  As the RM for the (currently being voted on) CloudStack release, I
  have been provided with another PPMC member's detached signature.
 
  Can someone please confirm that, after validating that adding the
  signature to the asc file works, I'm allowed to use the new combined
  signature file as the final release artifact?  Is there anything that
  I should be aware of when adding this second signature?
 

In my experience, 'gpg --verify' sometimes verifies only the first
signature in a file.  Hence:

[[[
% cat ~/bin/gpg-verify-many
#!/bin/sh
# perl -pe 'open STDOUT, | gpg --verify - subversion-1.7.0-rc1.tar.gz if 
/BEGIN/'  *rc1*asc

usage() {
  echo USAGE: $0 \$foo.tar.gz \$foo.tar.gz.asc
  echo USAGE: $0 \$foo.tar.gz \$foo.tar.gz.asc
}

if [ $# -ge 2 ]; then
  ascfile=
else
  ascfile=$1.asc
fi

perl -pe 'BEGIN { $target = shift }  open STDOUT, | gpg --verify - $target if 
/BEGIN/' $@ $ascfile
]]]

I don't know if that's still the case in more recent versions of gpg.

  Thanks for the support and advice.
 
  -chip
 
 Given the release policy [1] description of adding additional
 signatures to the release, and testing locally to ensure that the
 concatenated signature validates correctly, I will presume that this
 is a normal practice and move forward.
 

It's normal practice.  Every Subversion release does it.

 Thanks!
 
 -chip
 
 [1] http://www.apache.org/dev/release.html#what-must-every-release-contain
 
 -
 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: Release procedural question

2012-11-02 Thread Chip Childers
On Fri, Nov 2, 2012 at 2:44 PM, Daniel Shahaf d...@daniel.shahaf.name wrote:
 Chip Childers wrote on Fri, Nov 02, 2012 at 14:27:24 -0400:
 On Fri, Nov 2, 2012 at 9:26 AM, Chip Childers chip.child...@sungard.com 
 wrote:
  Hi all,
 
  In reading the release policy section about the detached signature
  file and the voting process, there is a mention about allowing (at the
  RM's discretion) other PMC members (in a podling's case, PPMC members)
  to concatenate their own signature to the *.asc release artifacts as
  part of their +1 vote.
 
  As the RM for the (currently being voted on) CloudStack release, I
  have been provided with another PPMC member's detached signature.
 
  Can someone please confirm that, after validating that adding the
  signature to the asc file works, I'm allowed to use the new combined
  signature file as the final release artifact?  Is there anything that
  I should be aware of when adding this second signature?
 

 In my experience, 'gpg --verify' sometimes verifies only the first
 signature in a file.  Hence:

 [[[
 % cat ~/bin/gpg-verify-many
 #!/bin/sh
 # perl -pe 'open STDOUT, | gpg --verify - subversion-1.7.0-rc1.tar.gz if 
 /BEGIN/'  *rc1*asc

 usage() {
   echo USAGE: $0 \$foo.tar.gz \$foo.tar.gz.asc
   echo USAGE: $0 \$foo.tar.gz \$foo.tar.gz.asc
 }

 if [ $# -ge 2 ]; then
   ascfile=
 else
   ascfile=$1.asc
 fi

 perl -pe 'BEGIN { $target = shift }  open STDOUT, | gpg --verify - $target 
 if /BEGIN/' $@ $ascfile
 ]]]

 I don't know if that's still the case in more recent versions of gpg.

It appears to function correctly now:

gpg --verify apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc
gpg: Signature made Mon Oct 22 11:50:37 2012 EDT using RSA key ID A99A5D58
gpg: Good signature from Chip Childers chipchild...@apache.org
gpg: Signature made Wed Oct 24 10:08:47 2012 EDT using RSA key ID 6FE50F1C
gpg: Good signature from David Nalley (Code signing key) ke4...@apache.org

This is with version: gpg (GnuPG/MacGPG2) 2.0.18 / libgcrypt 1.5.0


  Thanks for the support and advice.
 
  -chip

 Given the release policy [1] description of adding additional
 signatures to the release, and testing locally to ensure that the
 concatenated signature validates correctly, I will presume that this
 is a normal practice and move forward.


 It's normal practice.  Every Subversion release does it.

Excellent.  Thanks for the followup.

 Thanks!

 -chip

 [1] http://www.apache.org/dev/release.html#what-must-every-release-contain

 -
 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: Release procedural question

2012-11-02 Thread Daniel Shahaf
Chip Childers wrote on Fri, Nov 02, 2012 at 14:47:33 -0400:
 On Fri, Nov 2, 2012 at 2:44 PM, Daniel Shahaf d...@daniel.shahaf.name wrote:
  In my experience, 'gpg --verify' sometimes verifies only the first
  signature in a file.
 
 It appears to function correctly now:
...
 This is with version: gpg (GnuPG/MacGPG2) 2.0.18 / libgcrypt 1.5.0

Good to know, thanks.

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



[RESULT][VOTE] Apache CloudStack 4.0.0-incubating

2012-11-02 Thread Chip Childers
After 72 hours, the vote for CloudStack 4.0.0-incubating *passes* with
5 IPMC +1 votes.

+1 (binding)
* Jim Jagielski
* Olivier Lamy
* Brett Porter
* Daniel Kulp
* Noah Slater

There were no -1 or +0 votes cast.

Jim, Oliver, Brett, Daniel and Noah voted on the
cloudstack-...@incubator.apache.org list's vote thread [1].  Noah also
voted on the general@incubator.apache.org thread [2].

I will now publish the release, and the project's community will
commence with it's release announcement activities (after the mirrors
catch up).

Thanks to everyone participating, and especially to our mentors for
the guidance and support for this first release of CloudStack from
within ASF.  It's been both enlightening and fun!

-chip


[1] 
http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev/201210.mbox/%3CCA%2B96GG4KytVOCW%3Ddr7G%3DWg_Nu_zeC%2B3-hiH29wuEjSaisn53Fw%40mail.gmail.com%3E

[2] 
http://mail-archives.apache.org/mod_mbox/incubator-general/201210.mbox/%3CCA%2B96GG7-JycEZmpZhtLxkvOmH0yXaa33n9AdQfvkmZBexQHP9w%40mail.gmail.com%3E

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



Re: [DISCUSS] Apache Mayhem proposal

2012-11-02 Thread Simone Tripodi
Hi Eric!


 If we want to rely on site generated by maven or any other command line
 tools, yes, it would be good to see if publication via git is supported, but
 as far as I know, it is not. We can always raise a request to support it but
 that should not block the podling.

 I am much more used via a Maven CLI site building and have looked to Apache
 CMS but didn't use it until now.


using Maven generated site was indeed my idea as well, since it
contains a lot of useful automatically generated documentation such as
javadoc/checkstyle/CPD/...
moreover original codebase already uses maven+site on git on GitHub
with improved RM experience since site-deploy is really faster rather
than on SVN.

+1 that should no block the podling!

thanks for your help!
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

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



[RESULT][VOTE] Graduate Kafka from the incubator

2012-11-02 Thread Chris Douglas
The vote (http://s.apache.org/Rgw) started on 2012-10-26 has ended.

Results:
+1 Jakob Homan (IPMC)
+1 Alan Cabrera (IPMC)
+1 Chris Douglas (IPMC)
+1 Jukka Zitting (IPMC)
+1 Bertrand Delacretazn (IPMC)

With five +1 votes and no other votes, the motion passes.

The IPMC has approved this proposal; I'll forward the resolution to the board.

Thanks to everyone who participated in Kafka's incubation and
congratulations to the Kafka PPMC on achieving this milestone.



 X. Establish the Apache Kafka Project

WHEREAS, the Board of Directors deems it to be in the best
interests of the Foundation and consistent with the
Foundation's purpose to establish a Project Management
Committee charged with the creation and maintenance of
open-source software related to a distributed publish/
subscribe stream processing framework for distribution
at no charge to the public.

NOW, THEREFORE, BE IT RESOLVED, that a Project Management
Committee (PMC), to be known as the Apache Kafka Project,
be and hereby is established pursuant to Bylaws of the
Foundation; and be it further

RESOLVED, that the Apache Kafka Project be and hereby is
responsible for the creation and maintenance of software
related to a distributed computing graph processing framework;
and be it further

RESOLVED, that the office of Vice President, Apache Kafka be
and hereby is created, the person holding such office to
serve at the direction of the Board of Directors as the chair
of the Apache Kafka Project, and to have primary responsibility
for management of the projects within the scope of
responsibility of the Apache Kafka Project; and be it further

RESOLVED, that the persons listed immediately below be and
hereby are appointed to serve as the initial members of the
Apache Kafka Project:

* Jun Rao junrao@...
* Jay Kreps jkreps@...
* Neha Narkhede nehanarkhede@...
* Jakob Homan jghoman@...
* Joel Koshy jjkoshy@..
* Prashanth Menon prashanthmenon@..
* Joe Stein joestein@..

NOW, THEREFORE, BE IT FURTHER RESOLVED, that Jun Rao
be appointed to the office of Vice President, Apache Kafka, to
serve in accordance with and subject to the direction of the
Board of Directors and the Bylaws of the Foundation until
death, resignation, retirement, removal or disqualification,
or until a successor is appointed; and be it further

RESOLVED, that the initial Apache Kafka PMC be and hereby is
tasked with the creation of a set of bylaws intended to
encourage open development and increased participation in the
Apache Kafka Project; and be it further

RESOLVED, that the Apache Kafka Project be and hereby
is tasked with the migration and rationalization of the Apache
Incubator Kafka podling; and be it further

RESOLVED, that all responsibilities pertaining to the Apache
Incubator Kafka podling encumbered upon the Apache Incubator
Project are hereafter discharged.

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



Proposed resolution: Establish Kafka TLP

2012-11-02 Thread Chris Douglas
Members of the Apache Board-

The Apache Incubator IPMC has determined that the Kafka Project is
ready for graduation and requests its establishment as a TLP. Please
consider the following draft resolution at your next meeting.

Home: https://incubator.apache.org/kafka/
Vote by project: http://s.apache.org/q9 (result: http://s.apache.org/wQ)
Vote by incubator: http://s.apache.org/Rgw (result: http://s.apache.org/yG)

Resolution draft:

 X. Establish the Apache Kafka Project

WHEREAS, the Board of Directors deems it to be in the best
interests of the Foundation and consistent with the
Foundation's purpose to establish a Project Management
Committee charged with the creation and maintenance of
open-source software related to a distributed publish/
subscribe stream processing framework for distribution
at no charge to the public.

NOW, THEREFORE, BE IT RESOLVED, that a Project Management
Committee (PMC), to be known as the Apache Kafka Project,
be and hereby is established pursuant to Bylaws of the
Foundation; and be it further

RESOLVED, that the Apache Kafka Project be and hereby is
responsible for the creation and maintenance of software
related to a distributed computing graph processing framework;
and be it further

RESOLVED, that the office of Vice President, Apache Kafka be
and hereby is created, the person holding such office to
serve at the direction of the Board of Directors as the chair
of the Apache Kafka Project, and to have primary responsibility
for management of the projects within the scope of
responsibility of the Apache Kafka Project; and be it further

RESOLVED, that the persons listed immediately below be and
hereby are appointed to serve as the initial members of the
Apache Kafka Project:

* Jun Rao junrao@...
* Jay Kreps jkreps@...
* Neha Narkhede nehanarkhede@...
* Jakob Homan jghoman@...
* Joel Koshy jjkoshy@..
* Prashanth Menon prashanthmenon@..
* Joe Stein joestein@..

NOW, THEREFORE, BE IT FURTHER RESOLVED, that Jun Rao
be appointed to the office of Vice President, Apache Kafka, to
serve in accordance with and subject to the direction of the
Board of Directors and the Bylaws of the Foundation until
death, resignation, retirement, removal or disqualification,
or until a successor is appointed; and be it further

RESOLVED, that the initial Apache Kafka PMC be and hereby is
tasked with the creation of a set of bylaws intended to
encourage open development and increased participation in the
Apache Kafka Project; and be it further

RESOLVED, that the Apache Kafka Project be and hereby
is tasked with the migration and rationalization of the Apache
Incubator Kafka podling; and be it further

RESOLVED, that all responsibilities pertaining to the Apache
Incubator Kafka podling encumbered upon the Apache Incubator
Project are hereafter discharged.

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