Skip to content

Commit

Permalink
Merge pull request #17 from tanty/gitlab-gnome
Browse files Browse the repository at this point in the history
jhbuild: default GNOME repositories on gitlab
  • Loading branch information
infapi00 committed Dec 12, 2018
2 parents 591e989 + e50318c commit 3b4c59a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jhbuild/graphics-mesa.modules
Expand Up @@ -24,7 +24,7 @@
<repository type="git" name="waffle-gl" default="yes"
href="git://github.com/waffle-gl"/>
<repository type="git" name="gnome" default="yes"
href="git://git.gnome.org"/>
href="https://gitlab.gnome.org/GNOME"/>
<repository type="git" name="github-apitrace"
href="git://github.com/apitrace"/>
<repository type="git" name="github"
Expand Down
2 changes: 1 addition & 1 deletion jhbuild/jhbuild-compile.sh
Expand Up @@ -14,7 +14,7 @@
source ./jhbuild-helper.sh

if [ ! -d ${JHBUILD_MESA_ROOT}/jhbuild.git ]; then
git clone git://git.gnome.org/jhbuild ${JHBUILD_MESA_ROOT}/jhbuild.git
git clone https://gitlab.gnome.org/GNOME/jhbuild.git ${JHBUILD_MESA_ROOT}/jhbuild.git
fi
pushd ${JHBUILD_MESA_ROOT}/jhbuild.git && git pull
./autogen.sh --prefix=${JHBUILD_MESA_ROOT}/jhbuild-install && make && make install
Expand Down

0 comments on commit 3b4c59a

Please sign in to comment.