Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: rdopkg recreate-patches-branch #117

Open
yazug opened this issue Apr 26, 2017 · 0 comments
Open

RFE: rdopkg recreate-patches-branch #117

yazug opened this issue Apr 26, 2017 · 0 comments

Comments

@yazug
Copy link
Contributor

yazug commented Apr 26, 2017

as a package wrangler for a good number of packages it would be nice to have a feature in rdopkg to take the .spec/upstream repo/ dist-git patches and create a local -patches branch to reflect it if possible

manual workflow I've used in past
git add remote upstream
grep Version *.spec ==> find tag/branch/commit in upstream repo
git branch <-patches> <tag/sha1/branch>
mkdir patch-set
cp *.patch patch-set
grep "^Patch" .spec > patch-set/patch_order
git checkout -patches
git am patch-set/
.patches

@yac yac changed the title RFE: rdopkg recreate-patches-branch option RFE: rdopkg recreate-patches-branch Apr 26, 2017
@yac yac self-assigned this Apr 26, 2017
@apevec apevec unassigned yac Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants