Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed struct dmi_minor. It was not used anywhere. | David Sommerseth | 2010-01-08 | 1 | -8/+0 | |
| | ||||||
* | Make sure const char *filename is not a wild pointer | David Sommerseth | 2010-01-07 | 1 | -1/+1 | |
| | ||||||
* | Removed not needed information | David Sommerseth | 2010-01-07 | 1 | -1/+0 | |
| | ||||||
* | Forgot to update versioning informationv3.10.9 | Nima Talebi | 2010-01-07 | 2 | -2/+5 | |
| | | | | | (Despite dazo automating the process with a script, it was obviously still too difficult). | |||||
* | Added bug id | Nima Talebi | 2010-01-06 | 1 | -1/+1 | |
| | ||||||
* | New upstream release | Nima Talebi | 2010-01-06 | 1 | -0/+1 | |
| | ||||||
* | Applied patch from Scott Kitterman | Nima Talebi | 2010-01-06 | 3 | -3/+14 | |
| | ||||||
* | Closes Bug#561904 | Nima Talebi | 2010-01-06 | 2 | -1/+8 | |
| | ||||||
* | Changes necessary to keep Debian packages sane | Nima Talebi | 2010-01-06 | 2 | -2/+8 | |
| | | | | | | | | Both setup.py and setup-dbg.py install the same file, namely: /usr/share/pyshared/dmidecode.py This generated Bug#561904. This commit closes this bug. | |||||
* | Updated for 3.10.8v3.10.8 | Nima Talebi | 2010-01-06 | 1 | -0/+9 | |
| | ||||||
* | Improved set_dev() function | David Sommerseth | 2009-12-17 | 1 | -5/+17 | |
| | | | | | | | | | This function would often fail during the unit test. Most probably because the complete error checking was a bit odd. Rewritten the error checks to be a bit more sane. Also improved error situations, where it will now throw an exception with an error message instead of just returning False. | |||||
* | Endian-aware code | Nima Talebi | 2009-12-15 | 1 | -1/+2 | |
| | ||||||
* | Improved some log lines | David Sommerseth | 2009-12-15 | 1 | -5/+5 | |
| | ||||||
* | Removed yet another dmidecode.dump() test when running as non-root | David Sommerseth | 2009-12-15 | 1 | -3/+4 | |
| | ||||||
* | Updated utils/set_version to be more intelligent with the .spec file | David Sommerseth | 2009-12-14 | 1 | -6/+33 | |
| | | | | | - Reset the Release variable in the .spec file to 1 - Add a changelog entry with the new version | |||||
* | Fixed errornous log line | David Sommerseth | 2009-12-14 | 1 | -1/+1 | |
| | ||||||
* | Do not try to dump DMI data if test hardware do not support it | David Sommerseth | 2009-12-14 | 1 | -7/+14 | |
| | ||||||
* | Take endinanness into consideration when compiling | David Sommerseth | 2009-12-14 | 3 | -2/+14 | |
| | ||||||
* | Added WARN as an alternative to soft failures | Nima Talebi | 2009-12-14 | 1 | -4/+17 | |
| | ||||||
* | Run unit tests with more verbose info | David Sommerseth | 2009-12-14 | 1 | -1/+1 | |
| | ||||||
* | Fixed missing quotes, which lead all tests to fail | David Sommerseth | 2009-12-14 | 1 | -1/+1 | |
| | ||||||
* | Now takes flags for color and verbosity | Nima Talebi | 2009-12-14 | 1 | -230/+303 | |
| | | | | | Default is no color, and no verbosity, exiting with a 0 on no failures, and 1 otherwise. | |||||
* | Any Python version should do | Nima Talebi | 2009-12-14 | 1 | -1/+1 | |
| | ||||||
* | Spelling fixes | Nima Talebi | 2009-12-14 | 2 | -2/+2 | |
| | | | | Thanks Lintian! You're a champ! | |||||
* | Adding the other memory dumps too | Nima Talebi | 2009-12-14 | 17 | -0/+0 | |
| | ||||||
* | Merge branch 'master' of git.autonomy.net.au:python-dmidecode | Nima Talebi | 2009-12-14 | 0 | -0/+0 | |
|\ | | | | | | | | | Conflicts: debian/changelog | |||||
| * | Cleanup | Nima Talebi | 2009-12-13 | 2 | -1/+7 | |
| | | ||||||
| * | Catch up to the latest | Nima Talebi | 2009-12-12 | 1 | -3/+2 | |
| | | ||||||
| * | Added note on closing bug | Nima Talebi | 2009-09-28 | 1 | -2/+2 | |
| | | ||||||
| * | Added libxml2 dependencies. | Nima Talebi | 2009-09-28 | 2 | -1/+8 | |
| | | ||||||
* | | New release for Debian prepared | Nima Talebi | 2009-12-14 | 1 | -0/+10 | |
| | | ||||||
* | | Cleanup | Nima Talebi | 2009-12-14 | 2 | -1/+7 | |
| | | ||||||
* | | Catch up to the latest | Nima Talebi | 2009-12-14 | 1 | -3/+2 | |
| | | ||||||
* | | Added note on closing bug | Nima Talebi | 2009-12-14 | 1 | -2/+2 | |
| | | ||||||
* | | Added libxml2 dependencies. | Nima Talebi | 2009-12-14 | 2 | -1/+8 | |
| | | ||||||
* | | Changed version number to 3.10.8 | David Sommerseth | 2009-12-10 | 2 | -3/+3 | |
| | | ||||||
* | | Make the unit test run without installing python-dmidecode | David Sommerseth | 2009-12-10 | 1 | -1/+15 | |
| | | | | | | | | | | Load the newly compiled module from the python build dir and use the local pymap.xml file. | |||||
* | | Package the unit-tests and run the unit test after compilation | David Sommerseth | 2009-12-10 | 2 | -1/+4 | |
| | | ||||||
* | | Removed not needed code and fixed Makefile to run test unit test | David Sommerseth | 2009-12-10 | 7 | -694/+1 | |
| | | ||||||
* | | Added a couple of DMI dumps to be able to run tests as non-root | David Sommerseth | 2009-12-10 | 2 | -0/+0 | |
| | | ||||||
* | | Cleaned up the unit test a little bit | David Sommerseth | 2009-12-10 | 1 | -31/+25 | |
| | | | | | | | | | | Don't try to do tests which only root can do if not running as root user and removed not needed code or comments | |||||
* | | Added rpm-md5 Make target | David Sommerseth | 2009-11-27 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | This is to build src.rpms which can be built on RHEL distribution. In Fedora 11, RPM changed the file hashing from MD5 to SHA1. The rpm-md5 will use rpmbuild-md5 on these distributions, which then uses the old MD5 hashing. | |||||
* | | Fixed more .spec file issues after more reviews | David Sommerseth | 2009-11-26 | 1 | -4/+7 | |
| | | ||||||
* | | Fixed more python-dmidecode.spec issues after another community review | David Sommerseth | 2009-11-25 | 1 | -2/+7 | |
|/ | ||||||
* | Added changelog entry for 3.10.7 | Nima Talebi | 2009-09-23 | 1 | -0/+3 | |
| | ||||||
* | New release (3.10.7) | Nima Talebi | 2009-09-23 | 3 | -5/+5 | |
| | ||||||
* | Merge branch 'master' of git.autonomy.net.au:python-dmidecode | Nima Talebi | 2009-09-23 | 0 | -0/+0 | |
|\ | | | | | | | | | Conflicts: debian/changelog | |||||
| * | Catching up to Debian | Nima Talebi | 2009-09-09 | 2 | -1/+7 | |
| | | ||||||
* | | New debian changelog entry. | Nima Talebi | 2009-09-23 | 1 | -0/+6 | |
| | | ||||||
* | | Catching up to Debian | Nima Talebi | 2009-09-23 | 2 | -1/+7 | |
| | |