X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=debbugs.Rnw;h=66c0ce853cefe9894f99c96041d6f996cde763fb;hb=7d67dfe86c7005142f99b7514647dda755315f43;hp=72ebc5ee84b4ac0a6724c2db5d4716a4426706d5;hpb=05ee3435d230dec6670bf7bc326df0ff322cae38;p=debbugs-presentations.git diff --git a/debbugs.Rnw b/debbugs.Rnw index 72ebc5e..66c0ce8 100644 --- a/debbugs.Rnw +++ b/debbugs.Rnw @@ -132,8 +132,8 @@ scientific_10 <- function(x) { \begin{itemize} \item Bug Statistics \item New features - \item Planned features - \item Places you can help + \item How you can help + \item Answer questions/discussion \end{itemize} \column{0.5\textwidth} \includegraphics[width=\textwidth,keepaspectratio]{images/rc_buggy} @@ -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,9 @@ GROUP by status; \end{frame} \begin{frame}{Questions?} - \includegraphics[width=0.8\textwidth,height=0.8\textheight,keepaspectratio]{images/don_at_burning_man.jpg} +\begin{center} +\includegraphics[height=0.8\textheight,keepaspectratio]{images/relevant_xkcd} +\end{center} \end{frame} \end{document}