Giter Site home page Giter Site logo

uhliarik / rebase-helper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rebase-helper/rebase-helper

0.0 1.0 0.0 916 KB

This tool helps you to rebase package to the latest version

License: GNU General Public License v2.0

Makefile 0.34% Shell 1.09% Python 96.57% HTML 2.00%

rebase-helper's Introduction

rebase-helper

Code Health

Rebase-helper workflow

This tool helps you to rebase package to the latest version

How the rebase-helper works:

  • Each action should be logged and visible by user.
    • extract tarball with the existing sources to directory old_sources/<package_name>
    • extract tarball with the new sources to directory new_sources/<package_name>
    • Provide a list of patches mentioned in SPEC file
    • New spec file is stored in results/
  • for all patches
    • apply all patches with git command to old_sources/<package_name> directory
    • add new_sources<package_name> to old_sources/<package_name> with command git rebase --onto new_sources <inital_commit> <last_commit>
    • solve all conflicts which arrise during the git rebase
  • create srpm from old and new spec files & new sources & patches (Builder)
  • rebuild srpm -> RPMs (Builder)
  • Run rpmdiff tool for finding libraries and header changes.
  • Inform user what libraries and header files were changed.

Landscape scans

Landscape.io scans of rebase-helper

Requirements

Packages which needs to be installed before you execute rebase-helper for first time:

  • meld
  • mock
  • rpm-build
  • pkgdiff at least 1.6.3
  • python-six
  • fedpkg
  • pyrpkg
  • libabigail

How to execute rebase-helper from CLI

Go to a git directory of your package and execute command ./rebase-helper <new_upstream_version>

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.