Commit a43f6ce2 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont 🤔
Browse files

Infrastructure

parent 462e90e7
...@@ -91,8 +91,10 @@ ...@@ -91,8 +91,10 @@
There are three ``classes'' of package maintainers: There are three ``classes'' of package maintainers:
\begin{itemize} \begin{itemize}
\item Debian Developers: can upload any package at any time \item Debian Developers: can upload any package at any time
\item Debian Maintainers: can upload the packages they have been allowed to by DDs \item Debian Maintainers: can upload the packages they have been
\item Sponsored Maintainers: cannot upload by themselves: need to be sponsored by a DD allowed to by DDs
\item Sponsored Maintainers: cannot upload by themselves: need to
be sponsored by a DD
\end{itemize} \end{itemize}
\end{frame} \end{frame}
...@@ -158,18 +160,33 @@ ...@@ -158,18 +160,33 @@
\end{frame} \end{frame}
\subsection{Technical stack} \subsection{Technical stack}
\begin{frame} \begin{frame}
\frametitle{Low-level infrastructure} \frametitle{Software stack}
\begin{itemize}
\item Pylons 1.0
\begin{itemize}
\item mako templating engine
\item ``routes'' for the routing
\item not supported anymore, superseded by Pyramid
\end{itemize}
\item SQLAlchemy
\item webhelpers
\item the usual debian-related modules (python-debian, python-apt, ...)
\end{itemize}
\end{frame} \end{frame}
\begin{frame} \begin{frame}
\frametitle{Software stack} \frametitle{Low-level infrastructure}
\begin{itemize}
\item hosted on a Wavecon virtual machine (Arno's workplace)
\item Debian Squeeze with a few backports
\item Apache and mod\_wsgi
\item A patched ftp server (allow anonymous uploads without file overwrites)
\end{itemize}
\end{frame} \end{frame}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment