]> git.donarmstrong.com Git - debbugs-presentations.git/commitdiff
update the commands to run local-debbugs master
authorDon Armstrong <don@donarmstrong.com>
Tue, 27 Mar 2018 17:38:26 +0000 (10:38 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 27 Mar 2018 17:38:26 +0000 (10:38 -0700)
debbugs.Rnw

index f387a7ca5de519a885b3ffe9b1438383411e26ea..9d8a03dcf5e5caf431b93b574cd519070c24fbf8 100644 (file)
@@ -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}