On Wed, Jan 10, 2018 at 1:53 AM Ding Yi Chen <dchen@redhat.com> wrote:
I received a bug[1] asking to remove EPEL7 branch, as the package
LibRaw, is already in RHEL.

How should I do that?


Would (warning: this will lose history) `git push --delete origin epel7` work? It'd be a shame to lose history if it's not already reflected in another branch, though. Maybe do `git checkout master && git merge -s ours epel7 && git push origin master` first to preserve the history in the master branch without changing the code in that branch?
 
Regards,


1. https://bugzilla.redhat.com/show_bug.cgi?id=1526701
--
Ding-Yi CHEN

Software Engineer, Globalization Group
Red Hat Asia-Pacific Pty Ltd
dchen@redhat.com
Twitter: @redhatway | Instagram: @redhatinc | Snapchat: @redhatsnaps
_______________________________________________
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-leave@lists.fedoraproject.org