ricardoamaro / drupalci_testbot

This is a testing version of Drupal testbot using docker containers. Please use:
https://drupal.org/project/drupalci_testbot
MIT License
53 stars 21 forks source link

'git clone --single-branch' on Precise64 #1

Closed ti2m closed 10 years ago

ti2m commented 10 years ago

I'm running precise64 in vagrant on mac and I get an error in 'apachephp/run.sh' when the script tries to run

git clone --single-branch --branch ${DRUPALBRANCH} ${REPODIR}/drupal/ ${BUILDSDIR}/${IDENTIFIER}/

Precise64 comes with git 1.7.9.5 and doesn't update with the default repositories. I tried to update it manually, but when that failed I just removed the --single-branch option and now it just runs.

Thought I mention it, maybe the git version can be checked or something.

ricardoamaro commented 10 years ago

Thank you for testing. I'll make a check for that ;)

ricardoamaro commented 10 years ago

Fixed with this commit:

https://github.com/ricardoamaro/modernizing_testbot__dockerfiles/commit/1b8231a080ffa562f96988ca5ce358e8127a9bde