Skip to content

Move "uninstalled" bee files from orphan branch to "uninstalled" directory #215

Merged
merged 2 commits into from
Nov 23, 2016

Commits on Nov 22, 2016

  1. docker-binary: new

    This installs a binary distribution of docker. This contradicts our
    source-only rule, but should be allowed as an intermediate step.
    
    There are a lot of complicated requirements to build docker from source.
    The easiest way to do that is to build it inside a docker image.
    However, this requires an existing docker installation and is the same
    hen-and-egg problem as the gcc bootstrap.
    
    This package is meant to be a bootstrap package. Only when building
    docker from source for the very first time, this package can be
    installed on the build system.
    donald committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    83a2041 View commit details
    Browse the repository at this point in the history
  2. docker_binary: move into "uninstalled" directory

    We used to have a separate orphaned branch for bee files, which were not
    to be installed in the mariux64 distmaster. This was not a good idea,
    because the concept of orphaned branches is to cryptic.
    
    So instead create a directory "uninstalled" for that purpose and move the
    single existing bee file there.
    donald committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    2d7438a View commit details
    Browse the repository at this point in the history