[FE training-materials-updates] Rename "github" and "Github" to "GitHub"

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Oct 28 06:42:39 CET 2015


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=08d33c52f1cbb9dcc7df62928131711761a1efe3

>---------------------------------------------------------------

commit 08d33c52f1cbb9dcc7df62928131711761a1efe3
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Oct 28 06:42:39 2015 +0100

    Rename "github" and "Github" to "GitHub"
    
    That's the name they use
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

08d33c52f1cbb9dcc7df62928131711761a1efe3
 agenda/buildroot-agenda.tex                                    |  2 +-
 agenda/buildroot-fr-agenda.tex                                 |  2 +-
 .../buildroot-advanced-packages.tex                            | 10 +++++-----
 labs/sysdev-u-boot/sysdev-u-boot.tex                           |  2 +-
 .../buildroot-advanced-packages.tex                            |  2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/agenda/buildroot-agenda.tex b/agenda/buildroot-agenda.tex
index a3dfc8e..6699ded 100644
--- a/agenda/buildroot-agenda.tex
+++ b/agenda/buildroot-agenda.tex
@@ -305,7 +305,7 @@ Embedded Linux development with Buildroot training\\
   \begin{itemize}
   \item Package an application with a mandatory dependency and an
     optional dependency
-  \item Package a library, hosted on Github
+  \item Package a library, hosted on GitHub
   \item Use {\em hooks} to tweak packages
   \item Add a patch to a package
   \end{itemize}
diff --git a/agenda/buildroot-fr-agenda.tex b/agenda/buildroot-fr-agenda.tex
index afe752a..6ac8efb 100644
--- a/agenda/buildroot-fr-agenda.tex
+++ b/agenda/buildroot-fr-agenda.tex
@@ -320,7 +320,7 @@ Session de 3 jours
   \begin{itemize}
   \item Packager une application avec une dépendance obligatoire et
     une dépendance optionnelle
-  \item Packager une bibliothèque, hébergée sur Github
+  \item Packager une bibliothèque, hébergée sur GitHub
   \item Utilisation de {\em hooks} pour ajuster les paquetages
   \item Rajouter un correctif à un paquetage
   \end{itemize}
diff --git a/labs/buildroot-advanced-packages/buildroot-advanced-packages.tex b/labs/buildroot-advanced-packages/buildroot-advanced-packages.tex
index 38b8653..0c115c0 100644
--- a/labs/buildroot-advanced-packages/buildroot-advanced-packages.tex
+++ b/labs/buildroot-advanced-packages/buildroot-advanced-packages.tex
@@ -4,7 +4,7 @@
   \begin{itemize}
   \item Package an application with a mandatory dependency and an
     optional dependency
-  \item Package a library, hosted on Github
+  \item Package a library, hosted on GitHub
   \item Use {\em hooks} to tweak packages
   \item Add a patch to a package
   \end{itemize}
@@ -35,17 +35,17 @@ packaging \code{libfoo}.
 \section{Packaging {\tt libfoo}: initial packaging}
 
 According to \code{bar}'s \code{README} file, \code{libfoo} is only
-available on {\em Github} at
+available on {\em GitHub} at
 \url{https://github.com/tpetazzoni/libfoo}.
 
 Create an initial package for \code{libfoo} in \code{package/libfoo},
 with the relevant minimal variables to get \code{libfoo} downloaded
-properly. Since it's hosted on {\em Github}, remember to use the
+properly. Since it's hosted on {\em GitHub}, remember to use the
 \code{github} {\em make} function provided by Buildroot to define
 \code{<pkg>_SITE}. To learn more about this function, \code{grep} for
 it in the Buildroot tree, or read the Buildroot reference manual.
 
-Also, notice that there is a version tagged \code{v0.1} in the Github
+Also, notice that there is a version tagged \code{v0.1} in the GitHub
 repository, you should probably use it.
 
 Enable the \code{libfoo} package and start the build. You should get
@@ -150,7 +150,7 @@ proper patch for it.
 
 There are multiple ways to create patches, but we'll simply use Git to
 do so. As the \code{bar} project home page indicates, a Git repository
-is available on Github at \code{https://github.com/tpetazzoni/bar}.
+is available on GitHub at \code{https://github.com/tpetazzoni/bar}.
 
 Start by cloning the Git repository:
 
diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index dc4c0d1..9b3de2a 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -121,7 +121,7 @@ look like:
 \end{itemize}
 
 The first item to compile is AT91Bootstrap that you can fetch from
-Atmel's github account:
+Atmel's GitHub account:
 
 \begin{verbatim}
 git clone git://github.com/linux4sam/at91bootstrap.git
diff --git a/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex b/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex
index 2e91eb9..6f4c9c7 100644
--- a/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex
+++ b/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex
@@ -821,7 +821,7 @@ endif
   \begin{itemize}
   \item Package an application with a mandatory dependency and an
     optional dependency
-  \item Package a library, hosted on Github
+  \item Package a library, hosted on GitHub
   \item Use {\em hooks} to tweak packages
   \item Add a patch to a package
   \end{itemize}




More information about the training-materials-updates mailing list