Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.buildout
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.buildout
Commits
4b5354f3
There was a problem fetching the pipeline summary.
Commit
4b5354f3
authored
7 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Doc improvements
parent
0161786b
No related branches found
No related tags found
1 merge request
!29
Issue 25
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/buildout.rst
+0
-1
0 additions, 1 deletion
doc/buildout.rst
doc/development.rst
+6
-3
6 additions, 3 deletions
doc/development.rst
with
6 additions
and
4 deletions
doc/buildout.rst
+
0
−
1
View file @
4b5354f3
...
@@ -24,7 +24,6 @@ development of your own package, and which we normally ship with all
...
@@ -24,7 +24,6 @@ development of your own package, and which we normally ship with all
[scripts]
[scripts]
recipe = bob.buildout:scripts
recipe = bob.buildout:scripts
dependent-scripts = true
Replace ``<PACKAGE>`` by your package name and you should be ready to run the
Replace ``<PACKAGE>`` by your package name and you should be ready to run the
...
...
This diff is collapsed.
Click to expand it.
doc/development.rst
+
6
−
3
View file @
4b5354f3
...
@@ -47,9 +47,12 @@ first.cfg``:
...
@@ -47,9 +47,12 @@ first.cfg``:
$ buildout -c first.cfg
$ buildout -c first.cfg
Slightly modify ``buildout.cfg`` from ``bob.extension`` to include a new line
The previous command should not download anything from PyPI_ and will create a
in the ``buildout.develop`` entry before ``.``, so the new buildout will also
symbolic egg link in ``develop-eggs`` called ``bob.buildout.egg-link``. To make
take the bootstrapped buildout into consideration. It should look like this:
sure your ``first.cfg`` bootstrap procedure worked, check there. Now, slightly
modify ``buildout.cfg`` from ``bob.extension`` to include a new line in the
``buildout.develop`` entry before ``.``, so the new buildout will also take the
bootstrapped buildout into consideration. It should look like this:
.. code-block:: sh
.. code-block:: sh
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment