Replace git.gnome.org with gitlab.gnome.org URLs

This commit is contained in:
Andre Klapper 2020-04-25 13:38:43 +02:00
parent 611976d873
commit 515797ce7c
2 changed files with 3 additions and 3 deletions

View File

@ -25,10 +25,10 @@ $ sudo ninja -C build install
## Building gitg from git
The gitg repository is hosted on git.gnome.org. To build from git:
The gitg repository is hosted on gitlab.gnome.org. To build from git:
```
$ git clone http://gitlab.gnome.org/GNOME/gitg.git
$ git clone https://gitlab.gnome.org/GNOME/gitg.git
$ cd gitg
$ meson --prefix=/usr build
$ ninja -C build

View File

@ -3,7 +3,7 @@ To create the installer you need to follow the next steps:
- launch msys2_shell.bat and update it with pacman -Syu, you will need to
relaunch msys2_shell.bat after updating it
- install git: pacman -S git
- clone gedit: git clone git://git.gnome.org/gitg
- clone gitg: git clone https://gitlab.gnome.org/GNOME/gitg.git
- cd gitg/win32
- edit make-installer and set the right version of gitg
- ./make-installer.bat