summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-07-08 11:50:06 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-07-08 17:46:34 +0200
commit67368237922010d56d324b97ef8ddc678218e940 (patch)
tree7be7b51ddeba028462f8cf013167dd4d050e8e33
parentb15fc65fa3a19044397a2c7bf6d91304a78253b7 (diff)
Adjust URL to new git location
The git repository moved from http://cgit.freedesktop.org/~teuf/spice-jhbuild/ to http://cgit.freedesktop.org/spice/spice-jhbuild/
-rw-r--r--README4
-rw-r--r--jhbuildrc2
-rwxr-xr-xspice-osx-build-setup.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 2e8b461..c480c5e 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ SHORT INSTRUCTIONS
- download XCode
- run sudo xcode-select --switch /Applications/Xcode.app/ContentsDeveloper
- download and run
- http://cgit.freedesktop.org/~teuf/spice-jhbuild/plain/spice-osx-build-setup.sh?h=osx
+ http://cgit.freedesktop.org/spice/spice-jhbuild/plain/spice-osx-build-setup.sh?h=osx
- copy ~/Source/spice-jhbuild/jhbuildrc to ~/.jhbuildrc-custom
- add ~/.local/bin to your path
- run jhbuild bootstrap
@@ -26,7 +26,7 @@ sudo xcode-select --switch /Applications/Xcode.app/ContentsDeveloper
Once these prerequisite are addressed, you can download the
spice-osx-build-setup.sh script from
-http://cgit.freedesktop.org/~teuf/spice-jhbuild/plain/spice-osx-build-setup.sh?h=osx
+http://cgit.freedesktop.org/spice/spice-jhbuild/plain/spice-osx-build-setup.sh?h=osx
and run it:
sh spice-osx-build-setup.sh
diff --git a/jhbuildrc b/jhbuildrc
index 403ef43..e2c370b 100644
--- a/jhbuildrc
+++ b/jhbuildrc
@@ -8,7 +8,7 @@ checkoutroot = os.path.join(_root, "source")
prefix = os.path.join(_root, "inst")
# spice gtk-osx moduleset
-moduleset = 'http://cgit.freedesktop.org/~teuf/spice-jhbuild/plain/modulesets/spice.xml?h=osx'
+moduleset = 'http://cgit.freedesktop.org/spice/spice-jhbuild/plain/modulesets/spice.xml?h=osx'
#for a gtk2 build use these modules
#modules = [ "meta-gtk-osx-bootstrap", "meta-gtk-osx-core", "virt-viewer" ]
skip.append('libiconv')
diff --git a/spice-osx-build-setup.sh b/spice-osx-build-setup.sh
index 4934ed7..e0a73bd 100755
--- a/spice-osx-build-setup.sh
+++ b/spice-osx-build-setup.sh
@@ -27,7 +27,7 @@
SOURCE=$HOME/Source
BASEURL="https://git.gnome.org/browse/gtk-osx/plain/"
-SPICE_JHBUILD_GIT="git://people.freedesktop.org/~teuf/spice-jhbuild"
+SPICE_JHBUILD_GIT="git://people.freedesktop.org/spice/spice-jhbuild"
do_exit()
{