Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.buildout bob.buildout
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bob
  • bob.buildoutbob.buildout
  • Merge requests
  • !27

Try a fix for issue 24

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged André Anjos requested to merge issue-24 into master Feb 16, 2018
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

This MR will check if the __loader__ is not None before attempting the hack. Closes #24 (closed).

@amohammadi: please check - use a bootstrapping config file before attempting buildout:

[buildout]
parts =
develop = src/bob.buildout

Do:

$ buildout -c first.cfg #as per above
...
$ buildout

Notice your buildout.cfg should contain the develop entry src/bob.buildout so to use the checkout bob.buildout instead of the default one.

If that fixes your problem, please merge this.

Edited Feb 16, 2018 by André Anjos
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: issue-24