Giter VIP home page Giter VIP logo

dev-pipeline's Introduction

dev-pipeline

codacy code-climate

A tool to help manage projects with dependencies spread across repositories.

Inspiration

I work on several projects spread across repositories; some of these leverage sub-repositories in some form, and it's led to additional complexity trying to stay in sync (especially when dealing with merges, release lines, hot fixes, and all the other fun things that happen in large software projects). The goal here is to have a suite of scripts to help keep repositories in sync and working well together, without the issues that sub-repositories introduce.

Installation

The simplest way to install is using pip.

$ cd /path/to/dev-pipeline
$ pip install

If you don't have pip available, you can run setup.py directly.

$ cd /path/to/dev-pipeline
$ python setup.py install

If the install completes you're good to go. Depending on your project configuration you may need to install additional tools such as cmake or git; installing those tools is beyond the scope of this document.

Using

The first thing you'll need to do is write a build configuration. Once you're ready, configure a build directory.

# configure with default settings
$ dev-pipeline configure

If everything went well, you're ready to build.

# enter whatever directory the configure step used
$ cd build
# bootstrap will both pull the package sources and build them
$ dev-pipeline bootstrap

That's it. Check the tool documentation for information on what's available.

Common Tools

  • configure - Prepare an environment for dev-pipeline to operate. This is required before most tools will work.
  • bootstrap - Fetch sources and build packages in dependecy order.
  • build - Build packages in dependency order. This tool assumes the sources are available.
  • checkout - Fetch sources in dependecy order.
  • build-order - Determine the order to build a set of packages, including any dependencies.

dev-pipeline's People

Contributors

snewell avatar crazyorc avatar

Watchers

James Cloos avatar  avatar

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.