| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Update changelog for release.debian/0.7.2 | 2023-01-30 | |
| | | |||
| * | Update Standards-Version to 4.6.2. | 2023-01-30 | |
| | | |||
| * | Allow the buildsystem to set python3 depends. | 2023-01-30 | |
| | | |||
| * | Migrate away from distutils. | 2023-01-30 | |
| | | |||
| * | Actually ignore stderr on apt-ftparchive (ref: 7ea6bb3) | 2022-08-02 | |
| | | | | | Closes: #990414 | ||
| * | mini-dinstall: Ensure that the top-level directory is an absolute path | 2022-02-19 | |
| | | | | | | | | | Using relative paths for `archivedir` is possible, but could lead to hard-to-debug failures depenring on `$PWD`. Address this by turning the path to the top-level directory of the archive into an absolute path. | ||
| * | mini-dinstall: Log mkdir errors instead of just printing them | 2022-02-19 | |
| | | | | | | | | | The use of `print` to report errors occurred during the creation of directories does not leave any trace in the logs, making post-facto analysis of failures much harder. Let's instead use the same logging mechanism used for other errors. | ||
| * | mini-dinstall: Avoid outdated `logger.warn` | 2022-02-17 | |
| | | | | | | | | | Python 3 deprecated the `logger.warn` method: ``` DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead ``` | ||
| * | Release to unstable.debian/0.7.1 | 2022-02-05 | |
| | | |||
| * | Update Standards-Version to 4.6.0. | 2022-02-05 | |
| | | |||
| * | d/control: Bump DH compat to 13. | 2022-02-05 | |
| | | |||
| * | d/control: R³: no. | 2022-02-05 | |
| | | |||
| * | d/control: Update my email address. | 2022-02-05 | |
| | | |||
| * | In do_rename, use copy+delete rather than rename to solve some ownership ↵ | 2022-02-05 | |
| | | | | | problems. | ||
| * | Fix typo and update address while we're at it | 2021-11-24 | |
| | | |||
| * | Fix regression in parsing 'incoming_permissions' setting. | 2021-07-22 | |
| | | | | | Closes: #991312 | ||
| * | Don't capture stderr on apt-ftparchive, not used anyway. | 2021-07-22 | |
| | | | | | Closes: #990414 | ||
| * | Update changelog.debian/0.7.0 | 2019-07-30 | |
| | | |||
| * | Clean up extraneous whitespace in files. | 2019-07-30 | |
| | | |||
| * | Bump Standards-Version to 4.4.0. | 2019-07-30 | |
| | | |||
| * | Add myself to uploaders. | 2019-07-30 | |
| | | |||
| * | Update Vcs-* fields to Salsa. | 2019-07-30 | |
| | | |||
| * | Utilize debhelper-compat and bump to 12. | 2019-07-30 | |
| | | |||
| * | Update packaging to reflect python3 port. | 2019-07-30 | |
| | | |||
| * | Add --foreground to the manpage and add a NEWS entry for the ↵ | 2019-07-30 | |
| | | | | | chown_changes_files deprecation. | ||
| * | Add support for override files. | 2019-07-17 | |
| | | | | | Closes: #780972 | ||
| * | Add error handling on empty PID file. | 2019-07-17 | |
| | | | | | Closes: #894890 | ||
| * | Create Release file for source subdirectory. | 2019-07-17 | |
| | | | | | Closes: #798121 | ||
| * | Deprecate chown_changes_files in favor of restrict_changes_files. | 2019-07-13 | |
| | | | | | Closes: #821960 | ||
| * | Archive directory on command line should take precedence over config. | 2019-07-13 | |
| | | | | | Closes: #496231 | ||
| * | Add --foreground option | 2019-07-13 | |
| | | | | | Closes: #451947 | ||
| * | Fix omission in variable name change. | 2019-07-13 | |
| | | | | | Gbp-Dch: Ignore | ||
| * | Update documentation on recent changes. | 2018-04-04 | |
| | | |||
| * | 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 | |
| | | |||
| * | Support installing upstream detached signatures. | 2018-03-14 | |
| | | |||
| * | sign-release.sh: Add support for gpg2. | 2018-03-12 | |
| | | |||
| * | Document changes and release 0.6.31debian/0.6.31 | 2017-09-05 | |
| | | |||
| * | Add gbp.conf | 2017-09-05 | |
| | | |||
| * | Account for '.ddeb' dbgsym extension in debpackage regex. | 2017-07-25 | |
| | | |||
| * | Enable the 'Signed-By' feature by setting GPG IDs in 'keyids' | 2017-03-02 | |
| | | |||
| * | Add a new option 'expire_release_files' to enable 'Valid-Until' with a life ↵ | 2017-03-02 | |
| | | | | | of 4 weeks. | ||
| * | Reduce code duplication in ArchiveDir. | 2016-11-25 | |
| | | |||
| * | Properly handle .buildinfo files. | 2016-11-24 | |
| | | |||
| * | Add configurable support for by-hash, on by default. | 2016-09-23 | |
| | | |||
| * | Fix manpage formatting, describe backport_release and experimental_release. | 2016-04-20 | |
| | | |||
| * | Add option backport_release to the configuration file. | 2016-04-10 | |
| | | | | | | | | | If this option is set mini-dinstall writes "NotAutomatic: yes" and "ButAutomaticUpgrades: yes" to the Release file. Closes: #820582 | ||
| * | Correct the documentation for option experimental_release. | 2016-04-10 | |
| | | | | | | | The default value is 0 (not None). Closes: #820580 | ||
| * | Only use sha256 hashes, dropping sha1 and md5. | 2016-04-15 | |
| | | |||
| * | Generate Contents files when using flat archive type. | 2016-04-15 | |
| | | |||
| * | Remove gzip compressed package files. | 2016-04-15 | |
| | | |||
| * | Remove bzip2 compressed package files. | 2016-01-25 | |
| | | |||
| * | Allow re-installing same version packages. | 2016-01-25 | |
| | | | | | Closes: #680782 | ||
| * | Add xz support for package files. | 2016-01-25 | |
| | | |||
| * | document changes and release 0.6.30debian/0.6.30 | 2014-08-25 | |
| | | |||
| * | increase debhelper compat level to 9 | 2014-08-25 | |
| | | |||
| * | switch from cdbs to dh | 2014-08-25 | |
| | | |||
| * | transition from python-support to dh_python2 | 2014-08-25 | |
| | | |||
| * | bump up Standards-Version to 3.9.5 | 2014-08-25 | |
| | | |||
| * | lintian: fix vcs-field-not-canonical | 2014-08-25 | |
| | | |||
| * | document changes and release 0.6.29debian/0.6.29 | 2011-10-06 | |
| | | |||
| * | DM-Upload-Allowed is superfluous since I'm DD | 2011-10-06 | |
| | | |||
| * | bump up Standards-Version to 3.9.2 | 2011-10-06 | |
| | | |||
| * | add support for new InRelease file | 2011-03-27 | |
| | | | | | | This patch adds support for the new inline-signed Release file called "InRelease" to the example sign-release.sh script. | ||
| * | 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> | ||
| * | logging.StreamHandler use sys.stderr as default output | 2011-02-19 | |
| | | | | | | | | | | | | And python 2.7 change option name from strm to stream. Traceback (most recent call last): File "./mini-dinstall", line 196, in <module> stderr_handler = logging.StreamHandler(strm=sys.stderr) TypeError: __init__() got an unexpected keyword argument 'strm' Closes: #613992 | ||
| * | document changes and release 0.6.28.1debian/0.6.28.1 | 2010-10-20 | |
| | | |||
| * | bump up Standards-Version to 3.9.1 | 2010-10-10 | |
| | | |||
| * | popen2 is deprecated in python 2.6 | 2010-10-10 | |
| | | | | | So now we only use the internal hash algorithm provided by hashlib. | ||
| * | hashlib needs python >= 2.5 | 2010-10-10 | |
| | | |||
| * | 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 | |
| | | |||
| * | Switch to dpkg-source 3.0 (native) format | 2010-05-30 | |
| | | |||
| * | disable tweeting on default and document tweet options in manpage | 2010-05-30 | |
| | | |||
| * | added twitting support (e.g. for twitter/identi.ca) | 2010-05-30 | |
| | | |||
| * | support Source format 3.0 | 2010-05-30 | |
| | | | | | | | | Allow to upload tar files compressed with gzip, bzip2, lzma and xz. Upstream tarballs could split into several files. Closes: #571226 | ||
| * | exit with 1 instead of backtrace by creating mini-dinstall's folder | 2010-05-30 | |
| | | |||
| * | allow to disable 'db' option in apt-ftparchive | 2010-05-30 | |
| | | | | | Closes: #513847 | ||
| * | Upgrade to the new python-apt API. | 2010-05-09 | |
| | | | | | Closes: #572069 | ||
| * | lintian: change Build-Depends python-dev to python | 2010-05-09 | |
| | | |||
| * | lintian: depend on debhelper >= 7 | 2010-05-09 | |
| | | |||
| * | lintian: spelling error in changelog s/incomming/incoming/ | 2010-05-09 | |
| | | |||
| * | lintian: add blank line on debian NEWS file | 2010-05-09 | |
| | | |||
| * | bump up Standards-Version to 3.8.4 | 2010-05-09 | |
| | | |||
| * | lintian: add ${misc:Depends} to mini-dinstall package | 2010-05-09 | |
| | | |||
| * | update pkg_version on clean target | 2010-05-09 | |
| | | | | | So I can't forget to update before a new release. | ||
| * | document changes and release 0.6.27debian/0.6.27 | 2009-08-16 | |
| | | |||
| * | add 'X-Mini-Dinstall' header field to upload email | 2009-07-30 | |
| | | | | | Closes: #539124 | ||
| * | allow to disable chmod on incoming | 2009-07-30 | |
| | | | | | | | | | If you share a repository with a group, it may be possible you are not allowed to change permission on incoming. Setting incoming_permissions to zero will disable this chmod. Closes: #535558 | ||
| * | add generic do_and_log function | 2009-07-24 | |
| | | | | | to reduce code duplication in other do_ functions | ||
| * | fix patch from Luca | 2009-07-23 | |
| | | | | | | If 'alias' isn't set, we use the default value 'None'. So we need to check, if 'alias' isn't 'None' before iterate over it. | ||
| * | support distribution aliases | 2009-07-23 | |
| | | | | | | | Closes: #291340 Signed-off-by: Christoph Goehre <christoph.goehre@gmx.de> | ||
| * | allow verify_sigs per repository | 2009-03-16 | |
| | | | | | | | | So you can enable verify_sigs by default and exclude some experimental/testing repositories from signed upload. Closes: #516263 | ||
| * | 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 | ||
| * | demote depends on gpgv to recommends | 2008-12-14 | |
| | | |||
| * | regenerate reliable Release files on archive_style simple-subdir | 2008-12-14 | |
| | | | | | | | | | | If archive_style is simple-subdir and dynamic_reindex is true, we get in trouble with 'by-hand' changes in repository. Mini-dinstall looped in '_gen_release_impl()' over all architecture subdirectories but return by the first with no changes. Unfortunately 'all' is the first subdir and here are mostly no changes. All other Release files (for i386, sparc,...) are broken. | ||
| * | document changes and releasedebian/0.6.26 | 2008-11-17 | |
| | | |||
