aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Fix deprecation warnings on Thread.getName()HEADmasterLibravatar Krytarik Raido2023-11-03
| | | | Closes: #1055247
* Improve handling of mail features.Libravatar Krytarik Raido2023-06-28
| | | | Closes: #1027267, #1027268
* Update changelog for release.debian/0.7.2Libravatar Unit 1932023-01-30
|
* Update Standards-Version to 4.6.2.Libravatar Unit 1932023-01-30
|
* Allow the buildsystem to set python3 depends.Libravatar Unit 1932023-01-30
|
* Migrate away from distutils.Libravatar Unit 1932023-01-30
|
* Actually ignore stderr on apt-ftparchive (ref: 7ea6bb3)Libravatar Krytarik Raido2022-08-02
| | | | Closes: #990414
* mini-dinstall: Ensure that the top-level directory is an absolute pathLibravatar Gioele Barabucci2022-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 themLibravatar Gioele Barabucci2022-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`Libravatar Gioele Barabucci2022-02-17
| | | | | | | | Python 3 deprecated the `logger.warn` method: ``` DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead ```
* Release to unstable.debian/0.7.1Libravatar Unit 1932022-02-05
|
* Update Standards-Version to 4.6.0.Libravatar Unit 1932022-02-05
|
* d/control: Bump DH compat to 13.Libravatar Unit 1932022-02-05
|
* d/control: R³: no.Libravatar Unit 1932022-02-05
|
* d/control: Update my email address.Libravatar Unit 1932022-02-05
|
* In do_rename, use copy+delete rather than rename to solve some ownership ↵Libravatar Unit 1932022-02-05
| | | | problems.
* Fix typo and update address while we're at itLibravatar Thijs Kinkhorst2021-11-24
|
* Fix regression in parsing 'incoming_permissions' setting.Libravatar Krytarik Raido2021-07-22
| | | | Closes: #991312
* Don't capture stderr on apt-ftparchive, not used anyway.Libravatar Krytarik Raido2021-07-22
| | | | Closes: #990414
* Update changelog.debian/0.7.0Libravatar Unit 1932019-07-30
|
* Clean up extraneous whitespace in files.Libravatar Unit 1932019-07-30
|
* Bump Standards-Version to 4.4.0.Libravatar Unit 1932019-07-30
|
* Add myself to uploaders.Libravatar Unit 1932019-07-30
|
* Update Vcs-* fields to Salsa.Libravatar Unit 1932019-07-30
|
* Utilize debhelper-compat and bump to 12.Libravatar Unit 1932019-07-30
|
* Update packaging to reflect python3 port.Libravatar Unit 1932019-07-30
|
* Add --foreground to the manpage and add a NEWS entry for the ↵Libravatar Unit 1932019-07-30
| | | | chown_changes_files deprecation.
* Add support for override files.Libravatar Krytarik Raido2019-07-17
| | | | Closes: #780972
* Add error handling on empty PID file.Libravatar Krytarik Raido2019-07-17
| | | | Closes: #894890
* Create Release file for source subdirectory.Libravatar Heinrich Schuchardt2019-07-17
| | | | Closes: #798121
* Deprecate chown_changes_files in favor of restrict_changes_files.Libravatar Unit 1932019-07-13
| | | | Closes: #821960
* Archive directory on command line should take precedence over config.Libravatar Unit 1932019-07-13
| | | | Closes: #496231
* Add --foreground optionLibravatar Pavel Shramov2019-07-13
| | | | Closes: #451947
* Fix omission in variable name change.Libravatar Unit 1932019-07-13
| | | | Gbp-Dch: Ignore
* Update documentation on recent changes.Libravatar Krytarik Raido2018-04-04
|
* Switch to using the subprocess module.Libravatar Krytarik Raido2018-04-04
|
* Drop unused files and code.Libravatar Krytarik Raido2018-04-03
|
* Various improvements in coding style.Libravatar Krytarik Raido2018-04-03
|
* Port to Python 3Libravatar Unit 1932018-03-14
|
* Support installing upstream detached signatures.Libravatar Unit 1932018-03-14
|
* sign-release.sh: Add support for gpg2.Libravatar Unit 1932018-03-12
|
* Document changes and release 0.6.31debian/0.6.31Libravatar Guido Günther2017-09-05
|
* Add gbp.confLibravatar Guido Günther2017-09-05
|
* Account for '.ddeb' dbgsym extension in debpackage regex.Libravatar Unit 1932017-07-25
|
* Enable the 'Signed-By' feature by setting GPG IDs in 'keyids'Libravatar Unit 1932017-03-02
|
* Add a new option 'expire_release_files' to enable 'Valid-Until' with a life ↵Libravatar Unit 1932017-03-02
| | | | of 4 weeks.
* Reduce code duplication in ArchiveDir.Libravatar Krytarik Raido2016-11-25
|
* Properly handle .buildinfo files.Libravatar Unit 1932016-11-24
|
* Add configurable support for by-hash, on by default.Libravatar Unit 1932016-09-23
|
* Fix manpage formatting, describe backport_release and experimental_release.Libravatar Unit 1932016-04-20
|
* Add option backport_release to the configuration file.Libravatar Heinrich Schuchardt2016-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.Libravatar Heinrich Schuchardt2016-04-10
| | | | | | The default value is 0 (not None). Closes: #820580
* Only use sha256 hashes, dropping sha1 and md5.Libravatar Unit 1932016-04-15
|
* Generate Contents files when using flat archive type.Libravatar Unit 1932016-04-15
|
* Remove gzip compressed package files.Libravatar Unit 1932016-04-15
|
* Remove bzip2 compressed package files.Libravatar Unit 1932016-01-25
|
* Allow re-installing same version packages.Libravatar Unit 1932016-01-25
| | | | Closes: #680782
* Add xz support for package files.Libravatar Unit 1932016-01-25
|
* document changes and release 0.6.30debian/0.6.30Libravatar Christoph Goehre2014-08-25
|
* increase debhelper compat level to 9Libravatar Christoph Goehre2014-08-25
|
* switch from cdbs to dhLibravatar Christoph Goehre2014-08-25
|
* transition from python-support to dh_python2Libravatar Christoph Goehre2014-08-25
|
* bump up Standards-Version to 3.9.5Libravatar Christoph Goehre2014-08-25
|
* lintian: fix vcs-field-not-canonicalLibravatar Christoph Goehre2014-08-25
|
* document changes and release 0.6.29debian/0.6.29Libravatar Christoph Goehre2011-10-06
|
* DM-Upload-Allowed is superfluous since I'm DDLibravatar Christoph Goehre2011-10-06
|
* bump up Standards-Version to 3.9.2Libravatar Christoph Goehre2011-10-06
|
* add support for new InRelease fileLibravatar Sven Hartge2011-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-dinstallLibravatar Christoph Goehre2011-02-27
| | | | bugreport and initial patch from Sven Hartge <sven@svenhartge.de>
* logging.StreamHandler use sys.stderr as default outputLibravatar Christoph Goehre2011-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.1Libravatar Christoph Goehre2010-10-20
|
* bump up Standards-Version to 3.9.1Libravatar Christoph Goehre2010-10-10
|
* popen2 is deprecated in python 2.6Libravatar Christoph Goehre2010-10-10
| | | | So now we only use the internal hash algorithm provided by hashlib.
* hashlib needs python >= 2.5Libravatar Christoph Goehre2010-10-10
|
* hashlib can handle sha256, so we didn't need python-crypto anymoreLibravatar Christoph Goehre2010-08-22
|
* replace deprecated md5 and sha module with hashlibLibravatar Christoph Goehre2010-08-22
|
* document changes and release 0.6.28debian/0.6.28Libravatar Christoph Goehre2010-05-30
|
* Switch to dpkg-source 3.0 (native) formatLibravatar Christoph Goehre2010-05-30
|
* disable tweeting on default and document tweet options in manpageLibravatar Christoph Goehre2010-05-30
|
* added twitting support (e.g. for twitter/identi.ca)Libravatar Christopher R. Gabriel2010-05-30
|
* support Source format 3.0Libravatar Christoph Goehre2010-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 folderLibravatar Christoph Goehre2010-05-30
|
* allow to disable 'db' option in apt-ftparchiveLibravatar Christoph Goehre2010-05-30
| | | | Closes: #513847
* Upgrade to the new python-apt API.Libravatar Julian Andres Klode2010-05-09
| | | | Closes: #572069
* lintian: change Build-Depends python-dev to pythonLibravatar Christoph Goehre2010-05-09
|
* lintian: depend on debhelper >= 7Libravatar Christoph Goehre2010-05-09
|
* lintian: spelling error in changelog s/incomming/incoming/Libravatar Christoph Goehre2010-05-09
|
* lintian: add blank line on debian NEWS fileLibravatar Christoph Goehre2010-05-09
|
* bump up Standards-Version to 3.8.4Libravatar Christoph Goehre2010-05-09
|
* lintian: add ${misc:Depends} to mini-dinstall packageLibravatar Christoph Goehre2010-05-09
|
* update pkg_version on clean targetLibravatar Christoph Goehre2010-05-09
| | | | So I can't forget to update before a new release.
* document changes and release 0.6.27debian/0.6.27Libravatar Christoph Goehre2009-08-16
|
* add 'X-Mini-Dinstall' header field to upload emailLibravatar Christoph Goehre2009-07-30
| | | | Closes: #539124
* allow to disable chmod on incomingLibravatar Christoph Goehre2009-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 functionLibravatar Christoph Goehre2009-07-24
| | | | to reduce code duplication in other do_ functions
* fix patch from LucaLibravatar Christoph Goehre2009-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 aliasesLibravatar Luca Capello2009-07-23
| | | | | | Closes: #291340 Signed-off-by: Christoph Goehre <christoph.goehre@gmx.de>
* allow verify_sigs per repositoryLibravatar Christoph Goehre2009-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 charsetLibravatar Christoph Goehre2009-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 recommendsLibravatar Christoph Goehre2008-12-14
|