From: Don Armstrong Date: Thu, 10 Aug 2017 17:29:03 +0000 (-0700) Subject: add overview of how to run tasks and contribute to debbugs X-Git-Url: https://git.donarmstrong.com/?p=debbugs-presentations.git;a=commitdiff_plain;h=ecd622b6d597b0cb46332e150267db3c2fc1440f add overview of how to run tasks and contribute to debbugs --- diff --git a/debbugs.Rnw b/debbugs.Rnw index 72ebc5e..07d8f05 100644 --- a/debbugs.Rnw +++ b/debbugs.Rnw @@ -486,6 +486,26 @@ GROUP by status; \end{itemize} \end{frame} +\begin{frame}[fragile]{Using \texttt{local-debbugs} to run these tasks} +\footnotesize +\begin{minted}{sh} +git clone \ + https://bugs.debian.org/debbugs-source/debbugs.git +cd debbugs +# get some bugs +perl -I. ./bin/local-debbugs --mirror +# start a web daemon +perl -I. ./bin/local-debbugs --daemon +# show some of my bugs (use your own search here) +perl -I. ./bin/local-debbugs --search bugs.debian.org +# stop the daemon +perl -I. ./bin/local-debbugs --stop +# hack and repeat +perl -I. ./bin/local-debbugs --daemon +perl -I. ./bin/local-debbugs --show 614351 +\end{minted} +\end{frame} + \begin{frame}{The Debbugs Team} \begin{itemize} \item Current team @@ -506,7 +526,7 @@ GROUP by status; \end{frame} \begin{frame}{Questions?} - \includegraphics[width=0.8\textwidth,height=0.8\textheight,keepaspectratio]{images/don_at_burning_man.jpg} + \end{frame} \end{document}