All stars are gone !??! #71
-
There were 500+ stars on the old repo which is now archived. The new one has 3. Is there a way to transfer those over? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Not as far as I'm aware. It's unfortunate and a consequence of the way we build on top of buildroot and then renaming the repository. The stars move with the repository. If I initialised the repository I lose all the stars. I did think about forcing the new buildroot on top of the old buildroot but then the git history may get messed up and it doesn't really seem a clean way of doing things. I'm not planning on updating the buildroot version more than once a year as I find it too time consuming. The only way I can think of is maybe archive the old 2020.05 repository by NOT renaming it but simply uploading to a newly created repository. Then delete all the file and folders in the 2020.05 repo so it's empty then delete the git history but do not initialise as that will wipe everything then force upload the of the new code to the 2020.05 , then rename 2020.05. to 2021.08 I guess the only risk is that I somehow manage to lose the stars in the process. I'll have to experiment with some other repos and see if that will work. |
Beta Was this translation helpful? Give feedback.
-
Can buildroot and all it's ongoing commits and updates not be pulled in automatically into your fork so you don't have to manually re-create the repo once a year. Not being a regular git user but I was under the impression that this is what git can do. Of course I have no idea what the drawbacks of that are or how complicated this is. One drawback would that some new added feature or change in the original buildroot repo can break ShredOS but the plus of automatically pulling it in and the newly supported hardware, security fixes etc should far outweigh this. Plus ShredOS doesn't have a lot of dependancies, so this minimalist approach is actually working for us :) |
Beta Was this translation helpful? Give feedback.
-
@Firminator Wow, that took me a while to sort the stars issue out. Glad I only have to do that once a year. I'll need to make a few notes on how I did it. I finally managed to re-arrange the repos so the stars are retained on https://github.com/PartialVolume/shredos.x86_64. Basically !
There are a couple of minor issues. I can't transfer this discussion. So any that can't be moved will get deleted as this repo will be deleted . |
Beta Was this translation helpful? Give feedback.
-
@Firminator The stars and issues are back and I managed to move all the discussions and issues back too. 👍 |
Beta Was this translation helpful? Give feedback.
@Firminator Wow, that took me a while to sort the stars issue out. Glad I only have to do that once a year. I'll need to make a few notes on how I did it.
I finally managed to re-arrange the repos so the stars are retained on https://github.com/PartialVolume/shredos.x86_64. Basically !