Comment 1 for bug 1235005

Revision history for this message
Antoine "hashar" Musso (hashar) wrote :

Wikimedia bug https://bugzilla.wikimedia.org/show_bug.cgi?id=55896

Potentially Zuul could look for .git, if it is not there, create the directory and do a git clone --bare there, eventually checkout the branch in the workspace.

The way I fixed it:

cd wikimedia/fundraising/crm
git remote add origin ssh://<email address hidden>:29418/wikimedia/fundraising/crm
git checkout master

For some reason I also had to git remote set-head origin -a

That properly created the issue. IMHO that is not very important, it is really a corner case.