[gnome-continuous] install: Update jhbuild moduleset for rename
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] install: Update jhbuild moduleset for rename
- Date: Thu, 12 Sep 2013 15:57:08 +0000 (UTC)
commit d6165e71496b96c957fd53a756aefa3e5bafa6ba
Author: Colin Walters <walters verbum org>
Date: Thu Sep 12 11:56:42 2013 -0400
install: Update jhbuild moduleset for rename
.../{ostree.modules => gnome-continuous.modules} | 2 +-
install/ostree-user-install.sh | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/install/ostree.modules b/install/gnome-continuous.modules
similarity index 98%
rename from install/ostree.modules
rename to install/gnome-continuous.modules
index 8471e99..4c26610 100644
--- a/install/ostree.modules
+++ b/install/gnome-continuous.modules
@@ -61,7 +61,7 @@
<dep package="libsoup"/>
</dependencies>
</autotools>
- <autotools id="gnome-ostree">
+ <autotools id="gnome-continuous">
<branch/>
<dependencies>
<dep package="ostree"/>
diff --git a/install/ostree-user-install.sh b/install/ostree-user-install.sh
index 0da6f2e..0bd860a 100755
--- a/install/ostree-user-install.sh
+++ b/install/ostree-user-install.sh
@@ -36,14 +36,14 @@ make install
cat > ${HOME}/.jhbuildrc << END
modulesets_dir = '~/src/gnome-ostree/install'
-moduleset = 'ostree'
-modules = ['gnome-ostree']
+moduleset = 'gnome-continuous'
+modules = ['gnome-continuous']
checkoutroot = '~/src'
prefix = '~/build/jhbuild'
use_local_modulesets = True
END
-~/.local/bin/jhbuild build gnome-ostree </dev/null
+~/.local/bin/jhbuild build gnome-continuous </dev/null
cd ~/src
test -d poky || git clone --depth=1 -b gnomeos-3.6 git://github.com/cgwalters/poky poky
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]