From 5b2c3dadf4d2aa4b9ed1e32b85235910f5dc8b02 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Tue, 16 Oct 2012 19:55:07 +0200
Subject: [PATCH] Explain weirdness of package building in OBS

---
 README | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README b/README
index 2369597..419cccc 100644
--- a/README
+++ b/README
@@ -4,6 +4,17 @@ prepare slapos build for obs
 This environment is made to prepare a SlapOS tarball and packaging configurations
 to be used with openSUSE Build Service (OBS).
 
+Notes
+-----
+
+Build in OBS is a bit complex. The build of the packages itself is in offline mode,
+meaning that we don't have internet connection. Of course, doing "bin/buildout" to
+install slapos and make the package requires internet connection.
+
+Solution: run bin/buildout outside of the OBS system to fetch all the needed files,
+put them in a cache and upload it in the OBS system so that buildout is happy and works in
+offline mode.
+
 Requirements
 ------------
 - A computer
-- 
2.30.9