From 8206579e011120e5f59a833e6a0489066183e6d0 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 27 Mar 2018 10:38:26 -0700 Subject: [PATCH] update the commands to run local-debbugs --- debbugs.Rnw | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debbugs.Rnw b/debbugs.Rnw index f387a7c..9d8a03d 100644 --- a/debbugs.Rnw +++ b/debbugs.Rnw @@ -492,16 +492,16 @@ git clone \ https://bugs.debian.org/debbugs-source/debbugs.git cd debbugs # get some bugs -perl -I. ./bin/local-debbugs --mirror +./bin/local-debbugs --mirror # start a web daemon -perl -I. ./bin/local-debbugs --daemon +./bin/local-debbugs --daemon # show some of my bugs (use your own search here) -perl -I. ./bin/local-debbugs --search bugs.debian.org +./bin/local-debbugs --search bugs.debian.org # stop the daemon -perl -I. ./bin/local-debbugs --stop +./bin/local-debbugs --stop # hack and repeat -perl -I. ./bin/local-debbugs --daemon -perl -I. ./bin/local-debbugs --show 614351 +./bin/local-debbugs --daemon +./bin/local-debbugs --show 614351 \end{minted} \end{frame} -- 2.39.2