| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Update changelog for release.debian/0.7.2 | 2023-01-30 | |
| | | |||
| * | Release to unstable.debian/0.7.1 | 2022-02-05 | |
| | | |||
| * | Update changelog.debian/0.7.0 | 2019-07-30 | |
| | | |||
| * | Clean up extraneous whitespace in files. | 2019-07-30 | |
| | | |||
| * | Switch to using the subprocess module. | 2018-04-04 | |
| | | |||
| * | Drop unused files and code. | 2018-04-03 | |
| | | |||
| * | Various improvements in coding style. | 2018-04-03 | |
| | | |||
| * | Port to Python 3 | 2018-03-14 | |
| | | |||
| * | document changes and release 0.6.30debian/0.6.30 | 2014-08-25 | |
| | | |||
| * | document changes and release 0.6.29debian/0.6.29 | 2011-10-06 | |
| | | |||
| * | add Date and Message-ID header fields in email from mini-dinstall | 2011-02-27 | |
| | | | | | bugreport and initial patch from Sven Hartge <sven@svenhartge.de> | ||
| * | document changes and release 0.6.28.1debian/0.6.28.1 | 2010-10-20 | |
| | | |||
| * | popen2 is deprecated in python 2.6 | 2010-10-10 | |
| | | | | | So now we only use the internal hash algorithm provided by hashlib. | ||
| * | hashlib can handle sha256, so we didn't need python-crypto anymore | 2010-08-22 | |
| | | |||
| * | replace deprecated md5 and sha module with hashlib | 2010-08-22 | |
| | | |||
| * | document changes and release 0.6.28debian/0.6.28 | 2010-05-30 | |
| | | |||
| * | added twitting support (e.g. for twitter/identi.ca) | 2010-05-30 | |
| | | |||
| * | add 'X-Mini-Dinstall' header field to upload email | 2009-07-30 | |
| | | | | | Closes: #539124 | ||
| * | send upload information mails with utf-8 charset | 2009-03-15 | |
| | | | | | | | | | | | With the release of Lenny, all changelog file must be UTF-8[1], so we can encode upload emails also as utf-8. This avoid broken Uploaders/Maintainers information. [1] http://release.debian.org/lenny/goals.txt Closes: #505144 | ||
| * | document changes and releasedebian/0.6.26 | 2008-11-17 | |
| | | |||
| * | plural vs singular | 2008-11-17 | |
| | | |||
| * | debug logging for python-internal hash generation | 2008-11-17 | |
| | | |||
| * | [PATCH] print path to changes file on missing md5sums | 2008-09-20 | |
| | | | | | | | Closes: #496229 Signed-off-by: Christoph Goehre <christoph.goehre@gmx.de> | ||
| * | expand tabs and remove tailing whitespaces | 2008-09-20 | |
| | | |||
| * | document changes and releasedebian/0.6.25 | 2008-06-28 | |
| | | |||
| * | check new Checksums-* fields in .dsc and .changes | 2008-06-28 | |
| | | | | | | | With dpkg 1.14.18 from April 2008 the .dsc and .changes-files has additional fields for SHA1 and SHA256. mini-dinstall will check this fields if exists. | ||
| * | document changes and releasedebian/0.6.24 | 2008-04-06 | |
| | | |||
| * | fix crash in hash generation for Release file | 2008-04-06 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If mini-dinstall realise there is no child processes from the external program, it should inform the logger and go on. But I forget to add the self statement before the logger and so it crashed down. Apr 04 15:12:49 mini-dinstall [-1358341200] ERROR: Unhandled exception; shutting down Traceback (most recent call last): File "/usr/bin/mini-dinstall", line 1165, in run self._gen_release_all(True) File "/usr/bin/mini-dinstall", line 1158, in _gen_release_all self._gen_release(self._arches, force) File "/usr/bin/mini-dinstall", line 1249, in _gen_release self._gen_release_impl(self._arches, force) File "/usr/bin/mini-dinstall", line 1344, in _gen_release_impl self._do_hash(hash, indexfiles, f) File "/usr/bin/mini-dinstall", line 1150, in _do_hash h = self._get_file_sum(hash, absfile) File "/usr/bin/mini-dinstall", line 1133, in _get_file_sum ret = misc.get_file_sum(self, type, filename) File "/usr/lib/python2.3/site-packages/minidinstall/misc.py", line 51, in get_file_sum ret = _get_external_file_sum(self, type, filename) File "/usr/lib/python2.3/site-packages/minidinstall/misc.py", line 93, in _get_external_file_sum logger.warn("Ignoring missing child proccess") NameError: global name 'logger' is not defined | ||
| * | clam lintian, fix national encoding and document changesdebian/0.6.23 | 2008-02-03 | |
| | | |||
| * | merge hash generation for Release files | 2008-02-02 | |
| | | | | | | | _get_file_sum() in mini-dinstall and _get_file_md5sum() in ChangeFile.py are really the same code. So I strip it together into get_file_sum() in misc.py. | ||
| * | use templates to generate success email | 2007-12-10 | |
| | | |||
| * | Minor changes for package building | 2007-09-30 | |
| * I'm the new Maintainer (Closes: #414621) * build package with cdbs * add XS-Vcs tags to git archive * move python-dev and python-support to B-Depends (instead of B-D-I) to clam lintian | |||
