Re: [gentoo-dev] Stats test server running, please check it out

2009-08-14 Thread Sebastian Pipping
Sebastian Pipping wrote:
 An ebuild for man2tidyhtml will follow.

Here it is:
http://git.goodpoint.de/?p=overlay-sping.git;a=tree;f=app-text/man2tidyhtml



Sebastian



Re: [gentoo-dev] Stats test server running, please check it out

2009-08-13 Thread Sebastian Pipping
Sebastian Pipping wrote:
 An ebuild for manServer is in the pipeline, currently waiting for the
 next reply from upstream.

manServer ebuild here, new 1.08 release from upstream
http://git.goodpoint.de/?p=overlay-sping.git;a=tree;f=app-text/manserver



Sebastian



Re: [gentoo-dev] Stats test server running, please check it out

2009-08-12 Thread Sebastian Pipping
Yannick Chabanois wrote:
 Not really a problem, I can had gentoo and funtoo trees in
 gpo.zugaina.org. This will be available very soon ( next week ?) with
 the new version of the site.
 All source code of gpo.zugaina.org will be made available in the same time.

That's great news!

Please keep me up to date about this.
And thank you for such a great service.



Sebastian




Re: [gentoo-dev] Stats test server running, please check it out

2009-08-12 Thread Robert Buchholz
On Wednesday 12 August 2009, Sebastian Pipping wrote:
   cvs

Missing documentation, but valid, see make.conf.example

   split-debug

This is probably invalid.

   preserve-libs
   splitdebug
   unmerge-logs

These are documented in Portage 2.2 make.conf(5).


Robert


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-dev] Stats test server running, please check it out

2009-08-12 Thread Sebastian Pipping
Robert Buchholz wrote:
   preserve-libs
   splitdebug
   unmerge-logs
 
 These are documented in Portage 2.2 make.conf(5).

Just updated to make.conf from revision 13844.
http://smolt.hartwork.org:45678/static/man/man5/make.conf.5.html


My man2tidyhtml wrapper around manServer [1] is now hosted here [2].

An ebuild for manServer is in the pipeline, currently waiting for the
next reply from upstream.  An ebuild for man2tidyhtml will follow.



Sebastian


[1] http://www.squarebox.co.uk/users/rolf/download/manServer.shtml
[2] http://git.goodpoint.de/?p=man2tidyhtml.git;a=summary



Re: [gentoo-dev] Stats test server running, please check it out

2009-08-11 Thread Sebastian Pipping
Federico Ferri wrote:
 1st: you could make an ebuild for it ;)

i just made one but it's not that useful yet, as the code is not
runnable from any location yet...


 2nd: how to improve the output: you could make every data an
 hyperlink: that would help understand better the contents

actually there's a task for that open already:
http://soc.gentooexperimental.org/issues/show/51

i completely agree about it.


 FEATURES
   can link feature to make.conf man page:
 http://linuxreviews.org/man/make.conf/ (unfortunately this man page is
 rendered with no anchors over variable/features, so you could do
 better ^__^

the output of neither

  # man2html -r make.conf.5  make.conf.5.html

nor

  # groff -man -Thtml make.conf.5  make.conf.5.html

make me really happy

do you know any alternative coming with more anchors and external CSS
support?


 those percentages are just funny:
 
 33 (275.0 %)58 (483.3 %)  25 (208.3 %)
 
 Total 12 (100.0 %)  [[ yeah, total is 100%, sometimes ]]
 
 kde 3 (25.0 %) others 554 (4616.67 %) Total 1066 (8883.33 %)

most of these numbers show how much of something users have on average.
i agree this is not user friendly.  Task now over here:
http://soc.gentooexperimental.org/issues/show/54



sebastian



Re: [gentoo-dev] Stats test server running, please check it out

2009-08-11 Thread Federico Ferri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sebastian Pipping wrote:
 Federico Ferri wrote:
 FEATURES
   can link feature to make.conf man page:
 http://linuxreviews.org/man/make.conf/ (unfortunately this man page is
 rendered with no anchors over variable/features, so you could do
 better ^__^

 the output of neither

   # man2html -r make.conf.5  make.conf.5.html

 nor

   # groff -man -Thtml make.conf.5  make.conf.5.html

 make me really happy

 do you know any alternative coming with more anchors and external CSS
 support?

# nope for css, but you could do something like this:
# imagine you have the feature list in a file
# (I don't know how to extract it automatically, but perhaps someone does)

$ cat featurelist
assume-digests
buildpkg
buildsyspkg
...
userpriv
usersandbox
usersync
webrsync-gpg

$ bzcat /usr/share/man/man5/make.conf.5.bz2 | man2html -r  make.html

# basically now you have to match DTBfeaturename/B
# and add a anchor tag to it:

$ eval `echo sed; cat featurelist | sed 's,^\(.*\),-e
'\''s:DTB\1/B:DTBA NAME=feature_\1\1/A/B:'\'',';
echo make.html`  make_anchors.html

this will give you anchor to features, e.g.
make_anchor.html#feature_buildpkg


a bit tricky the sed - could be easier, but this version is fast
because it builds a giant sed expression instead of calling sed n times.

- --
Federico Ferri

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkqBqKwACgkQV/B5axfzrPsegwCdFo95i26IF9+jeUSLntVI4nhS
msgAnRw4I4D1MwPUf1yBY8gJh3PHtX9S
=cx8u
-END PGP SIGNATURE-




Re: [gentoo-dev] Stats test server running, please check it out

2009-08-11 Thread Sebastian Pipping
Federico Ferri wrote:
 1st: you could make an ebuild for it ;)

Done.  Look for  app-admin/gentoo-smolt-  in the sping overlay.

Running

  # smoltSendProfile --server=http://smolt.hartwork.org:45678/

should work fine after.



Sebastian



Re: [gentoo-dev] Stats test server running, please check it out

2009-08-10 Thread Sebastian Pipping
Sebastian Pipping wrote:
 0)  Make sure you have these packages installed:
 sys-apps/portage
 dev-util/git
 dev-python/rhpl
 dev-python/urlgrabber
 dev-python/simplejson
 dev-python/dbus-python

From what I hear not everyone has the HAL daemon installed.
HAL is required, too:

sys-apps/hal



Sebastian




Re: [gentoo-dev] Stats test server running, please check it out

2009-08-10 Thread Sebastian Pipping
Sebastian Pipping wrote:
 3)  Run the client  (which asks and shows details before submission)
 # python sendProfile.py \
 --server=http://smolt.hartwork.org:45678/

I forgot to mention you need to create a random machine id one way or
another before you can submit data.  An easy and transparent way to do
that would be running this command:

  # sudo sh -c 'cat /proc/sys/kernel/random/uuid  /etc/smolt/hw-uuid'

The smolt ebuild is doing the very same.


We have data from 8 machines so far, you can be number 9.
http://smolt.hartwork.org:45678/static/stats/gentoo.html




Sebastian




Re: [gentoo-dev] Stats test server running, please check it out

2009-08-10 Thread Dirkjan Ochtman
On Mon, Aug 10, 2009 at 12:08, Sebastian Pippingwebmas...@hartwork.org wrote:
 0)  Make sure you have these packages installed:
        dev-python/rhpl
        dev-python/urlgrabber
        dev-python/dbus-python

What do you need these for?

Cheers,

Dirkjan



Re: [gentoo-dev] Stats test server running, please check it out

2009-08-10 Thread Sebastian Pipping
Dirkjan Ochtman wrote:
 On Mon, Aug 10, 2009 at 12:08, Sebastian Pippingwebmas...@hartwork.org 
 wrote:
 0)  Make sure you have these packages installed:
dev-python/rhpl
dev-python/urlgrabber
dev-python/dbus-python
 
 What do you need these for?

a short and correct answer would be that smolt 1.2 already depends on
them.  i cannot say much more, except that urlgrabber might be
replaceable.  i don't use any of them in the gentoo-specific extensions.



sebastian



Re: [gentoo-dev] Stats test server running, please check it out

2009-08-10 Thread Federico Ferri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sebastian Pipping wrote:
 Hello again!


 I have set up a test server of the current stats code.  If you have
 a minute to check it out that would rock.  I'm very interested in
 overall feedback and bug reports.

1st: you could make an ebuild for it ;)

2nd: how to improve the output: you could make every data an
hyperlink: that would help understand better the contents
example:
Archs:
  hyperlink arch name to wikipedia perhaps

CFLAGS
  can link the flag name to GCC user guide relevant section, or to
http://en.gentoo-wiki.com/wiki/CFLAGS#flagname
same for other flags and MAKEOPTS

FEATURES
  can link feature to make.conf man page:
http://linuxreviews.org/man/make.conf/ (unfortunately this man page is
rendered with no anchors over variable/features, so you could do
better ^__^

USE flags
  can link to
http://gentoo-portage.com/Search?search=use=useflagname (now
appears down)

System profiles:
  can link to profiles in cvs

Package atoms can link to packages.g.o or to gentoo-portage.com



those percentages are just funny:

33 (275.0 %)58 (483.3 %)  25 (208.3 %)

Total 12 (100.0 %)  [[ yeah, total is 100%, sometimes ]]

kde 3 (25.0 %) others 554 (4616.67 %) Total 1066 (8883.33 %)

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkqAzOkACgkQV/B5axfzrPu9YwCfekbUmNJ0LfJ1PxqgAcCuFiD8
STYAn1xjdrMNmWusEV+EZlHPrL5Hr8gH
=ZcgR
-END PGP SIGNATURE-