]> git.donarmstrong.com Git - debbugs-presentations.git/commitdiff
add overview of how to run tasks and contribute to debbugs
authorDon Armstrong <don@donarmstrong.com>
Thu, 10 Aug 2017 17:29:03 +0000 (10:29 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 10 Aug 2017 17:29:03 +0000 (10:29 -0700)
debbugs.Rnw

index 72ebc5ee84b4ac0a6724c2db5d4716a4426706d5..07d8f056757cc81c0b48c735d8214025d878fcca 100644 (file)
@@ -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}