{bio}[foss/2018b] PHANOTATE v20190724#8667
Conversation
|
when downloading a git repo the checksum doesn't work but travis still complains. how should I proceed? |
| 'url': 'https://github.com/deprekate', | ||
| 'repo_name': 'PHANOTATE', | ||
| 'commit': '%s' % git_commit, | ||
| 'recursive': True, |
There was a problem hiding this comment.
Hmm, the installation of this is broken, because the current master of the PHANOTATE repo doesn't have submodules anymore.
So, the initial clone with git clone --recursive doesn't create a fastpath directory, and the subsequent git checkout cc42101 just leaves an empty fastpath directory.
The subsequent git submodule update doesn't do much, it seems like that should be git submodule update --init to ensure the submodule gets initialized first (so that needs to be fixed in framework).
|
Test report by @boegel |
|
@boegelbot please test @ generoso |
|
@boegel: Request for testing this PR well received on generoso PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 753591671 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Going in, thanks @pescobar! |
|
Test report by @boegel |
(created using
eb --new-pr)edit (by @boegel): requires fix from easybuilders/easybuild-framework#3537