| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | document changes and releasedebian/0.6.25 | 2008-06-28 | |
| | | |||
| * | adjust manpage format and Standards-Version | 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. | ||
| * | use '--db' in apt-ftparchive run | 2008-06-28 | |
| | | | | | | The usage of --db speed up the Package generation. Debian Bug 225483. Thanke to Joey Hess | ||
| * | experimental release support | 2008-06-28 | |
| | | | | | | Mark experimental releases with "NotAutomatic: yes" in Release file. Debian Bug 336232. Thanks to Stephan Suerken | ||
| * | document changes and releasedebian/0.6.24 | 2008-04-06 | |
| | | |||
| * | correct manpage formatting | 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 | |
| | | |||
| * | write man page entries for 2 new options with mail template | 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. | ||
| * | don't import all stuff from misc | 2008-02-02 | |
| | | |||
| * | don't fail on missing child processes | 2008-01-24 | |
| | | |||
| * | strip down hash generation for release file into do_hash function | 2008-01-21 | |
| | | |||
| * | fix SHA256 hash generation without /usr/bin/sha256sum | 2008-01-21 | |
| | | |||
| * | add SHA256 hashes in release files | 2007-12-30 | |
| | | |||
| * | use templates to generate success email | 2007-12-10 | |
| | | |||
| * | document changes -> release 0.6.22debian/0.6.22 | 2007-10-06 | |
| | | |||
| * | remove Makefile - we use setup.py for module installation | 2007-10-06 | |
| | | |||
| * | use FQDN hostname for outgoing mail | 2007-10-06 | |
| | | |||
| * | add bz2 support for package files | 2007-10-06 | |
| | | |||
| * | 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 | ||
| * | document changes | 2007-09-23 | |
| | | |||
| * | genereate the release files in subdirs | 2007-09-19 | |
| | | | | | so we can sign them and secure-apt works | ||
| * | update versions.pydebian/0.6.21-0.2 | 2007-08-23 | |
| | | |||
| * | update packages files atomically | 2007-08-23 | |
| | | |||
| * | Imported upstream version 0.6.21upstream/0.6.21debian/0.6.21-0.1 | 2007-08-23 | |
