Re: [Ganglia-developers] 3.4.0 tagged (release candidate)

2012-05-17 Thread Daniel Pocock


We've had 13 downloads and I haven't seen any complaints:

   https://sourceforge.net/projects/ganglia/files/pre-release/

Is there any objection to making 3.4.0 official?





On 02/05/12 20:28, Daniel Pocock wrote:
 
 
 
 
 Release 3.4.0
 
 The release has now been tagged in git
 commit = 607f1dc87496699716dfd1ff242272b1c1d0f038
 
 Filename: ganglia-3.4.0.tar.gz
 SHA224 checksum:
 a780b6152ec87889500abc054671f9e82872eebe750846d26f667e4f
 
 It is still on the pre-release page on Sourceforge, if no problems are
 found in the next 14 days then it can become the official
 release.
 
https://sourceforge.net/projects/ganglia/files/pre-release/
 
 Release notes and change log details are on the wiki:
 
https://github.com/ganglia/monitor-core/wiki/Release-Notes
 
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Ganglia-developers mailing list
 Ganglia-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-developers


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers


[Ganglia-developers] ganglia-web 3.4.x into Debian

2012-05-17 Thread Daniel Pocock


I've just started a Debian source package on git.debian.org for ganglia-web

git-import-orig -u 3.4.2 \
   --filter=debian/* \
   ../ganglia-web_3.4.2.orig.tar.gz

It is in Debian's collab-maint tree (which means any Debian developer or
maintainer can collaborate on it) - but it could potentially go on
github too


http://anonscm.debian.org/gitweb/?p=collab-maint/ganglia-web.git;a=summary

To get this into Debian, a couple of things are needed:

- copyright - I've started a debian/copyright file listing the authors
of each piece of work (everything has to listed, for all original code
and every piece of javascript that has been copied, etc)

- non-minimized versions of Javascript code - the ganglia-web release
tarballs needs to include the regular, human readable version of each
.js file, otherwise Debian doesn't consider it open source

$ ls js
combobox.js   jquery.flot.stack.js
create-flot-graphs.js jquery.gangZoom.js
***d3.v2.min.js   jquery.liveSearch.js
***excanvas.min.js***jquery.mobile-1.0.min.js
ganglia.jsjquery.multiselect.js
***jquery-1.7.1.min.js   ***jquery-ui-1.8.14.custom.min.js
***jquery.ba-bbq.min.js  jquery-ui-timepicker-addon.js
jquery.cookie.js protovis-r3.2.js
***jquery.flot.crosshair.min.js  ***rickshaw.min.js
***jquery.flot.min.jstasseo.js

The minimised versions are accepted by Debian, but only if they are
accompanied by the regular versions

Please bear in mind the Debian freeze date for Debian 7 (quite close to
the book deadline too)
https://lists.debian.org/debian-devel-announce/2012/05/msg4.html

Regards,

Daniel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers


Re: [Ganglia-developers] ganglia-web 3.4.x into Debian

2012-05-17 Thread Jesse Becker
On Thu, May 17, 2012 at 4:52 PM, Daniel Pocock dan...@pocock.com.au wrote:
 To get this into Debian, a couple of things are needed:

 - copyright - I've started a debian/copyright file listing the authors
 of each piece of work (everything has to listed, for all original code
 and every piece of javascript that has been copied, etc)

What do you need, specifically, from the code authors?

-- 
Jesse Becker

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers


Re: [Ganglia-developers] ganglia-web 3.4.x into Debian

2012-05-17 Thread Daniel Pocock


On 17/05/12 21:12, Jesse Becker wrote:
 On Thu, May 17, 2012 at 4:52 PM, Daniel Pocock dan...@pocock.com.au wrote:
 To get this into Debian, a couple of things are needed:

 - copyright - I've started a debian/copyright file listing the authors
 of each piece of work (everything has to listed, for all original code
 and every piece of javascript that has been copied, etc)
 
 What do you need, specifically, from the code authors?
 


I just want to make sure I don't miss anybody

It is bare bones at the moment:

http://anonscm.debian.org/gitweb/?p=collab-maint/ganglia-web.git;a=blob_plain;f=debian/copyright;hb=master

Furthermore, I don't believe there is any obligation for people to grant
ownership of their code to the The Regents of the University of
California - that only belongs to code actually written by those within
the university.  There is a tendency for people to cut and paste the BSD
license without changing that.

As the new web component is a complete re-write, it can state the actual
author names and/or their workplaces if necessary.  The COPYING file,
for example, could be updated.

In many open source projects, each contributor modifies the BSD license
text to replace the name of the university with their own name or
company name, or just the word `author', and puts that text in each
source file they contribute, along with their name e.g.


---
Copyright 2012 Bob b...@example.org

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

  * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
  * Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
  * Neither the name of *the author* nor the names of contributors may be
used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY *THE AUTHOR* ''AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL *THE AUTHOR* BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers


Re: [Ganglia-developers] ganglia-web 3.4.x into Debian

2012-05-17 Thread Bernard Li
On Thu, May 17, 2012 at 2:26 PM, Daniel Pocock dan...@pocock.com.au wrote:

 As the new web component is a complete re-write, it can state the actual
   
 author names and/or their workplaces if necessary.  The COPYING file,
 for example, could be updated.

I don't believe this is true -- Vladimir, please comment.

Thanks,

Bernard

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers


[Ganglia-developers] GitHub ganglia-web

2012-05-17 Thread Bernard Li
Hi all:

https://github.com/ganglia/ganglia-web

I see a directory called ganglia-web in the root of the repository
-- is that an error?

Thanks,

Bernard

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers


Re: [Ganglia-developers] Trac Wiki, Bugzilla and GitHub

2012-05-17 Thread Aaron Nichols
On Tue, May 15, 2012 at 1:28 PM, Alex Dean a...@crackpot.org wrote:

 I did a little hunting for Trac Wiki converters, and didn't find much. I
 ended up manually reformatting a few pages as Asciidoc. It was a little
 tedious, but not terrible.

 https://github.com/ganglia/ganglia-web/wiki


I did find this - not sure if someone has db access to Trac to try it out:
https://gist.github.com/619537

It's a fairly straightforward sql query which then writes out each page in
markdown - presumably suitable for dropping into github. If someone can get
a dump of the 'wiki' table from Trac I'm happy to try it as well. The
replacement pattern could probably be run on individual pages as well.

I'm not sure how many pages there are to convert manually - I suspect it's
more than I have time to convert. Would rather see us find a way to just
move em all.

Aaron
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers