-
Notifications
You must be signed in to change notification settings - Fork 303
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
Use git-autoshare with git-aggregator #453
base: master
Are you sure you want to change the base?
Conversation
Just curious, will this help in prod environment too, or just devel? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI shows errors:
git-autoshare /home/odoo/.config/git-autoshare/repos.yml not found. No hosts to load.
That seems like a bug in git-autoshare. I think it should just skip itself if there's no repos definition, isn't it?
Also please add docs about how to benefit from this for example using CI caching.
And a test also.
OTOH great addition!
0243c80
to
667a3d4
Compare
Needs Tecnativa/doodba#453 Enables git-autoshare process for the local aggregation process Sets up local cache even if user doesn't have git-autoshare installed and setup locally. TT32042
Needs Tecnativa/doodba#453 Enables git-autoshare process for the local aggregation process Sets up local cache even if user doesn't have git-autoshare installed and setup locally. TT32042
667a3d4
to
b6ef9bd
Compare
b6ef9bd
to
7206e38
Compare
7206e38
to
55c7933
Compare
55c7933
to
04a1dc7
Compare
Take advantage of https://github.com/acsone/git-autoshare to make the git aggregation process faster and more efficient with disk space.
Related to:
@Tecnativa
TT32042