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

Archive grass6 directory #257

Closed
NikosAlexandris opened this issue Jul 17, 2020 · 5 comments
Closed

Archive grass6 directory #257

NikosAlexandris opened this issue Jul 17, 2020 · 5 comments

Comments

@NikosAlexandris
Copy link
Member

Is grass6 still required to be in the master branch? Could it be just archived?

@neteler
Copy link
Member

neteler commented Jul 25, 2020

No strong opinion - do you have a suggestion how to archive it best?

@wenzeslaus
Copy link
Member

Well, technically, a git rm would be sufficient, but perhaps creating a dedicated, but a dead branch is better. That probably depends on what we want to do from here with the active code. Branch for each major release sounds reasonable, although it is just addressing the current issue rather than addressing the deeper problem of versioning addons and also matching them with supported versions. Anyway, something like:

git checkout -b grass6
git rm grass6
git mv grass7 src

...and around release of 8.0: git checkout -b grass7.

I would be interested in analysis of what modules were not ported from 6 to 7.

@ninsbl
Copy link
Member

ninsbl commented Oct 17, 2022

There is a grass6 branch now:
https://github.com/OSGeo/grass-addons/tree/grass6

I assume this can be closed?
An analysis which addons have not been ported to GRASS GIS 7/8 is probably a different issue...?

@wenzeslaus
Copy link
Member

...and the master may need to be deleted to avoid confusion. (The other branches are based based on the master branch, so we should not loose any info. At least the last commit on master, 702671d, seems to be on grass8.)

@wenzeslaus
Copy link
Member

Mostly resolved by #528. Remaining cleanup tracked in #1098. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants