Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
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
Show more breadcrumbs
bob
bob.devtools
Commits
63606a96
Commit
63606a96
authored
6 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Update documentation to enforce release policy and mention BEAT everywhere
parent
baaada86
No related branches found
Branches containing commit
Tags
v5.0.0
Tags containing commit
No related merge requests found
Pipeline
#26218
passed
6 years ago
Stage: build
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/index.rst
+4
-4
4 additions, 4 deletions
doc/index.rst
doc/links.rst
+1
-0
1 addition, 0 deletions
doc/links.rst
doc/release.rst
+14
-0
14 additions, 0 deletions
doc/release.rst
setup.py
+5
-5
5 additions, 5 deletions
setup.py
with
24 additions
and
9 deletions
doc/index.rst
+
4
−
4
View file @
63606a96
...
...
@@ -2,11 +2,11 @@
.. _bob.devtools:
=======================
Bob Development Tools
=======================
=======================
=====
Bob
/BEAT
Development Tools
=======================
=====
This package provides tools to help maintain Bob_.
This package provides tools to help maintain Bob_
and BEAT_
.
Documentation
...
...
This diff is collapsed.
Click to expand it.
doc/links.rst
+
1
−
0
View file @
63606a96
...
...
@@ -4,6 +4,7 @@
.. _conda: https://conda.io
.. _bob: https://www.idiap.ch/software/bob
.. _beat: https://www.idiap.ch/software/beat
.. _shell executor: https://docs.gitlab.com/runner/executors/shell.html
.. _gitlab runner: https://docs.gitlab.com/runner/install/osx.html
.. _docker for mac: https://docs.docker.com/docker-for-mac/install/
This diff is collapsed.
Click to expand it.
doc/release.rst
+
14
−
0
View file @
63606a96
...
...
@@ -24,6 +24,20 @@ Using these scripts is a 2-step process:
Use the ``--help`` flag in each command to learn more about each command.
.. warning::
While *beta* builds of packages will use the beta version of this package,
*stable* will look for the **latest stable** version of this package for
their build configuration.
To **correctly** produce a release, ensure a **STABLE** version of
bob.devtools is properly released **before** you start tagging packages.
The builds will then use such version of this package to enforce the correct
build environment during the packaging.
If you forget to properly tag this package before doing so you risk building
against the wrong set of dependencies.
Manually update changelog
=========================
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
5
−
5
View file @
63606a96
...
...
@@ -23,11 +23,11 @@ requires = [
setup
(
name
=
"
bob.devtools
"
,
version
=
version
,
description
=
"
Tools for development and CI integration of Bob packages
"
,
description
=
"
Tools for development and CI integration of Bob
/BEAT
packages
"
,
url
=
'
http://gitlab.idiap.ch/bob/bob.devtools
'
,
license
=
"
BSD
"
,
author
=
'
Bob Developers
'
,
author_email
=
'
bob-devel@googlegroups.com
'
,
author
=
'
Bob
/BEAT
Developers
'
,
author_email
=
'
bob-devel@googlegroups.com
,beat-devel@googlegroups.com
'
,
long_description
=
open
(
'
README.rst
'
).
read
(),
packages
=
find_packages
(),
...
...
@@ -64,12 +64,12 @@ setup(
},
classifiers
=
[
'
Framework :: Bob
'
,
'
Development Status ::
3
-
Alph
a
'
,
'
Development Status ::
4
-
Bet
a
'
,
'
Intended Audience :: Developers
'
,
'
License :: OSI Approved :: BSD License
'
,
'
Natural Language :: English
'
,
'
Programming Language :: Python
'
,
'
Programming Language :: Python :: 3
'
,
'
Topic :: Software Development ::
Libraries :: Python Module
s
'
,
'
Topic :: Software Development ::
Build Tool
s
'
,
],
)
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