this post was submitted on 03 Jul 2026
46 points (97.9% liked)
Opensource
6344 readers
97 users here now
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Looks very interesting, will definitely try to play around with this if I find a free minute at some point.
One thing that struck my eye is your use of github repositories which I am not fully understanding. Is there a specific reason for having each major and minor version of the OS as a separate git repository with only a single real commit, and each iso download as another separate git repository?
In my mind it seems so antithetical to tracing the development history that right now I am scratching my head at it a little.
Should I only have one reposotory?
That is the convention. It is also common for devs to make a new branch for each release so you can issue updates for that version by adding a commit to that branch.
Definitely one and only one repository where the "versions / releases" are branches or tags. That way, you can compare your versions with git, fix an old version, etc.
Having multiple repositories is a PITA for you and for others.
I like this branching strategy but you can use your own: https://trunkbaseddevelopment.com/
Ok,thanks for your tip
You should also have a backup somewhere else every other major release in case GitHub glitches out and decides to delete your account, or marks it as malware or such. It's happened to even better known projects like KitchenOwl.
Yes,I have a backup local on a USB drive,I save there every version from D.eSystem 6