Skip to content
Snippets Groups Projects
Commit f4d21a2c authored by Thibault Martin's avatar Thibault Martin
Browse files

[doc] Add notes

parent 331a8d80
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ Protected Branches.\\
\section{Creating the branch}
Note that you must be member of the GitLab groups "frama-c", "dev" and have
\textbf{Note:} You must be member of the GitLab groups "frama-c", "dev" and have
access to each plugin of continuous integration.
Create the branch \texttt{stable/release}, where \texttt{release} is the
......@@ -54,8 +54,8 @@ and go through Merge-requests. Everything else should go in \texttt{master},
which can then be reset to standard-level protection (Developers + Maintainers
allowed to push/merge).
If there are still merge requests tagged for this release, make sure to set
their targeted branch to \texttt{stable/release}.
\textbf{Note:} If there are still merge requests tagged for this release, make
sure to set their targeted branch to \texttt{stable/release}.
\section{GitLab issues}
......
......@@ -100,8 +100,9 @@ git ls-files -z | \
parallel -0 -n1 git blame --line-porcelain | \
sed -n 's/^author //p' | sort -f | uniq -ic | sort -nr
\end{verbatim}
This requires to install the package \texttt{parallel} (source for the command:
\url{https://gist.github.com/amitchhajer/4461043}).
\textbf{Note:} This requires to install the package \texttt{parallel}. Source
for the command: \url{https://gist.github.com/amitchhajer/4461043}.
\subsection{Commit}
......@@ -196,10 +197,11 @@ expected format is:
\end{lstlisting}
It should only list main changes, that will be displayed on the event section of
the website and the wiki page. Make sure to use markdown code formating
\verb+``+ if the texte contains things that could be affected by markdown
formatting (for example \verb+\word1_word2+ will be displayed as
\verb+word2+ without code formatting.
the website and the wiki page.
\textbf{Note:} Make sure to use markdown code formating \verb+``+ if the texte
contains things that could be affected by markdown formatting (for example
\verb+\word1_word2+ will be displayed as \verb+word2+ without code formatting.
Create the version commit, tag it using \texttt{git tag \$(cat VERSION | sed -e "s/\textasciitilde /-/")}
and push it (e.g. via \texttt{git push origin \$(cat VERSION | sed -e "s/\textasciitilde/-/")}).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment