diff options
author | Joey Hess <joey@kitenet.net> | 2014-09-30 13:39:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-09-30 13:39:20 -0400 |
commit | 4535f31648c02d8f1f77d2e508563a73117f23be (patch) | |
tree | 7b54ab54ed3f0df207bba6f38373aa7778e7c1bc /doc/install/Docker.mdwn | |
parent | a2aeb9198b588ad7c98785c661054090d450e393 (diff) |
add note about wheey backport container
Diffstat (limited to 'doc/install/Docker.mdwn')
-rw-r--r-- | doc/install/Docker.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/install/Docker.mdwn b/doc/install/Docker.mdwn index f3d7c189e..fd7ff1cd2 100644 --- a/doc/install/Docker.mdwn +++ b/doc/install/Docker.mdwn @@ -30,3 +30,10 @@ import qualified Propellor.Property.SiteSpecific.GitAnnexBuilder as GitAnnexBuil 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. |