]> git.donarmstrong.com Git - debbugs-presentations.git/blobdiff - debbugs.Rnw
update talk goals to include questions
[debbugs-presentations.git] / debbugs.Rnw
index 72ebc5ee84b4ac0a6724c2db5d4716a4426706d5..66c0ce853cefe9894f99c96041d6f996cde763fb 100644 (file)
@@ -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}