summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-06-01 14:29:30 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-06-01 14:29:30 -0400
commitf584fb4bbcc0b6ea0d31ad5e2c4166cea15ec3ec (patch)
treed28a969ce146730f641e86c1d210559cfd021bc6 /doc/install
parent39c13f91004b41166b786785083e78b34df0c48f (diff)
remove documentation of obsolete docker containers for building git-annex
I use sustemd-nspawn machines now
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/Docker.mdwn36
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/install/Docker.mdwn b/doc/install/Docker.mdwn
index d79f95105..dff463285 100644
--- a/doc/install/Docker.mdwn
+++ b/doc/install/Docker.mdwn
@@ -4,39 +4,3 @@ easy to add it to an image.
For example:
docker run -i -t joeyh/debian-unstable apt-get install git-annex
-
-# containers for autobuilders
-
-The git-annex Linux autobuilds are built using Docker containers.
-Most of these are not published, but you can build your own. (See below.)
-
-Since the Android autobuilder container can take quite a lot of work to get
-built, it is published. `docker pull joeyh/git-annex-android-builder`
-
-So's the armel autobuilder container.
-`docker pull joeyh/git-annex-armel-builder`, and its companion container
-`docker pull joeyh/git-annex-armel-companion`
-
-# building autobuilder containers using Propellor
-
-The Docker containers are built using
-[Propellor](http://joeyh.name/code/propellor). To generate your own image,
-Just install Propellor and add this to its `config.hs`:
-
-[[!format haskell """
-import qualified Propellor.Property.SiteSpecific.GitAnnexBuilder as GitAnnexBuilder
-
- , host "your.machine.net"
- & Docker.configured
- & Docker.docked (GitAnnexBuilder.standardAutoBuilderContainer dockerImage "amd64" 15 "2h")
-"""]]
-
-This will autobuild every hour at :15, and the autobuilt image will be
-left inside the container in /home/builder/gitbuilder/out/
-
-# container for backport building
-
-For building the Debian stable backport, the container
-`joeyh/git-annex-wheezy-backport` is used. This is nothing special, it
-just has the right versions of build dependencies installed from Debian
-stable and backports.