Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.rst1
-rw-r--r--snapshots.rst31
2 files changed, 0 insertions, 32 deletions
diff --git a/index.rst b/index.rst
index de01403..5ecf46e 100644
--- a/index.rst
+++ b/index.rst
@@ -7,4 +7,3 @@ Contents:
:maxdepth: 2
build
- snapshots
diff --git a/snapshots.rst b/snapshots.rst
deleted file mode 100644
index f164c26..0000000
--- a/snapshots.rst
+++ /dev/null
@@ -1,31 +0,0 @@
-Binary snapshots
-================
-
-Building from sources takes a while and uses a lot of network bandwidth. If
-you just want to test or to develop activities, it might sometimes be more
-convenient to use a binary snapshot.
-
-First of all download the latest snapshot for your distribution, it's important to pick the right one, it won't work otherwise.
-
-* `Fedora 18 (32 bit) <http://sugarlabs.org/~buildbot/snapshots/fedora-18-32bit/latest>`_
-* `Fedora 18 (64 bit) <http://sugarlabs.org/~buildbot/snapshots/fedora-18-64bit/latest>`_
-* `Ubuntu 12.10 (32 bit) <http://sugarlabs.org/~buildbot/snapshots/ubuntu-12-10-32bit/latest>`_
-* `Ubuntu 12.10 (64 bit) <http://sugarlabs.org/~buildbot/snapshots/ubuntu-12-10-64bit/latest>`_
-* `Debian Wheezy (32 bit) <http://sugarlabs.org/~buildbot/snapshots/debian-wheezy-32bit/latest>`_
-* `Debian Wheezy (64 bit) <http://sugarlabs.org/~buildbot/snapshots/debian-wheezy-64bit/latest>`_
-
-Then unpack it where you like (adapting the tarball path to your system and
-snapshot filename)::
-
- tar xfJ ~/Downloads/sugar-snapshot-fedora-18-32bit-1.tar.xz
-
-Enter the directory and run sugar::
-
- cd sugar-snapshot
- ./run-sugar.sh
-
-If you are developing activities you should make sure to run setup.py and any
-other command which requires the sugar environment inside a shell. You can run
-a shell inside an existing terminal with::
-
- ./run-shell.sh