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

git submodules broke nightly PPA builds #3337

Closed
takluyver opened this issue May 18, 2013 · 3 comments
Closed

git submodules broke nightly PPA builds #3337

takluyver opened this issue May 18, 2013 · 3 comments
Assignees
Milestone

Comments

@takluyver
Copy link
Member

The bzr importer apparently can't handle git submodules yet. This means that we no longer get nightly PPA builds, which are really useful for dogfooding. I wonder if there's some way to create a mirror which 'expands' the submodule into a regular folder.

A commenter on this issue said:

I myself created cron script (for lp:qutim) with the following contents:
#!/bin/bash
cd /path/to/qutim-replica
git pull origin master
git submodule update --init --recursive
bzr stat -S|grep ^?|sed 's/^? //'| while read LINE; do bzr add "$LINE"; done
bzr ci -m "Cron update"
bzr push

You also have to add ..git* to your .bzrignore.
@juliantaylor
Copy link
Contributor

I wanted to setup a mirror, but did not get to it yet, I'll try to look into it this weekend.

@ghost ghost assigned juliantaylor May 18, 2013
@takluyver
Copy link
Member Author

Thanks Julian.

@juliantaylor
Copy link
Contributor

daily builds should be working again, the first build will happen in a few hours.

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

No branches or pull requests

2 participants