[gnome-continuous/fdo-base: 2/4] install: Add a config file for jhbuildrc



commit 502a266886c299123283e9d8f006e0ba67c8dea9
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Oct 17 13:01:04 2018 +0100

    install: Add a config file for jhbuildrc

 install/gnome-continuous.jhbuildrc | 13 +++++++++++++
 1 file changed, 13 insertions(+)
---
diff --git a/install/gnome-continuous.jhbuildrc b/install/gnome-continuous.jhbuildrc
new file mode 100644
index 0000000..f66abe0
--- /dev/null
+++ b/install/gnome-continuous.jhbuildrc
@@ -0,0 +1,13 @@
+# -*- mode: python -*-
+
+use_local_modulesets = True
+
+addpath('XDG_DATA_DIRS', '/usr/share')
+addpath('XDG_CONFIG_DIRS', '/etc/xdg')
+
+os.environ['DBUS_SYSTEM_BUS_ADDRESS'] = 'unix:path=/var/run/dbus/system_bus_socket'
+
+checkoutroot = os.path.expanduser('~/ostbuild/source')
+buildroot = os.path.expanduser('~/ostbuild/build')
+tarballdir = os.path.expanduser('~/ostbuild/download')
+prefix = os.path.expanduser('~/ostbuild/install')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]