Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7732257
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:41:13+00:00 2026-06-01T06:41:13+00:00

I have multiple git repositories to have some interdependencies between them. I need to

  • 0

I have multiple git repositories to have some interdependencies between them. I need to check all of them out when doing a full system build.
With buildbot, I can use the mode='clobber' parameter to the Git source class constructor, but this causes all of the repositories to be checked out each time:

factory.addStep(Git(repourl='ssh://build@build/repo1', mode='clobber', workdir='build/repo1'))
factory.addStep(Git(repourl='ssh://build@build/repo2', mode='clobber', workdir='build/repo2'))
factory.addStep(Git(repourl='ssh://build@build/repo3', mode='clobber', workdir='build/repo3'))

I would like to use mode='copy', but when I do that, the source for all three repositories gets checked out in the same location, eg. .../source/ rather than .../source/repo1 .../source/repo2 .../source/repo3

Is there a way to indicate to buildbot to keep clean copies of each repository separately?

Thanks in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T06:41:14+00:00Added an answer on June 1, 2026 at 6:41 am

    With buildbot 0.8.5 and above, you can use the new master-side source steps (which live at buildbot.steps.source.git.Git instead of builbot.steps.source.Git) and then Git(..., mode='full', ...) will do a checkout plus git clean -xfd.

    Also, there is work under way to properly support for using code for multiple sources, that will be included in buildbot 0.8.7, when it is released.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have multiple but similar client-side iPhone apps, managed as branches in git (all
I have multiple threads who all need to write to the same Dictionary. I
I have two unrelated (not sharing any ancestor check in) Git repositories, one is
Is it possible to have a Rails application from multiple Git repositories? At the
I have looked at several threads addressing this. Combining multiple git repositories Combining multiple
I have a Git repository. This repository has multiple remote repositories (I think). How
I have multiple themes on my website and users can just switch between multiple
I have multiple programmers contributing examples for javadocs and some examples contain comments formatted
I have multiple projects that I'd like to put up onto GitHub.com. All of
I have multiple projects with directory structure like this: /application/ /images/ /js/ /css/ /system/

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.