Skip to content

4383/bpatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bpatch

Patch openstack projects in batch mode

Based on the openstack/governance project list.

Requirements

Install

$ git clone https://github.com/4383/bpatch
$ cd bpatch
$ ./install.sh

Design your patch

A patch need to be placed in patches.

A patch need to contains several files:

  • cmd.sh the commands to execute to patch
  • scope the scope where we need to apply the patch (example only on oslo projects)
  • patch.diff the patch to apply at diff format
  • commit.msg the commit message for your git patches
  • ignoring (optional) a list of projects to ignore

See patches/format-markdown for a real example (becarful to not submit patches)

Apply your patch

Example with patches/format-markdown:

./tools/patch patches/format-markdown

About

Patch openstack projects in batch mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages