Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nightlies
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
nightlies
Commits
8d579012
Verified
Commit
8d579012
authored
1 year ago
by
Yannick DAYER
Browse files
Options
Downloads
Patches
Plain Diff
meta(readme): switch to markdown and update infos.
parent
a63ed24a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+35
-0
35 additions, 0 deletions
README.md
README.rst
+0
-49
0 additions, 49 deletions
README.rst
with
35 additions
and
49 deletions
README.md
0 → 100644
+
35
−
0
View file @
8d579012
# Bob Nightlies
This package is part of the signal-processing and machine learning toolbox
[
Bob
](
https://www.idiap.ch/software/bob
)
. It implements the so-called
"nightlies" aggregator. Its main CI pipeline is triggered every night so all
packages are properly packaged against the latest environment and tested
together under that light.
## Updating a Package
>>>
:warning: Before adding a package to this prototype, please ensure that the
package contains all standard components of a Bob_ package (README, unit
tests, CI integration, documentation and conda build recipe among others).
If you don't know how to do this, ask for information on our
[
mailing
list
](
https://www.idiap.ch/software/bob/discuss
)
.
>>>
The new package must be added to
`.gitlab-ci.yml`
respecting the order of
dependencies. Once the file is modified, commit the changes to a
**
new
branch
**
, with a suggestive name. Push the branch and merge it to the master
(or ask it to be merged), via a standard merge request.
**You have to**
add this package to the
`bob/docs`
repository as well.
## Removing a Package
Once you remove a package from
`.gitlab-ci.yml`
, make sure to remove it from
the
`bob/docs`
repository as well.
## Contact
For questions or reporting issues to this software package, contact our
development
[
mailing list
](
https://www.idiap.ch/software/bob/discuss
)
.
This diff is collapsed.
Click to expand it.
README.rst
deleted
100644 → 0
+
0
−
49
View file @
a63ed24a
.. vim: set fileencoding=utf-8 :
.. Sat Feb 17 14:26:47 2018 CET
===============
Bob Nightlies
===============
This package is part of the signal-processing and machine learning toolbox
Bob_. This package implements the so-called "nightlies" aggregator. Its build
is triggered every night so all packages are properly recompiled against the
latest environment and tested together under that light.
Updating a Package
------------------
.. warning::
Before adding a package to this prototype, please ensure that the package
contains all standard components of a Bob_ package (README, unit tests, CI
integration, documentation and conda build recipe among others).
If you don't know how to do this, ask for information on our `mailing
list`_.
The new package must be added to ``.gitlab-ci.yml`` respecting the order of
dependencies. Once the file is modified, commit the changes to a **new
branch**, with a suggestive name. Push the branch and merge it to the master
(or ask it to be merged), via a standard merge request.
**You have to** add this package to ``bob/bob`` and ``bob/docs`` repositories as well.
Removing a Package
------------------
Once you remove a package from ``.gitlab-ci.yml``, make sure to remove it from ``bob/bob``
and ``bob/docs`` repositories as well.
Contact
-------
For questions or reporting issues to this software package, contact our
development `mailing list`_.
.. Place your references here:
.. _bob: https://www.idiap.ch/software/bob
.. _mailing list: https://www.idiap.ch/software/bob/discuss
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