This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit b354782adf8a743e7ea938b1adb92069f02b4b5d Author: Johannes Schauer <[email protected]> Date: Wed Dec 23 09:49:27 2015 +0100 bts: fix path of cached bugs in docs Signed-off-by: James McCoy <[email protected]> --- scripts/bts.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/bts.pl b/scripts/bts.pl index ef84389..e431c6f 100755 --- a/scripts/bts.pl +++ b/scripts/bts.pl @@ -2131,7 +2131,9 @@ variable if B<DEBEMAIL> is unset). This command may be repeated to cache bugs belonging to several people or packages. If multiple packages or addresses are supplied, bugs belonging to any of the arguments will be cached; those belonging to more than one of the arguments will only be -downloaded once. The cached bugs are stored in F<~/.devscripts_cache/bts/>. +downloaded once. The cached bugs are stored in +F<$XDG_CACHE_HOME/devscripts/bts/> or, if B<XDG_CACHE_HOME> is not set, in +F<~/.cache/devscripts/bts/>. You can use the cached bugs with the B<-o> switch. For example: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
