softwarefactory-project / rdopkg

power to the packagers
Apache License 2.0
28 stars 21 forks source link

RFE: rdopkg recreate-patches #111

Closed yazug closed 7 years ago

yazug commented 7 years ago

idea for a new action recreate-patches branch

local hack for the process that I've used is the following

mkdir patchset; cp .patch patchset; git branch XXX-patches ; git checkout XXX-patches; git am patchset/

yazug commented 7 years ago

duplicate of #117