Giter Club home page Giter Club logo

careen's People

Contributors

coffeepac avatar davidewatson avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

careen's Issues

Determine candidate patch

New:

  • what is the process for adding a patch to our docker build

Old:
Find a docker patch that we should use for two reasons:

a. increases the stability of the version of Docker we are going to ship with
b. exercise careen in jenkins

Careen should support git commit hashes in addition to tags

Commit hashes are currently recommended within manifest, but not required, because code has only been implemented to checkout by tag. We should implement git2go code to checkout by hash and require hashes since they are more robust than tags.

Should handle existing repository gracefully

Currently if you attempt to clone a repository into an existing directory careen will fail as follows:

rodin:careen-davidewatson dwat$ go build && ./careen-davidewatson clone
INFO: Using careen config file: /Users/dwat/workspace/careen-davidewatson/config.yaml
INFO: Cloning packages from manifest ./manifests/docker.yaml
INFO: Cloning package docker from https://github.com/docker/docker.git to ./src/docker
█▒▒▒▒▒▒▒▒▒ ERROR: './src/docker' exists and is not an empty directory
ERROR: Failed to clone repo https://github.com/docker/docker.git to destination ./src/docker
rodin:careen-davidewatson dwat$ 

Instead careen should check if the directory contains the correct repository, checkout the master branch, update it if necessary, and checkout the requested tag.

Manifest commits should result a Jenkins job build which generates an artifact - CI blocked

The reason we built careen is that we have some packages which require patches. For these packages we should have manifests and artifacts should be generated when the manifest changes. Initially docker will be the only manifest we test.

There are a few options for triggering the JJB job:

  1. Careen changes
  2. A manifest or patch file changes
  3. ?

We need to select one and implement a JJB job to build artifacts and upload them to a well known location (presumably S3).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.