aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | | | | justify existing lintian overrideSean Whitton2016-07-04
| | | | | | | |
* | | | | | | | fix d/links -- dh_compress runs after dh_linkSean Whitton2016-07-04
| | | | | | | |
* | | | | | | | gbp.conf: drop non-functional filtering settingsSean Whitton2016-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The filter directive filters imported upstream tarballs but fails to filter generated tarballs. It doesn't actually matter because source format version 3 will ignore a debian/ subdir in an orig tarball.
* | | | | | | | fix minor error in d/linksSean Whitton2016-07-04
| | | | | | | |
* | | | | | | | add d/linksSean Whitton2016-07-04
| | | | | | | |
* | | | | | | | gbp.conf: rewrite with commentsSean Whitton2016-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We do actually need separate Debian and upstream tags.
* | | | | | | | gbp.conf: standardise based on dh-make-elpaSean Whitton2016-07-04
| | | | | | | |
* | | | | | | | gbp.conf: set debian-branch = upstream-branchSean Whitton2016-07-04
| | | | | | | |
* | | | | | | | use same github issue closing syntax as joeySean Whitton2016-06-29
| | | | | | | |
* | | | | | | | changelog tweakSean Whitton2016-06-29
| | | | | | | |
* | | | | | | | changelog subheadingsSean Whitton2016-06-29
| | | | | | | |
* | | | | | | | merge changelogsSean Whitton2016-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - easier to maintain - preserves history of Joey's old changes - permitted by policy
* | | | | | | | more changelog wordingSean Whitton2016-04-02
| | | | | | | |
* | | | | | | | changelog wordingSean Whitton2016-01-18
| | | | | | | |
* | | | | | | | d/changelog: updateSean Whitton2016-01-18
| | | | | | | |
* | | | | | | | filter Debian stuff out of pristine-tar branchSean Whitton2016-01-18
| | | | | | | |
* | | | | | | | d/changelog: updateSean Whitton2016-01-18
| | | | | | | |
* | | | | | | | CHANGELOG -> markdownSean Whitton2016-01-18
| | | | | | | |
* | | | | | | | debian/copyright: updateSean Whitton2016-01-17
| | | | | | | |
* | | | | | | | remove Lintian override no-upstream-changelogSean Whitton2016-01-17
| | | | | | | |
* | | | | | | | d/patches: Debianise README.rstSean Whitton2016-01-17
| | | | | | | |
* | | | | | | | rm old patch, whoopsSean Whitton2016-01-17
| | | | | | | |
* | | | | | | | update URIs in debian/changelogSean Whitton2016-01-17
| | | | | | | |
* | | | | | | | switch back to non-native packageSean Whitton2016-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we can expect this software to see use outside of Debian. closes bluss#12
* | | | | | | | d/changelog: updateSean Whitton2016-01-17
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'chrysn/master' into develSean Whitton2016-01-17
|\ \ \ \ \ \ \ \
| * | | | | | | | Use git's the gpg.program if configuredchrysn2015-12-21
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keyrings managed with gpg2 can contain secret keys whose public part is unavailable to classic gpg; on the other hand, gpg2 won't see keys created in gpg after an initial import. Situations in which error messages like "gpg: error reading key: public key not found" pop up can now be circumvented by setting the gpg.program git configuration entry to gpg2.
* | | | | | | | implement GCRYPT_GPG_ARGSSean Whitton2016-01-17
| | | | | | | |
* | | | | | | | d/copyright: updateSean Whitton2016-01-17
| | | | | | | |
* | | | | | | | changelog entry for version 1.0.0!Sean Whitton2016-01-17
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'joeyh/master' into develSean Whitton2016-01-07
|\| | | | | | |
| * | | | | | | added gcrypt.publish-participants configurationJoey Hess2014-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/blake2-ppc/git-remote-gcrypt/issues/9
| * | | | | | | fix on OSXJoey Hess2014-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set -e causes the xecho to not run if the xgrep fails. At least with OSX's /bin/sh, which is: GNU bash, version 3.2.51(1)-release (x86_64-apple-darwin13) This didn't happen on Linux with: GNU bash, version 4.3.11(1)-release (x86_64-pc-linux-gnu) Possibly a bug in bash, or an OSX-specific bug. However, disabling set -e in the subshell seems a good idea anyway. fixes https://github.com/blake2-ppc/git-remote-gcrypt/issues/15
| * | | | | | | Fix to work when there is no controlling terminal, but GPG_AGENT_INFO is ↵Joey Hess2014-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set. Pass --no-tty to gpg in this situation. This is needed to interoperate with the git-annex assistant, which often runs without a controlling terminal, and will in a new version always do so. Conflicts: debian/changelog
| * | | | | | | remove any git config for dummy-gcrypt-check remoteJoey Hess2013-09-27
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | The gcrypt-id is cached to there when running --check
| * | | | | | stop passing --fast-listJoey Hess2013-09-26
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | For unknown reasons, it makes --list-keys sometimes not show fingerprints of certian keys.
| * | | | | Merge branch 'better_signature_validation' of ↵Joey Hess2013-09-19
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | https://github.com/jburnham/git-remote-gcrypt
| | * | | | | Better signature validation for subkeys.Justin Burnham2013-09-18
| | |/ / / /
| * | | | / improve docsJoey Hess2013-09-19
| | |_|_|/ | |/| | |
| * | | | --check option to see if a repo exists and can be decryptedJoey Hess2013-09-19
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This is to allow programs to determine if a repo uses gcrypt, per #6. Since this program already knows the name of the manifest file and how to download it and decrypt it, it makes sense to do the check here rather than in, eg, git-annex.
| * | | add remote.<name>.gcrypt-signingkey configJoey Hess2013-09-17
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed by git-annex assistant when it sets up a gcrypt repository, to ensure that the gpg key it was asked to use to encrypt the repo is the same key used to sign it. If it's not, pulling from the repo won't work, due to git-remote-gcrypt's "Only accepting signatories" check. The user may have a global user.signingkey setting (I do), but be setting up a different special-purpose key for encrypting their git repo. The git-annex assistant cannot mess with the global value, so needs this to override it.
| * | set --trust-model=always when encryptingJoey Hess2013-09-16
| |/ | | | | | | | | | | | | | | Otherwise gpg may prompt to verify if we want to encrypt to users who do not have a defined trust level. But, the participants setting explicitly listed them, so we know we want to encrypt to them. closes #3
* | New Debian package revision 0.20130908-8debian/0.20130908-8Sean Whitton2016-01-07
| |
* | d/changelog: document overridesSean Whitton2016-01-07
| |
* | Revert "New Debian package revision 0.20130908-8"Sean Whitton2016-01-07
| | | | | | | | This reverts commit 26ab69cf54a761207c012685ada7748143322a76.
* | New Debian package revision 0.20130908-8Sean Whitton2016-01-07
| |
* | fix override locationSean Whitton2016-01-07
| |
* | Revert "New Debian package revision 0.20130908-8"Sean Whitton2016-01-07
| | | | | | | | This reverts commit ef7ad2a0e17446236892c6504b145eb9b2a2a063.
* | New Debian package revision 0.20130908-8Sean Whitton2016-01-07
| |
* | override debian-watch-file-is-missingSean Whitton2016-01-07
| | | | | | | | Current upstream does not tag releases.