[devscripts] 01/01: bts: fix path of cached bugs in docs
James McCoy
jamessan at debian.org
Thu Dec 24 01:52:32 UTC 2015
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 <josch at debian.org>
Date: Wed Dec 23 09:49:27 2015 +0100
bts: fix path of cached bugs in docs
Signed-off-by: James McCoy <jamessan at debian.org>
---
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
More information about the devscripts-devel
mailing list