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

[FIX] git-aggregator: use git-aggregator < 3.0.0 for V11.0 and V12.0 #523

Merged

Conversation

ap-wtioit
Copy link
Contributor

filter=blob:none is not compatible with older git version in debian stretch

After git-aggregator 3.0.0 got relased our nightly CI builds failed for 11.0 and 12.0 with:

(ERROR) [21:20:47] git_aggregator.repo  misc-addons   /opt/odoo/custom/src/misc-addons> error calling ('git', 'clone', '--filter=blob:none', '--depth', '1', 'https://github.com/itpp-labs/misc-addons.git', '/opt/odoo/custom/src/misc-addons')
error: unknown option `filter=blob:none'

Info @wt-io-it

filter=blob:none is not compatible with older git version in debian stretch
@pedrobaeza
Copy link
Member

Not sure why the CI doesn't finish...

@ap-wtioit
Copy link
Contributor Author

Not sure why the CI doesn't finish...

those builds are no longer / not defined in the build matrix:
https://github.com/Tecnativa/doodba/blob/master/.github/workflows/ci.yaml#L34
so they will not be started. i'm not sure where github picks up that they are required

all the jobs that are defined in ci.yaml already finished

@pedrobaeza
Copy link
Member

I have pushed 7b25d25 with your same patch, but for all versions, while acsone/git-aggregator#68 is not solved.

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

Successfully merging this pull request may close these issues.

2 participants