GithubHelp home page GithubHelp logo

alexxnica / armband Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opnfv/armband

0.0 2.0 0.0 5.88 MB

Mirror of the OPNFV Armband Project

Home Page: https://wiki.opnfv.org/display/armband

License: Other

Makefile 89.70% Shell 10.30%

armband's Introduction

Armband Fuel@OPNFV

This repository holds build scripts for MCP Fuel OPNFV installer for AArch64 machines.

Development Workflow

The standard workflow should look as follows:

  1. Clone the repository.

  2. All the sub-projects are registered as submodules. To initialize them, call:

    $ make submodules-init
  3. Apply patches from patches/<sub-project>/* to respective submodules via:

    $ make patches-import

    This will result in creation of:

    • a tag called ${A_OPNFV_TAG}-root at submodule remote branch HEAD;
    • a new branch opnfv-armband which will hold all the armband work.

    Then each patch is applied on this new branch with git-am.

    The new HEAD is tagged with ${A_OPNFV_TAG}.

  4. Modify sub-projects for whatever you need.

    Commit your changes when you want them taken into account in the build.

    NOTE: If you want to re-export patches, make sure to move the tag ${A_OPNFV_TAG} to the latest commit that should be included.

  5. Re-create patches and add default copyright header via:

    $ make patches-export patches-copyright

    Each commit on opnfv-armband branch of each subproject will be exported to patches/subproject/ via git format-patch.

  6. Clean workbench branches and tags with:

    $ make submodules-clean

Sub-projects

If you need to add another subproject, you can do it with git submodule. Make sure that you specify branch (with -b), short name (with --name) and point it to upstream/* directory, i.e.:

$ git submodule -b stable/mitaka add --name fuel-web \
  https://github.com/openstack/fuel-web.git upstream/fuel-web

armband's People

Contributors

alexandruavadanii avatar alexnemes avatar aricg avatar bmichalo avatar bramwelt avatar ctrautma avatar dare-at-enea avatar davidjchou avatar deliamadalina avatar fischettiantonio avatar gherr avatar hkominos avatar jopu-enea avatar joseppc avatar kubi007 avatar limingjiang avatar mateivaleanu avatar michalskalski avatar mpolenchuk avatar nikolas-hermanns avatar opnfvdocs avatar p00rman avatar ruijingguo avatar semihalf-kardach-stanislaw avatar szilardcserey avatar tingli39 avatar tiwuu avatar tjuyinkanglin avatar wuwenbin2 avatar zhihuiwu avatar

Watchers

 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.