summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed struct dmi_minor. It was not used anywhere.David Sommerseth2010-01-081-8/+0
|
* Make sure const char *filename is not a wild pointerDavid Sommerseth2010-01-071-1/+1
|
* Removed not needed informationDavid Sommerseth2010-01-071-1/+0
|
* Forgot to update versioning informationv3.10.9Nima Talebi2010-01-072-2/+5
| | | | | (Despite dazo automating the process with a script, it was obviously still too difficult).
* Added bug idNima Talebi2010-01-061-1/+1
|
* New upstream releaseNima Talebi2010-01-061-0/+1
|
* Applied patch from Scott KittermanNima Talebi2010-01-063-3/+14
|
* Closes Bug#561904Nima Talebi2010-01-062-1/+8
|
* Changes necessary to keep Debian packages saneNima Talebi2010-01-062-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.8Nima Talebi2010-01-061-0/+9
|
* Improved set_dev() functionDavid Sommerseth2009-12-171-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 codeNima Talebi2009-12-151-1/+2
|
* Improved some log linesDavid Sommerseth2009-12-151-5/+5
|
* Removed yet another dmidecode.dump() test when running as non-rootDavid Sommerseth2009-12-151-3/+4
|
* Updated utils/set_version to be more intelligent with the .spec fileDavid Sommerseth2009-12-141-6/+33
| | | | | - Reset the Release variable in the .spec file to 1 - Add a changelog entry with the new version
* Fixed errornous log lineDavid Sommerseth2009-12-141-1/+1
|
* Do not try to dump DMI data if test hardware do not support itDavid Sommerseth2009-12-141-7/+14
|
* Take endinanness into consideration when compilingDavid Sommerseth2009-12-143-2/+14
|
* Added WARN as an alternative to soft failuresNima Talebi2009-12-141-4/+17
|
* Run unit tests with more verbose infoDavid Sommerseth2009-12-141-1/+1
|
* Fixed missing quotes, which lead all tests to failDavid Sommerseth2009-12-141-1/+1
|
* Now takes flags for color and verbosityNima Talebi2009-12-141-230/+303
| | | | | Default is no color, and no verbosity, exiting with a 0 on no failures, and 1 otherwise.
* Any Python version should doNima Talebi2009-12-141-1/+1
|
* Spelling fixesNima Talebi2009-12-142-2/+2
| | | | Thanks Lintian! You're a champ!
* Adding the other memory dumps tooNima Talebi2009-12-1417-0/+0
|
* Merge branch 'master' of git.autonomy.net.au:python-dmidecodeNima Talebi2009-12-140-0/+0
|\ | | | | | | | | Conflicts: debian/changelog
| * CleanupNima Talebi2009-12-132-1/+7
| |
| * Catch up to the latestNima Talebi2009-12-121-3/+2
| |
| * Added note on closing bugNima Talebi2009-09-281-2/+2
| |
| * Added libxml2 dependencies.Nima Talebi2009-09-282-1/+8
| |
* | New release for Debian preparedNima Talebi2009-12-141-0/+10
| |
* | CleanupNima Talebi2009-12-142-1/+7
| |
* | Catch up to the latestNima Talebi2009-12-141-3/+2
| |
* | Added note on closing bugNima Talebi2009-12-141-2/+2
| |
* | Added libxml2 dependencies.Nima Talebi2009-12-142-1/+8
| |
* | Changed version number to 3.10.8David Sommerseth2009-12-102-3/+3
| |
* | Make the unit test run without installing python-dmidecodeDavid Sommerseth2009-12-101-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 compilationDavid Sommerseth2009-12-102-1/+4
| |
* | Removed not needed code and fixed Makefile to run test unit testDavid Sommerseth2009-12-107-694/+1
| |
* | Added a couple of DMI dumps to be able to run tests as non-rootDavid Sommerseth2009-12-102-0/+0
| |
* | Cleaned up the unit test a little bitDavid Sommerseth2009-12-101-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 targetDavid Sommerseth2009-11-271-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 reviewsDavid Sommerseth2009-11-261-4/+7
| |
* | Fixed more python-dmidecode.spec issues after another community reviewDavid Sommerseth2009-11-251-2/+7
|/
* Added changelog entry for 3.10.7Nima Talebi2009-09-231-0/+3
|
* New release (3.10.7)Nima Talebi2009-09-233-5/+5
|
* Merge branch 'master' of git.autonomy.net.au:python-dmidecodeNima Talebi2009-09-230-0/+0
|\ | | | | | | | | Conflicts: debian/changelog
| * Catching up to DebianNima Talebi2009-09-092-1/+7
| |
* | New debian changelog entry.Nima Talebi2009-09-231-0/+6
| |
* | Catching up to DebianNima Talebi2009-09-232-1/+7
| |