summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* upload to unstabledebian/1.20170520-1archive/debian/1.20170520-1Sean Whitton2017-05-22
|
* changelog tweaksSean Whitton2017-05-22
|
* non_uploading -> non-uploadingSean Whitton2017-05-22
|
* expand long descriptions for this releaseSean Whitton2017-05-22
|
* use dh-exec to properly rename debug-me developers' keyringSean Whitton2017-05-22
|
* fix typo in DM keyring nameSean Whitton2017-05-22
|
* don't use commas in keyring filenamesSean Whitton2017-05-22
| | | | Commas in keyring filenames are rendered as '?'
* rename uploading DD keyring & explanatory noteSean Whitton2017-05-22
|
* Commit Debian 3.0 (quilt) metadataSean Whitton2017-05-22
| | | | [dgit (3.10) quilt-fixup]
* fix typo in manpage markupSean Whitton2017-05-22
|
* Commit Debian 3.0 (quilt) metadataSean Whitton2017-05-22
| | | | [dgit (3.10) quilt-fixup]
* symlink some Debian keyrings into debug-me keyring dirSean Whitton2017-05-22
|
* recommend debian-keyringSean Whitton2017-05-22
|
* install debug-me developers' keyringSean Whitton2017-05-22
|
* changelogSean Whitton2017-05-22
|
* Merge tag '1.20170520'Sean Whitton2017-05-22
|\ | | | | | | | | | | | | | | | | | | tagging package debug-me version 1.20170520 # gpg: Signature made Sat 20 May 2017 22:31:39 BST # gpg: using RSA key 28A500C35207EAB72F6C0F25DB12DB0FF05F8F38 # gpg: Good signature from "Joey Hess <joeyh@joeyh.name>" [full] # Primary key fingerprint: E85A 5F63 B31D 24C1 EBF0 D81C C910 D922 2512 E3C7 # Subkey fingerprint: 28A5 00C3 5207 EAB7 2F6C 0F25 DB12 DB0F F05F 8F38
| * releasing package debug-me version 1.201705201.20170520Joey Hess2017-05-20
| |
| * developer keyring verificationJoey Hess2017-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gpg keyrings in /usr/share/debug-me/ will be checked to see if a connecting person is a known developer of software installed on the system, and so implicitly trusted already. Software packages/projects can install keyrings to that location. (Thanks to Sean Whitton for the idea.) * make install will install /usr/share/debug-me/debug-me_developer.gpg, which contains the key of Joey Hess. (stack and cabal installs don't include this file because they typically don't install system-wide) * debug-me.cabal: Added dependency on time. This commit was sponsored by Francois Marier on Patreon.
| * move unsafe hashing out of instance to avoid misuseJoey Hess2017-05-20
| | | | | | | | Avoids breaking backwards compat and should avoid future foot-shooting.
| * simplify, removing () instanceJoey Hess2017-05-20
| |
| * updateJoey Hess2017-05-20
| |
| * stack.yaml: Update to new posix-pty version.Joey Hess2017-05-20
| |
| * good idea!Joey Hess2017-05-20
| |
| * (no commit message)dominic2017-05-19
| |
| * apt-get instructions for debug-me-serverspwhitton2017-05-10
| |
| * add apt-get installation instructionsspwhitton2017-05-10
| |
| * add example output to feature suggestionspwhitton2017-05-10
| |
| * post feature suggestionspwhitton2017-05-10
| |
| * add news item for debug-me 1.20170509Joey Hess2017-05-09
| |
* | Commit Debian 3.0 (quilt) metadatadebian/1.20170509-1archive/debian/1.20170509-1Sean Whitton2017-05-10
| | | | | | | | [dgit (4.0) quilt-fixup]
* | changelog for new upstream releaseSean Whitton2017-05-10
| |
* | Merge tag '1.20170509'Sean Whitton2017-05-10
|\| | | | | | | tagging package debug-me version 1.20170509
| * releasing package debug-me version 1.201705091.20170509Joey Hess2017-05-09
| |
| * mention other log dirJoey Hess2017-05-09
| |
| * Fix bug that prevented creating ~/.debug-me/log/remote/ when ~/.debug-me/ ↵Joey Hess2017-05-09
| | | | | | | | didn't already exist.
| * Server: DEBUG_ME_FROM_EMAIL can be used to specify the --from-email.Joey Hess2017-05-09
| | | | | | | | This is used in debug-me.default to encourage configuring it.
| * Avoid crash when --use-server is given an url that does not include a path.Joey Hess2017-05-09
| |
| * avoid EMAILJoey Hess2017-05-09
| | | | | | | | | | | | I think that systemd's parser for environment files does not let environment variables be built up out of previously set variables, so avoid that.
| * changelogJoey Hess2017-05-09
| |
| * use postmaster as defaultJoey Hess2017-05-09
| |
| * expose --from-email in debug-me.defaultSean Whitton2017-05-09
| | | | | | | | | | | | The default "unknown@server" is likely to cause mail to be filtered as spam or simply not delivered. Expose --from-email in the defaults file to encourage administrators to change it.
| * Server: Use "postmaster" as default --from-email address rather than ↵Joey Hess2017-05-09
| | | | | | | | "unknown@server".
| * Merge branch 'master' of ssh://debug-me.branchable.comJoey Hess2017-05-08
| |\
| | * Added a commenthttps://www.joachim-breitner.de/2017-05-07
| | |
| | * removedhttps://www.joachim-breitner.de/2017-05-07
| | |
| | * Added a commenthttps://www.joachim-breitner.de/2017-05-07
| | |
| * | ideaJoey Hess2017-05-06
| |/
| * fix from nomeata's reviewJoey Hess2017-05-05
| | | | | | | | | | | | He pointed out that Just () and Nothing would hash the same. Luckily Maybe Hash is the only Maybe type that needs to be hashed, so specialize the instance.
| * Added a comment: Code smell in hashinghttps://www.joachim-breitner.de/2017-05-05
| |
| * wordingJoey Hess2017-05-05
| |