I was never a huge fan of keeping two separate code bases (Pulp2 and Pulp3) within a single pulp plugin repository. Since Pulp 2 is now long dead (at least I have entirely forgotten any Pulp 2 code base knowledge I ever had), I was wondering if there was any chance of splitting out the Pulp 2 code from the active plugin repositories to be archived read only for posterity somewhere?
Just to have something to look at, I have created a pulp2_deb
repository containing only the Pulp 2 version of pulp_deb on my GitHub space: https://github.com/quba42/pulp2_deb
Of course, what I am really after is not to have a nice to look at pulp2_deb museum, but to get rid of those branches and tags from https://github.com/pulp/pulp_deb, so I never need to spend another second looking at them in some git branch --all
output.
So my question is: Other than the one time cost of moving things around, is there any reason not to archive Pulp 2 plugin code in some read only repository somewhere?