From f80eb89d5743b05487583bfa2df83562c0163f4c Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Fri, 5 Oct 2012 13:59:04 -0400 Subject: [PATCH] jhbuildrc-gnome-shell: switch to the GNOME 3.8 moduleset Now that GNOME 3.6 is out, the default development platform should be the 3.8 moduleset. --- tools/build/jhbuildrc-gnome-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/jhbuildrc-gnome-shell b/tools/build/jhbuildrc-gnome-shell index 5de33188b..a711d274f 100644 --- a/tools/build/jhbuildrc-gnome-shell +++ b/tools/build/jhbuildrc-gnome-shell @@ -18,7 +18,7 @@ # Only rebuild modules that have changed build_policy = 'updated' -moduleset = 'gnome-apps-3.6' +moduleset = 'gnome-apps-3.8' modules = [ 'meta-gnome-core-shell' ]