-
Notifications
You must be signed in to change notification settings - Fork 15
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
Is Repository Mirroring Broken? #49
Comments
This is unfortunately expected: in the gitlab repository there is a big commit that github refuses to take. We thus have to live with different histories :/ This doesn't prevent us from taking pull requests, by cherry-picking.
The github CI is much more limited that the gitlab CI. |
But what about contributing guidelines? I cannot find any instructions.
These ones? $ git log --find-object=b52e7f818749
commit 45966c3b35fa42e36baa7af268538ec32d995526
Author: Andra Hugo <[email protected]>
Date: Tue Oct 11 10:00:51 2011 +0000
forgot some small things
commit 8d1d5c0a77ba5b8b7ee44969dfbdfed0c11b9eef
Author: Andra Hugo <[email protected]>
Date: Tue Oct 11 09:57:32 2011 +0000
modified benchs in order to avoid duplication, manag concurency of add/remove workers to/from ctx, hypervisor manages the resize of ctxs Why just not filter history and create a new repo? The existing one could be archived then. |
There's not much more to say than what readme says: contributions are welcome both on github and gitlab :)
It'd mean rebasing the git history for all the current gitlab contributors. |
It is unclear how to pass CI check and where to discuss contributions. It is more convenient for me to submit PR on GitHub rather than your own GitLab installation.
Then may be |
Hello
You can find instructions here <https://starpu.gitlabpages.inria.fr/involved.html>
Nathalie
Le 3 juin 2024 12:20:53 GMT+02:00, Daniel Bershatsky ***@***.***> a écrit :
…> There's not much more to say than what readme says: contributions are welcome both on github and gitlab :)
It is unclear how to pass CI check and where to discuss contributions. It is more convenient for me to submit PR on GitHub rather than your own GitLab installation.
> It'd mean rebasing the git history for all the current gitlab contributors.
Then may be `git-replace` solves the issue? You could keep entire history on GitLab and recent commits on GitHub as an example.
--
Reply to this email directly or view it on GitHub:
#49 (comment)
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
It seems that the latest commit has different checksums in GitLab and GitHub.
Moreover, CI statuses in GitLab and GitHub differ too! GitHub CI is green while GitLab one is not!
The text was updated successfully, but these errors were encountered: