aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* * remove obsolete entrySteffen Joeris2006-08-28-2/+0
|
* Add debconf question for host class.Petter Reinholdtsen2006-08-28-6/+31
|
* Typo.Petter Reinholdtsen2006-08-28-1/+1
|
* * Add debconf question for sitegroup too.Petter Reinholdtsen2006-08-28-4/+30
|
* releasing version 0.0.4Petter Reinholdtsen2006-08-28-2/+2
|
* [ Petter Reinholdtsen ]Petter Reinholdtsen2006-08-28-2/+7
| | | | | | * Reduce compat level to 4 as #337664 is not affecting this package after I modified it to not start the init.d script when the package is installed. This make the source buildable in sarge.
* * work on the lintian errors of the packageSteffen Joeris2006-08-28-25/+29
|
* * Reduce code duplication in SiteSummary.pm. Add new functionPetter Reinholdtsen2006-08-27-9/+40
| | | | | | get_sitegroup(). * Extend site-summary script to also entries per sitegroup within a site.
* releasing version 0.0.3Petter Reinholdtsen2006-08-27-2/+2
|
* * Change the sitesummary-client postinst to not submit informationPetter Reinholdtsen2006-08-27-0/+5
| | | | when the package is installed.
* * Make it easier to configure the time delay from the boot until aPetter Reinholdtsen2006-08-27-1/+4
| | | | report is submitted.
* * Remove temp file when it is processed by the collector.Petter Reinholdtsen2006-08-27-1/+12
| | | | | * Include the directories in /var/lib/sitesummary/ used by the collector in the sitesummary package.
* releasing version 0.0.2Petter Reinholdtsen2006-08-27-3/+2
|
* Get debconf question for collector URL working.Petter Reinholdtsen2006-08-27-16/+59
|
* Typo.Petter Reinholdtsen2006-08-27-1/+1
|
* Rename templates and make them translatable.Petter Reinholdtsen2006-08-27-8/+59
|
* * Add debconf question for site, and start on code to ask forPetter Reinholdtsen2006-08-27-2/+55
| | | | collector URL.
* * Make temp file name more unique by adding process id to it, whilePetter Reinholdtsen2006-08-27-1/+3
| | | | I wait for a working getpeername call.
* Prepare for the next release.Petter Reinholdtsen2006-08-26-0/+6
|
* releasing version 0.0.1Petter Reinholdtsen2006-08-26-2/+2
|
* Include site-summary in the server package.Petter Reinholdtsen2006-08-26-2/+6
|
* Lintian fixes.Petter Reinholdtsen2006-08-26-3/+3
|
* The system is now operational.Petter Reinholdtsen2006-08-26-7/+230
|
* Make sure the new content replaces the old.Petter Reinholdtsen2006-08-25-2/+4
|
* Clean up after the client is executed.Petter Reinholdtsen2006-08-25-0/+3
|
* Remove debug output.Petter Reinholdtsen2006-08-25-1/+1
|
* Typos.Petter Reinholdtsen2006-08-25-3/+3
|
* Trivial storage system using ethernet mac address.Petter Reinholdtsen2006-08-25-2/+15
|
* Unpack the tarball.Petter Reinholdtsen2006-08-25-1/+12
|
* The server work a lot better with a web server.Petter Reinholdtsen2006-08-25-1/+1
|
* Track file system name, to recognize gpg encrypted files.Petter Reinholdtsen2006-08-25-2/+13
|
* Get the collector working.Petter Reinholdtsen2006-08-25-6/+36
|
* More work on the server. Make gpg encryption optional for now, as it does ↵Petter Reinholdtsen2006-08-25-22/+137
| | | | not work.
* * change packaging to use makefile.mk for this makefileSteffen Joeris2006-08-25-6/+10
| | | | | * prepare the package to use debian/tmp and to build from svn
* Move default config into separate file.Petter Reinholdtsen2006-08-24-4/+6
|
* Draft for GPG handling.Petter Reinholdtsen2006-08-24-5/+28
|
* Typo.Petter Reinholdtsen2006-08-24-1/+1
|
* Depend on gnupg for encryption.Petter Reinholdtsen2006-08-24-2/+2
|
* Reduce noise level and lot to syslog when something fail.Petter Reinholdtsen2006-08-24-1/+11
|
* Typo.Petter Reinholdtsen2006-08-24-1/+1
|
* Rewrite how the site info is handled.Petter Reinholdtsen2006-08-24-3/+11
|
* Make sure the client work on systems without dmidecode and pciutils. Report ↵Petter Reinholdtsen2006-08-24-5/+12
| | | | the hostname as well.
* Minor cleanup.Petter Reinholdtsen2006-08-24-7/+2
|
* Allow the client to report to several collectors.Petter Reinholdtsen2006-08-24-3/+4
|
* Add copyright info. The package is GPL.Petter Reinholdtsen2006-08-24-0/+9
|
* Make sure there is a distclean target.Petter Reinholdtsen2006-08-24-0/+1
|
* Run client with low priority.Petter Reinholdtsen2006-08-24-2/+2
|
* First draft for collector. Not working yet.Petter Reinholdtsen2006-08-24-3/+73
|
* Run client daily and 5 minutes after boot.Petter Reinholdtsen2006-08-24-0/+34
|
* Move client program to sbin/. It need to run as root to get dmidecode etc ↵Petter Reinholdtsen2006-08-24-4/+4
| | | | working.