Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: created common makefile for documentation | Michal Minar | 2014-04-24 | 1 | -177/+2 |
| | | | | | Makefiles for documentation contained redundant code. Created one generic Makefile which is included by all the others. | ||||
* | doc: use openlmitheme | Michal Minar | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | require openlmi-tools instead of openlmi-scripts | Michal Minar | 2014-04-24 | 1 | -1/+1 |
| | | | | | Subcommands now should depend only on openlmi-tools that contain both LMIShell and LMI Meta-command. | ||||
* | Merge pull request #75 from pschiffe/master | Michal Minar | 2014-03-18 | 1 | -0/+45 |
|\ | | | | | System: added networking info | ||||
| * | System: added networking info | Peter Schiffer | 2014-03-17 | 1 | -0/+45 |
| | | |||||
* | | unified script versions | Michal Minar | 2014-03-17 | 3 | -22/+4 |
|/ | | | | | | | All scripts have the same version which is set in single file (VERSION). All setup.py and conf.py scripts containing these version numbers were renamed to *.skel. These skeletons are then read by makefiles and proper *.py scripts are generated out of them. | ||||
* | System: catch LMIClassNotFound exceptions | Peter Schiffer | 2014-03-03 | 1 | -24/+43 |
| | |||||
* | System: added dependency on openlmi-scripts-service | Peter Schiffer | 2014-02-28 | 2 | -1/+3 |
| | |||||
* | System: added info about firewall and logging services | Peter Schiffer | 2014-02-27 | 1 | -0/+35 |
| | |||||
* | System: added OS info | Peter Schiffer | 2014-02-25 | 1 | -0/+23 |
| | |||||
* | documentation updates | Michal Minar | 2014-02-24 | 2 | -0/+21 |
| | | | | | Added few Makefiles and setup configs. Just to make distribution to PyPI easy. | ||||
* | system: added version require and bumped release | Michal Minar | 2014-02-24 | 2 | -4/+4 |
| | |||||
* | Hardware, System: fixed nitpicks from review | Peter Schiffer | 2014-02-24 | 1 | -5/+3 |
| | |||||
* | System: safer coding when classes and/or attributes are missing | Peter Schiffer | 2014-02-24 | 1 | -11/+23 |
| | |||||
* | Hardware, System: added author comment | Peter Schiffer | 2014-02-24 | 2 | -0/+6 |
| | |||||
* | System: added hw info | Peter Schiffer | 2014-02-21 | 2 | -1/+54 |
| | |||||
* | System: new system script | Peter Schiffer | 2014-02-21 | 13 | -0/+938 |
System script displays general information about system. This is initial commit, currently it displays only computer name (hostname). |