summaryrefslogtreecommitdiff
path: root/portato/db/sql.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-10-23 23:03:49 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-10-23 23:03:49 +0200
commit0869d7b4caa14ea17d6092a684af299da7545aa6 (patch)
tree553cea0edb237f92a8f9b86f80c02673b90d0c72 /portato/db/sql.py
parent3d4e2da389013ebb61afbc4a6ec102697ff1cf5f (diff)
downloadportato-0869d7b4caa14ea17d6092a684af299da7545aa6.tar.gz
portato-0869d7b4caa14ea17d6092a684af299da7545aa6.tar.bz2
portato-0869d7b4caa14ea17d6092a684af299da7545aa6.zip
Change the new_version plugin to use git.
Use 'git ls-remote' to check for the current HEAD revision. Additionally the revision is no longer put into the version number, but into an extra variable REVISION.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ip ".gpg" from symlinks as wellTheo Chatzimichos1-2/+2 Symlinks inside password-store make sense when using passff in firefox, and have the same LDAP password in different websites. In order to have passff working correctly then, we need to strip the .gpg extension from symlinks as well. Example output of `pass find site1` or `pass | grep site1` before this commit: site1.job.com.gpg -> site2.job.com and after: site1.job.com -> site2.job.com 2015-01-19clip: Show an error message if xclip returns a non-zero exit codeWieland Hoffmann1-3/+2 xclip will return a non-zero exit code if $DISPLAY is not set, which might happen, for example, if you're running pass in a tmux session remotely or something like that. xclip itself will also show an error message ("Can't open display") which provides enough context to figure out what the problem is. There might be other reasons for xclip to return a non-zero exit code, but the man page doesn't list them. 2015-01-19Correct path for top level grepJason A. Donenfeld1-2/+3