Skip to content

How / where do I start a new module? #639

Discussion options

You must be logged in to vote

If you can add it with git remote add name url you can add it in the repos.yaml:

myrepo:
  defaults:
    # This will use git shallow clones.
    # $DEPTH_DEFAULT is 1 in test and prod, but 100 in devel.
    # $DEPTH_MERGE is always 100.
    # You can use any integer value, OTOH.
    depth: $DEPTH_MERGE
  remotes:
    name: url
  target: name $ODOO_VERSION
  merges:
    - name $ODOO_VERSION

What do you mean with local git-managed? A local gitlab instance of a directory?

And it is highly recommend to use a branch named $ODOO_VERSION (e.g. 18.0) but you can also use any custom ref name in target. (But be careful, git-aggregate performs git checkout -B with this name, so best do not use anyth…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@pedrobaeza
Comment options

@ap-wtioit
Comment options

Answer selected by ndemarco
@ndemarco
Comment options

@ndemarco
Comment options

Comment options

You must be logged in to vote
3 replies
@ap-wtioit
Comment options

@ndemarco
Comment options

@ap-wtioit
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants